analyze core files

  • Follow


How to use viewldbg to analyze core?

I have a core file generated by ns-slapd which I want to analyse and
when I give arguments like below

../viewldbg "HOME_DIR"/bin/slapd/server/ns-slapd /tmp/corefile
/tmp/output it generates following output with error

Opening /"HOME_DIR"/bin/slapd/server/ns-slapd ./tmp/corefile
architecture is SPARC
Core analysis 18-JUL-2000. Copyright (c) 2000 Sun Microsystems, Inc.
Currently Mon Sep 8 2003
Opening /"HOME_DIR"/bin/slapd/server/ns-slapd ./tmp/corefile

architecture is SPARC
reading header: Request error: class file/memory mismatch

what does it means?? How to analyze core files?

Please help
Thanks
0
Reply mkk1974 (1) 9/8/2003 6:56:32 PM

In article <2f6ae725.0309081056.7e43f66c@posting.google.com>,
 mkk1974@yahoo.com (kunal) wrote:

> How to use viewldbg to analyze core?
> 
> I have a core file generated by ns-slapd which I want to analyse and
> when I give arguments like below
> 
> ./viewldbg "HOME_DIR"/bin/slapd/server/ns-slapd /tmp/corefile
> /tmp/output it generates following output with error
> 
> Opening /"HOME_DIR"/bin/slapd/server/ns-slapd ./tmp/corefile
> architecture is SPARC
> Core analysis 18-JUL-2000. Copyright (c) 2000 Sun Microsystems, Inc.
> Currently Mon Sep 8 2003
> Opening /"HOME_DIR"/bin/slapd/server/ns-slapd ./tmp/corefile
> 
> architecture is SPARC
> reading header: Request error: class file/memory mismatch
> 
> what does it means?? How to analyze core files?
> 
> Please help
> Thanks

It means "forward the core file to your Tech support specialist and 
they'll let you know after engineering figures it out"

-- 
DeeDee, don't press that button!  DeeDee!  NO!  Dee...



0
Reply Michael 9/8/2003 7:37:02 PM


kunal wrote:
> How to use viewldbg to analyze core?
> 
> I have a core file generated by ns-slapd which I want to analyse and
> when I give arguments like below
> 
> ./viewldbg "HOME_DIR"/bin/slapd/server/ns-slapd /tmp/corefile
> /tmp/output it generates following output with error
> 
> Opening /"HOME_DIR"/bin/slapd/server/ns-slapd ./tmp/corefile
> architecture is SPARC
> Core analysis 18-JUL-2000. Copyright (c) 2000 Sun Microsystems, Inc.
> Currently Mon Sep 8 2003
> Opening /"HOME_DIR"/bin/slapd/server/ns-slapd ./tmp/corefile
> 
> architecture is SPARC
> reading header: Request error: class file/memory mismatch
> 
> what does it means?? How to analyze core files?
> 
> Please help
> Thanks
start with

gdb /path/to/ns-slapd /path/to/core/file
or
adb /path/to/ns-slapd /path/to/core/file
or
mdb /path/to/ns-slapd /path/to/core/file

0
Reply Alexander 9/9/2003 1:15:55 AM

2 Replies
606 Views

(page loaded in 0.047 seconds)

Similiar Articles:













7/23/2012 10:00:37 AM


Reply: