Somehow emacs tries to unregister frame info for a symbol it did not register.

Don't abort for now. This worked before because the previous version of gcc
did not bother unregistering. Adding debugging printfs makes emacs core
dump, where other programs work fine.
This commit is contained in:
christos 2011-11-08 23:08:11 +00:00
parent 2405db5059
commit d87651d3f4

View File

@ -209,7 +209,9 @@ __deregister_frame_info_bases (const void *begin)
out:
__gthread_mutex_unlock (&object_mutex);
#if 0
gcc_assert (ob);
#endif
return (void *) ob;
}