由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - who knows how to view the core file?
相关主题
interview questioncore dump
lp service produce segmentation faulthow to get code and data segment in solaris
segmentation fault when using "script"偶要疯了!
[转载] UNIX下的strtok[转载] 为什么会在调用malloc时Segmentation fault?
segmentation fault 求救[转载] Re: 为什么会在调用malloc时Segmentation fault?
Unix下好好的到了linux下segment fault大侠帮忙看一下!
[转载] 大侠救命哪!!!alloc memory in UNIX
code[转载] 活见鬼了---搞不定的程序
相关话题的讨论汇总
话题: core话题: fault话题: gdb话题: file
进入Unix版参与讨论
1 (共1页)
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

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] 活见鬼了---搞不定的程序segmentation fault 求救
[转载] help about C: reallocUnix下好好的到了linux下segment fault
[转载] 老板的程序在unix上运行没问题[转载] 大侠救命哪!!!
请教用GCC编译中的关于内存的选项code
interview questioncore dump
lp service produce segmentation faulthow to get code and data segment in solaris
segmentation fault when using "script"偶要疯了!
[转载] UNIX下的strtok[转载] 为什么会在调用malloc时Segmentation fault?
相关话题的讨论汇总
话题: core话题: fault话题: gdb话题: file