Tremulous Forum

General => Troubleshooting => Topic started by: Death On Ice on January 17, 2007, 02:11:11 am

Title: Segmentation Fault-My Server
Post by: Death On Ice on January 17, 2007, 02:11:11 am
I get random crashes of my server, when I go over it it says "Segmentation fault" which i think is caused by an unathorized access to files or something....Help Please!
Title: Segmentation Fault-My Server
Post by: Odin on January 17, 2007, 02:29:21 am
Actually this could be a more serious problem, and you should tell the developers on the IRC channel. You may have uncovered a serious bug. Is there anything odd looking in the console above the segfault error?
Title: Segmentation Fault-My Server
Post by: kevlarman on January 17, 2007, 04:20:46 am
it would be helpful if you pasted the log of a crash here
Title: Segmentation Fault-My Server
Post by: next_ghost on January 17, 2007, 11:43:37 am
Quote from: "kevlarman"
it would be helpful if you pasted the log of a crash here


Yeah, that would surely help, my crystal ball has broken some time ago.
Title: Segmentation Fault-My Server
Post by: Death On Ice on January 17, 2007, 11:14:34 pm
O ok sorry about that.

The reason I didnt post a crash log is because it just happened.

It said Application tremded.ub has unexpectedly quit.

I looked at the log and it just said segmentation fault.

And before it, an ordinary conversation between people on my server at the time.

Its weird....

I will get an IRC client so I  can chat Thanks Guys!
Title: Segmentation Fault-My Server
Post by: next_ghost on January 18, 2007, 09:42:09 am
Try running the server from debugger (i.e. gdb) and see where exactly does the segfault happen. Recompiling tremded with debugger symbols will also help in tracking it down but it's not yet necessary.
Title: Segmentation Fault-My Server
Post by: Death On Ice on January 19, 2007, 10:40:06 pm
I dont have such as a program....I dont think it would work for mac.
Title: Segmentation Fault-My Server
Post by: benmachine on January 19, 2007, 11:11:59 pm
Quote from: "Death On Ice"
I will get an IRC client so I  can chat Thanks Guys!


http://colloquy.info is frequently nasty, but it's the best I can find for mac.
Title: Segmentation Fault-My Server
Post by: Death On Ice on January 20, 2007, 05:42:45 am
Thanks for your concern, I downloaded colloquay shortly after the suggestion. On the Irc I was helped with a few minor things, but no one had any ideas about my server.

I willl tell anyone who wants them the details, just email me. This includes the log previous to crashing(for 1 game prior to crash).

Please help!
Title: Segmentation Fault-My Server
Post by: next_ghost on January 20, 2007, 10:45:57 am
Quote from: "Death On Ice"
I dont have such as a program....I dont think it would work for mac.


gdb is cross-platform, so go ahead and download it.
Title: Segmentation Fault-My Server
Post by: kevlarman on January 20, 2007, 05:37:47 pm
Quote from: "next_ghost"
Quote from: "Death On Ice"
I dont have such as a program....I dont think it would work for mac.


gdb is cross-platform, so go ahead and download it.
don't bother, just install the X code tools package that comes with OS X, it has gdb, gcc, make, and all the other useful stuff.