pstack to find line number of crash
Hi there,
Below is the pstack of the core file:
ffffffff7752910c __1cOCTelnetSessionIReadLine6Mpci_i_ (16f968568,
16f9683b0, 200, 1, 33110c, ffffffff7785a078) + 1a4
ffffffff77528e84 __1cOCTelnetSessionHConnect6Mpwi_b_ (16f968568,
124242f50, 1090, 0, 20, 14e5b0590) + 34c
ffffffff77524a98 __1cSCJoinEngineSessionHConnect6Mi_b_ (280, 1e,
13107d1d0, 13107f9a8, ffffffff77526450, ffffffff7785a078) + 12c
How can I find the code/line being obeyed at CTelnetSession::ReadLine
+ 1a4?
How can I get the line number where it crashed?
I had compiled the application using -g option on Solaris.
I can't use dbx/gdb to debug the core file as we don't have the user
environment at our end.
Any help or pointers will be highly appreciated.
.
Relevant Pages
- pstack to find line number of crash
... Below is the pstack of the core file: ... How can I find the code/line being obeyed at CTelnetSession::ReadLine ... I can't use dbx/gdb to debug the core file as we don't have the user ... Any help or pointers will be highly appreciated. ... (comp.unix.questions) - pstack to find line number of crash
... Below is the pstack of the core file: ... How can I find the code/line being obeyed at CTelnetSession::ReadLine ... I can't use dbx/gdb to debug the core file as we don't have the user ... Any help or pointers will be highly appreciated. ... (comp.unix.misc) - pstack to find line number of crash
... Below is the pstack of the core file: ... How can I find the code/line being obeyed at CTelnetSession::ReadLine ... I can't use dbx/gdb to debug the core file as we don't have the user ... Any help or pointers will be highly appreciated. ... (comp.unix.programmer) - Re: command similar to pstack on AIX433
... d> Is there any command similar to pstack on AIX433. ... d> Core file program does not match current program ... Looks like the core file came from df_engine. ... d> to use adb, the adb on my machine says that the core has to be in pre ... (comp.unix.aix) - pstack to find line number of crash
... Below is the pstack of the core file: ... How can I find the code/line being obeyed at CTelnetSession::ReadLine ... I can't use dbx/gdb to debug the core file as we don't have the user ... Any help or pointers will be highly appreciated. ... (comp.unix.solaris) |
|