bug-guile
[Top][All Lists]
Advanced

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

Re: scm_hash_fn_create_handle_x?


From: Marius Vollmer
Subject: Re: scm_hash_fn_create_handle_x?
Date: 07 Jun 2001 21:09:35 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Masao Uebayashi <address@hidden> writes:

> I can avoid core dump by the following patch.
> This is not the best way, though.

The reason Guile dumps core is that it wants to output a deprecation
warning at a time when the deprecation mechanism has not been
initialized yet.  It tried to output that warning because a
automatically generated file hadn't been brought uptodate in your
sources yet, and was still using a deprecated function.

What we could do is abort more cleanly in that case.



reply via email to

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