This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 2 matches

by JPB
Mon Jul 04, 2011 3:33 pm
Forum: Eggdrop Help
Topic: More info on the crash "glibc detected"
Replies: 13
Views: 34851

I had the same stack trace....

in tclHash as the other users have reported.

I tried your change; it did not help. Still crashes in call to nfree in add_builtins, that you already know about.

Want any more data?
by JPB
Mon Jul 04, 2011 1:45 pm
Forum: Eggdrop Help
Topic: More info on the crash "glibc detected"
Replies: 13
Views: 34851

More info on the crash "glibc detected"

Folks - Here's more info on the crash in eggdrop. What you are seeing is 'glibc detected' - meaning that your C library you use is detecting a memory corruption issue. This is a good thing, because memory should not be corrupted. I have a system built from scratch, and I can recreate the crashing bo...