The 2.0.9 VM cores in enqueue (threads.c:309)

2013-04-27 Thread Andrew Gaylard
Hi guile hackers, I'm experiencing the VM coring in a repeatable manner. My application launches a number of threads, which pass objects from one thread to another via queues (ice-9 q). To ensure thread- safety, the queues are actually accessed via (container async-queue) from guile-lib-0.2.2;

Re: The 2.0.9 VM cores in enqueue (threads.c:309)

2013-04-27 Thread Daniel Hartwig
On 28 April 2013 03:57, Andrew Gaylard wrote: > Those 0x304 values look dodgy to me, and explain why the > SCM_SETCDR causes an invalid memory access. > 0x304 is SCM_EOL. > > Is this even related to the use of queues, Not (ice-9 q) or (container async-queue). The ‘enqueue’ procedure here is in