W****n 发帖数: 141 | 1 Segmentation Fault - core dumped
I want to check the content of it.
Thanks | T********r 发帖数: 6210 | 2 gdb your_program core
then in gdb>, type where
or strings core | more
【在 W****n 的大作中提到】 : Segmentation Fault - core dumped : I want to check the content of it. : Thanks
| W****n 发帖数: 141 | 3 Thanks
I am trying to install netscape6.2.3 on Solaris 8
when I run netscape ,
always Segmentation Fault - core dumped
it create a core file.
I don't know the arguments of gdb
should I use:
gdb /pkg/netscape6.2.3/SUNWns6/netscape core
【在 T********r 的大作中提到】 : gdb your_program core : then in gdb>, type where : or strings core | more
| T********r 发帖数: 6210 | 4 yes, however it's better to use strace to trace the problem, it's
quicker. try to find 'strace' command in your system, or find it at
www.sunfreeware.com.
【在 W****n 的大作中提到】 : Thanks : I am trying to install netscape6.2.3 on Solaris 8 : when I run netscape , : always Segmentation Fault - core dumped : it create a core file. : I don't know the arguments of gdb : should I use: : gdb /pkg/netscape6.2.3/SUNWns6/netscape core
|
|