I wrote a message about this after release of eggdrop 1.6.7 but no one responded. Again:
I make eggdrop 1.6.8 and installed it. After that by starting it, it SEGFAULTS with the following:
=========================================================================================================
Eggdrop v1.6.8 (C) 1997 Robey Pointer (C) 2002 Eggheads
[10:47] * Last context: tclhash.c/217 []
[10:47] * Please REPORT this BUG!
[10:47] * Check doc/BUG-REPORT on how to do so.
[10:47] * Wrote DEBUG
[10:47] * SEGMENT VIOLATION -- CRASHING!
Segmentation fault (core dumped)
=========================================================================================================
System: DEC Alpha Unix 4.0D
Compiler: CC (no gcc available on this machine)
Tcl version: 8.3.4 (header version 8.3.4)
=========================================================================================================
% dbx eggdrop core
dbx version 3.11.10
Type 'help' for help.
Core file created by program "eggdrop"
signal Segmentation fault at >*[strstr, 0x3ff800d4270] ldq_u r3, 0(r16)
(dbx) bt
bt
^ syntax error
(dbx) q
=========================================================================================================
Debug (eggdrop v1.6. written Sun Jan 6 11:00:24 2002
Full Patch List:
STATICALLY LINKED
TCL library: /home/edvs1/uschindl/lib/tcl8.3
TCL version: 8.3.4 (header version 8.3.4)
Compile flags: cc -g -I.. -I.. -DHAVE_CONFIG_H -DSTATIC
Link flags: cc
Strip flags: strip
Context: main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
main.c/712, []
tclhash.c/217 []
SOCK ADDR PORT NICK HOST TYPE
---- -------- ----- --------- ----------------- ----
Compiled without extensive memory debugging (sorry).
Open sockets: 3 (file), done.
=========================================================================================================
Please help! Version 1.6.6 runs perfectly. 1.6.8 also works fine on Linux. I also tried to use the --disable-cc-optimization option. On another DEC machine the same thing occurs.
Uwe