guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Core dump when throwing an exception from a resumed partial continuation


From: Brent Pinkney
Subject: Core dump when throwing an exception from a resumed partial continuation
Date: Fri, 15 Mar 2013 23:01:23 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130221 Thunderbird/17.0.3

Hi,

I am using partial continuations to resume a computation when an external system returns with an answer.
I am using (call-with-prompt ...) and (abort-to-prompt)

When I resume the continuation in another thread, all works perfectly UNLESS the continued execution throws and exception.
Then guile exits with a core dump.

By contrast if I resume the continuation in the same thread and then throw and exception all works as expected.

Is this a known issue?

All assistance welcomed.


Thanks

Brent


reply via email to

[Prev in Thread] Current Thread [Next in Thread]