- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Regarding Core File / Stack Image
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
06-12-2005 11:09 PM
06-12-2005 11:09 PM
Regarding Core File / Stack Image
I have an application which outputs core.
I knew that in debug mode we can use gdb -c
If suppose application is not compiled in "DEBUG MODE" as core dont have debugging symbols I am not able to get stack trace.
Is there any way to know the stack trace ?
Kindly let me know. Thanks for suggestions in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2005 11:11 PM
06-12-2005 11:11 PM
Re: Regarding Core File / Stack Image
file core
what core
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2005 11:14 PM
06-12-2005 11:14 PM
Re: Regarding Core File / Stack Image
But I would like to have stack trace ( function) and not the application which aborted.
With Regards,
Srinivasan S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2005 11:27 PM
06-12-2005 11:27 PM
Re: Regarding Core File / Stack Image
adb
adb> c
adb> m
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 12:09 AM
06-13-2005 12:09 AM
Re: Regarding Core File / Stack Image
with c it says "symbol not found".
Did you mean $c or $m then,
$c says can't unwind -- no_entry
But still i am not getting the trace.
Regards,
Srinivasan S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2005 03:05 PM
06-13-2005 03:05 PM
Re: Regarding Core File / Stack Image
adb
$C
$T
you might be lucky and get a Back-Trace or Stack-Trace, but keep in my the Symbolic names are 'mangled'.. you will need to get your code compiled with the -g option.
Also, get the GNU's debugger downloaded free and use the Window version called: WDB.
http://www.hp.com/go/wdb
it's free !!