| funwithdolphin 2007-12-17, 1:41 am |
| 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.
|