Re: Bug: Unbound variable:

2008-12-14 Thread Neil Jerram
2008/12/14 Neil Jerram : > > There are two places that call > error_unbound_variables, ... s/variables/variable/ Neil

Re: Bug: Unbound variable:

2008-12-14 Thread Neil Jerram
2008/12/14 Linas Vepstas : > 2008/12/13 Ludovic Courtès : >> >> Are you able to get a meaningful backtrace when that exception is >> raised? > > Sure .. but its in my code .. for example: > > guile> (doit) > Backtrace: > In current input: > 1: 0* [doit] > 1: 1 [process-data > "/home2/linas/s

Re: Bug: Unbound variable:

2008-12-13 Thread Linas Vepstas
2008/12/13 Ludovic Courtès : > Hi, > > "Linas Vepstas" writes: > >> In guile-1.8.5 (haven't yet tried 1.8.6) I'm seeing a strange bug: >> a program that has been running a while (12-24 hours) and >> approaching an out-of-memory condition (system on verge >> of swapping to disk) will suddenly get a

Re: Bug: Unbound variable:

2008-12-13 Thread Ludovic Courtès
Hi, "Linas Vepstas" writes: > In guile-1.8.5 (haven't yet tried 1.8.6) I'm seeing a strange bug: > a program that has been running a while (12-24 hours) and > approaching an out-of-memory condition (system on verge > of swapping to disk) will suddenly get an 'Unbound variable' > error on a varia