[hobbit] hobbitd_client crashing
Problem! this is a classified system.
Well I ran our very old gdb (gdb hobbitd_client ../tmp/core )
it says stopped at line 1497
for (argi = 1; (argi < argc); argi++) {
If that helps.
On Thu, Jun 15, 2006 at 09:05:00AM -0400, Michael Nemeth wrote:
On my hobbit server Im getting the hobbitd_client dot popping up red, message is: Program crashed Fatal sigal caught. snapshot from june 12 Solarias 9 system
Core file - and the gdb output from the core file, please ?
Henrik
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| _p_ Mike Nemeth
| ___| |_____ email(w) michael.nemeth at lmco.com Work: 856 359-1425
|><___________) | Home Page:http://www.geocities.com/mjnemeth/
| Work Page:http://faraday.motown.lmco.com:3000/~nemethm/
| Work Page:http://ortfsb/~mnemeth/
|++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
On Thu, Jun 15, 2006 at 11:09:59AM -0400, Michael Nemeth wrote:
Problem! this is a classified system.
Ouch - I see.
Well I ran our very old gdb (gdb hobbitd_client ../tmp/core )
it says stopped at line 1497
for (argi = 1; (argi < argc); argi++) {
Hmm - that doesn't really make sense. I can see that's from the very beginning of the program when it goes through the commandline arguments; this cannot be the location where it crashes after running for a while.
So either your gdb is broken, or the hobbitd_client binary doesn't match the source files you've got.
The gdb backtrace ("bt" command) still would help, because it would at least give me the call-chain of where it crashes. I'm perfectly happy with just the names of the program-functions and the linenumbers; you can edit out all of the private data-strings.
Regards, Henrik
participants (2)
-
henrik@hswn.dk
-
michael.nemeth@lmco.com