Masao Uebayashi <[EMAIL PROTECTED]> 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.

_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to