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.

strange crash on sparc

Old posts that have not been replied to for several years.
Locked
G
Guest

Post by Guest »

I'm running debian on an old sparc.
I tried several eggdrops, but all crash with the same error:
[10:34] * Last context: tclhash.c/235 []
[10:34] * Please REPORT this BUG!
[10:34] * Check doc/BUG-REPORT on how to do so.
[10:34] * Wrote DEBUG
[10:34] * BUS ERROR -- CRASHING!

DEBUG doesn't give much more info, indeed it stops at tclhash.c/235 (which line reads: Context; )
and reports and open telnet connection...listening, as it should, last line:
Compiled without extensive memory debugging (sorry).
Open sockets: 3 (listen), 5 (connecting) (outbuf: 00004D), 6 (file), done.

I hope someone can at least tell me in which direction to search for a solution. If needed more info can be provided...

Please help,

greetz, ief

PS I'm running libc6 v2.2.4 for sparc-debian
and: tcl8.3 8.3.3 for sparc-debian
P
PiraYa-

Post by PiraYa- »

I dont know :smile:
P
Petersen
Owner
Posts: 685
Joined: Thu Sep 27, 2001 8:00 pm
Location: Blackpool, UK

Post by Petersen »

Did you compile them yourself? If so, make sure you take any compiler optimisation flags (eg -O2) out of the master Makefile.
G
Guest

Post by Guest »

this latest version wasn't compiled from source but a debian package.

previous versions which i tried didn't have specific compiler options set.

thnx anyway

ief
G
Guest

Post by Guest »

hello,

i´ve got almost the same configuration.
Suse Linux Pro7.1 on a Sun UltraSPARC.

i have compiled the eggdrop1.6.6 with no special options (only typed in ./configure) and installed it afterwards with make config and make install ...
after i have changed the .conf file and started the eggdrop it crashed with the following message in the log file:

[14:00] * Last context: tclhash.c/235 []
[14:00] * Please REPORT this BUG!
[14:00] * Check doc/BUG-REPORT on how to do so.
[14:00] * Wrote DEBUG
[14:00] * SEGMENT VIOLATION -- CRASHING!

anyone knows what to do?
thx anyway and best regards
Heiko Schubert
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

Follow the instruction advised by perterson in the second reply to this thread.
Locked