While investigating my streams, throw and backtrace problem, I came
across the following peculiarity - still on today's cvs version
Regards, Ole
guile> (if #f '() (throw 'test 0))
ERROR: In procedure throw in expression (throw (quote test) 0):
ERROR: unhandled-exception: test 0
ABORT: (misc-error)
Type "(backtrace)" to get more information.
guile> (backtrace)
Backtrace:
0* #f
1 [throw . #<freed cell 0x402cfa08; GC missed a reference>]
--
- Re: backtrace and gc Ole Myren Rohne
- Re: backtrace and gc Mikael Djurfeldt
- Re: backtrace and gc Ole Myren Rohne
- Re: backtrace and gc Mikael Djurfeldt
