- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- core file tracing
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 03:31 AM
11-17-2004 03:31 AM
I got the following output from #what core
core:
NSPR 4.1.2 Thu Jun 21 15:51:16 PDT 2001
NSPR 4.1.2 Thu Jun 21 15:51:13 PDT 2001
NSPR 4.1.2 Thu Jun 21 15:51:10 PDT 2001
STREAMS: Revision: B.11.00 $Date: 2003/01/02 15:00:00 $
Pthread Interfaces
libpthread HP-UX (Release B.11.00): Thu Jul 5 15:26:27 PDT 2001
LWP (LightWeightProcess) Interfaces
liblwp HP-UX (Release B.11.00): Fri Oct 24 05:02:08 PDT 1997
HP-UX libm shared PA1.1 C Math Library 20000331 (201031) UX11.01
HP-UX libisamstub.sl 19991217 (135120) B3907DB/B3909DB B.11.01.11
fs_amod.s $Revision: 1.9.1.1 $
libcl.sl version B.11.01.18 - Jan 3 2003
$ PATCH/11.00:PHCO_29633 Sep 26 2003 06:07:40$
SMART_BIND
92453-07 dld dld dld.sl B.11.37 030909
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 03:34 AM
11-17-2004 03:34 AM
Re: core file tracing
file core
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 03:39 AM
11-17-2004 03:39 AM
Re: core file tracing
core: core file from 'uxwdog' - received SIGABRT
are there any other commands i could use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 03:48 AM
11-17-2004 03:48 AM
Re: core file tracing
uxwdog seems to be an iPlanet process. Maybe you should search for iPlanet reports in syslog at the same time the core file was generated.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 03:56 AM
11-17-2004 03:56 AM
Re: core file tracing
Nov 17 09:09:00 servername uxwdog[4051]: error communicating with server (Broken pipe)
I have replaced our server name with servername above just for security issues.
Also we do run iPlanet on this server, but I don't have much idea of uxwdog?
thank you for all your help.
ap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 04:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2004 11:10 AM
11-17-2004 11:10 AM
Re: core file tracing
Gdb will generate a stack trace automatically
simply by:
cd to directory with core
gdb /full/path/name/to/exe core
Man gdb and/or adb for details. The idea of a stack trace is that it indicates the chain of function calls that lead to the program crash.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 12:51 AM
11-18-2004 12:51 AM
Re: core file tracing
i got this output:
can't unwind -- no_entry
the mystery deepens!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2004 01:03 AM
11-18-2004 01:03 AM
Re: core file tracing
uxwdog error communicating with server (Broken Pipe
is associated with either Netbackup or iPlanet in several articles found in Google, but no simple answer.
Bill Hassell, sysadmin