Hi there,
I keep getting this segment violation and i have the feeling i broke something. I am running Slackware Linux and i was trying to upgrade TCL to version 8.4.6 using the package management system. When i went into the bot and tried to load a module, the bot crashed. An attempt to restart the bot failed with this as the result:
[00:59] Now listening for livestats connections on port 8033
[00:59] * Last context: stats:tclstats.c/66 []
[00:59] * Please REPORT this BUG!
[00:59] * Check doc/BUG-REPORT on how to do so.
[00:59] * Wrote DEBUG
[00:59] * SEGMENT VIOLATION -- CRASHING!
I tried disabling the stats module, but that only lead to something else crashing the bot, this was the result of disabling the stats mod:
[01:23] Module loaded: gseen
[01:23] Loading language "nl" from language/gseen.nl.lang...
[01:23] * Last context: gseen:tclcmds.c/33 []
[01:23] * Please REPORT this BUG!
[01:23] * Check doc/BUG-REPORT on how to do so.
[01:23] * Wrote DEBUG
[01:23] * SEGMENT VIOLATION -- CRASHING!
So that didn't work. I took a look at the DEBUG file and this is what i came across:
Debug (eggdrop v1.6.17) written Tue Mar 15 01:00:01 2005
Full Patch List:
Tcl library: /usr/lib/tcl8.4
Tcl version: 8.4.6 (header version 8.4.6)
Compile flags: gcc -pipe -g -O2 -Wall -I.. -I.. -DHAVE_CONFIG_H
Link flags: gcc -pipe
Strip flags: touch
Context: stats:slang.c/264, []
stats:slang.c/526, []
stats:slang.c/264, []
stats:slang.c/526, []
stats:slang.c/264, []
stats:slang.c/526, []
stats:slang.c/264, []
stats:slang.c/526, []
stats:slang.c/264, []
stats:slang.c/526, []
stats:slang.c/264, []
stats:slang.c/526, []
stats:slang.c/264, []
stats:slang.c/526, []
stats:slang.c/255, []
stats:tclstats.c/66 []
SOCK ADDR PORT NICK HOST TYPE
---- -------- ----- --------- ----------------- ----
3 C0A80102 33333 (telnet) * lstn 33333
4 00000000 0 (dns) dns (ready)
5 DEADF00D 8033 livestats * lstn port
Compiled without extensive memory debugging (sorry).
Open sockets: 3 (listen), 4 (passed on), 5 (listen), 8 (file), done.
Does this make sense to anyone out there? i am completely stupified.