bug#19540: also generates problem for debugger tracebacks

2015-01-18 Thread Matt Wette
I had another problem with the "." in my GUILE_LOAD_PATH, I believe. If my code encountered an error, the debugger traceback would not list file/line information.

bug#19621: Unbuffered custom binary input ports crash

2015-01-18 Thread Ludovic Courtès
This is a followup to . l...@gnu.org (Ludovic Courtès) skribis: > However, I tested it live, and it aborts like this (this is with Guile > 2.0.11.109-e1d29 on x86_64-linux-gnu): > > retrieving 1 files from 'wildebeest.jxself.org'... > importing file or directory > '/gn

bug#19621: Unbuffered custom binary input ports crash

2015-01-18 Thread Ludovic Courtès
This is fixed by Guile commit ed72201 (it will be in 2.0.12.) As noted in the message, ‘cbip_fill_input’ would end up writing beyond the ‘shortbuf’ field, leading to the port’s corruption. Ludo’.