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.

FAILED REALLOC misc.c

General support and discussion of Eggdrop bots.
Post Reply
t
tronic
Voice
Posts: 3
Joined: Tue Sep 19, 2006 2:59 am

FAILED REALLOC misc.c

Post by tronic »

[vakten@localhost eggdrop]$ ./eggdrop

Eggdrop v1.6.18 (C) 1997 Robey Pointer (C) 2006 Eggheads
[08:23] --- Loading eggdrop v1.6.18 (Tue Sep 19 2006)
[08:23] *** FAILED REALLOC misc.c (104)
[08:23] * Last context: tclhash.c/238 []
[08:23] * Please REPORT this BUG!
[08:23] * Check doc/BUG-REPORT on how to do so.
[08:23] * Wrote DEBUG
[08:23] * SEGMENT VIOLATION -- CRASHING!
Segmentation fault (core dumped)


CONTENT OF THE DEBUG FILE:


Debug (eggdrop v1.6.18) written Tue Sep 19 08:23:11 2006
Full Patch List:
Tcl library: /usr/share/tcl8.4
Tcl version: 8.4.9 (header version 8.4.11)
Compile flags: gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H
Link flags: gcc -pipe
Strip flags: touch
Context: main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
main.c/731, []
tclhash.c/216, []
tclhash.c/238 []

SOCK ADDR PORT NICK HOST TYPE
---- -------- ----- --------- ----------------- ----

Compiled without extensive memory debugging (sorry).
Open sockets: 3 (file), done.
User avatar
Alchera
Revered One
Posts: 3344
Joined: Mon Aug 11, 2003 12:42 pm
Location: Ballarat Victoria, Australia
Contact:

Post by Alchera »

08:23] * Please REPORT this BUG!
[08:23] * Check doc/BUG-REPORT on how to do so.
You have the instructions and the file to read so as to report a bug to ... eggheads (not here).
Add [SOLVED] to the thread title if your issue has been.
Search | FAQ | RTM
t
tronic
Voice
Posts: 3
Joined: Tue Sep 19, 2006 2:59 am

Post by tronic »

the mail has now been sent.
User avatar
rosc2112
Revered One
Posts: 1454
Joined: Sun Feb 19, 2006 8:36 pm
Location: Northeast Pennsylvania

Post by rosc2112 »

Question:

What platform is this running on, and did you compile it yourself?
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

if its compiled on the same machine, the TCL was either downgraded or the lib path is screwed, since the header and actual version dont match.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
t
tronic
Voice
Posts: 3
Joined: Tue Sep 19, 2006 2:59 am

Post by tronic »

rosc2112 wrote:Question:

What platform is this running on, and did you compile it yourself?
Fedora Core 4, and yes I did compile it on that computer.
User avatar
De Kus
Revered One
Posts: 1361
Joined: Sun Dec 15, 2002 11:41 am
Location: Germany

Post by De Kus »

try fixing your LD_LIBRARY_PATH to have its first entry to the tcl lib that matchs the header version (probably change between /usr/lib and /usr/local/lib). You can see the actual loading lib by using ldd.
De Kus
StarZ|De_Kus, De_Kus or DeKus on IRC
Copyright © 2005-2009 by De Kus - published under The MIT License
Love hurts, love strengthens...
Post Reply