Custom Query (1630 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 1630)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#8 fixed wrap up high-load scheduler as egg felix winkelmann
Description

See patch provided by Jörg Wittenberger.

#1254 fixed with-stty segfaults when current-input-port is not a terminal Alex Shinn Christian Kellermann
Description

stty segfaults when the current-input-port is not a terminal.

Example:

(use stty)

(with-stty (not 'echo)
           (print (read-line)))

This results in:

echo foo |./t 
foo

Error: segmentation violation

        Call history:

        t.scm:4: print    
        t.scm:3: stty#with-stty   
        stty.scm:440: get-terminal-attributes     
        stty.scm:195: make-term-attrs     
        stty.scm:196: port?       
        stty.scm:196: port->fileno        
        stty.scm:200: free-term-attrs     
        stty.scm:441: dynamic-wind        
        stty.scm:443: stty        
        stty.scm:373: port?       
        stty.scm:376: get-terminal-attributes     
        stty.scm:195: make-term-attrs     
        stty.scm:196: port?       
        stty.scm:196: port->fileno        
        stty.scm:200: free-term-attrs     
        stty.scm:377: term-attrs-iflag          <--

A patch is attached, where stty does nothing if get-terminal-attributes fails at the beginning and with-stty does only execute its thunk.

Maybe raising an explicit error is a better way to handle this than silently ignoring the issue.

#726 worksforme wiki.call-cc.org produces "500 Internal Server Error". sjamaan andyjpb
Description

I got "500 Internal Server Error" from http://wiki.call-cc.org/ when trying to add a new page (http://wiki.call-cc.org/mailing-lists). The page appeared to be created anyway but subsequent requests for the "history" link resulted in the same error.

Peter removed the file and noted that it was unversioned.

It was postulated that the error was triggered through previewing the new page before submitting it for creation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.