unrealircd keeps crashing on my dedi..

These are old archives. They are kept for historic purposes only.
Post Reply
brappinseven
Posts: 6
Joined: Fri Dec 16, 2005 4:51 pm

unrealircd keeps crashing on my dedi..

Post by brappinseven »

Hey guys

well its been some time since i finally got unreal compiled etc on my home box, running like a charm
now that im paying for a dedicated server, i've installed unreal

it runs for a matter of minutes then crashes
i cant figure out what the hell is going on
i've bind it to a specific ip which seemed to help and keep it up longer then 10 seconds, but now it crashes within a few minutes

contacted the guys who rent the dedi to me and they have said they allow ircd's to be run on their boxes, that there is no software which kills the process

its running on fedora based system

if anymore info is needed just shout out


cheers
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

Have you done a backtrace?
brappinseven
Posts: 6
Joined: Fri Dec 16, 2005 4:51 pm

Post by brappinseven »

what do you mean by backtrace ?
Stealth
Head of Support
Posts: 2085
Joined: Tue Jun 15, 2004 8:50 pm
Location: Chino Hills, CA, US
Contact:

Post by Stealth »

First, locate the core file.
ls core.*

Then type:
gdb src/ircd core.file

Once in that, type
bt


It will output a bunch of stuff, put that here
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Post by Syzop »

No not here...
ALL bugs should go to http://bugs.unrealircd.org/ unless you are using 3rd party modules and it only crashes with them enabled.
brappinseven
Posts: 6
Joined: Fri Dec 16, 2005 4:51 pm

Post by brappinseven »

ok theres like 6 or 8 core files
anyway

its saying program was terminated with signal 11, Segmentation Fault
and then gives a hex number
Dukat
Posts: 1083
Joined: Tue Mar 16, 2004 5:44 pm
Location: Switzerland

Post by Dukat »

Make a backtrace for the newest core file and report it on http://bugs.unrealircd.org/ (not here) - be sure to follow the instructions on the main page.

You should mention that you have 7 other core files you could provide too.
If you don't make mistakes, you aren't really trying.
- Coleman Hawkins
brappinseven
Posts: 6
Joined: Fri Dec 16, 2005 4:51 pm

Post by brappinseven »

done and done

have left the output of the core file

hopefully someone can pick up on the issue pretty quickly
wax
Posts: 72
Joined: Tue Oct 04, 2005 6:32 am
Location: ByNets@Belarus
Contact:

Post by wax »

gcc 4.0? :]
try latest version from cvs or wait 1 or 2 weeks to release 3.2.4
Post Reply