guile-user
[Top][All Lists]
Advanced

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

Re: C++ application linked with guile dos not quite


From: Marius Vollmer
Subject: Re: C++ application linked with guile dos not quite
Date: 18 Jun 2002 19:26:58 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Brett Viren <address@hidden> writes:

> Maybe if you are calling scm_protect_object() but failing to call
> scm_unprotect_object() then the garbage collector is waiting for the
> reference count to go to zero?  (I'm no expert, so take this with a
> grain of salt).

No, this wont happen.  There must be some other cause.  It would help
to know in what way the application normally exits, and on what point
it stops.

I.e., does it return from gtk_main?  Or does it hang in _exit?



reply via email to

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