- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: server crashed: Bad News in panic string
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-13-2007 03:20 AM
06-13-2007 03:20 AM
Examined the crash dump using Q4 and here is what I found.
The crash occurred at 6:30:38 (Wed Jun 13) due to panic.
The panic string says "Bad News!". The message buffer examination shows "Bad News: Cannot use the Kernel Stack when interrupted on the ICS.".
Further examination revealed, processor 0 panicked.
Does anyone know what this ICS mean. It says Bad News ... any clues as to what it might suggests.
This server runs Oracle 10gR2 (RAC).
Thank you all for your resposes.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2007 03:27 AM
06-13-2007 03:27 AM
SolutionBad News is the string you get when the trap handler doesn't know what to do with a trap [not sure the history of it... never bothered to track it down].
It sounds in this case like a bad pointer dereference within interrupt context (and since you are using the kernel stack in interrupt context... you aren't allowed to switch to a fresh kernel stack on a translation fault in interrupt context... hence the fault can't be handled, which is Bad News).
The panic stack trace would be helpful here (at the least we could search and see if there's a similar issue). Bad News is way too generic, I'm afraid. [In q4, "trace event 0" and post the result].
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2007 03:48 AM
06-13-2007 03:48 AM
Re: server crashed: Bad News in panic string
here is event 0 trace.
q4> trace event 0
stack trace for event 0
crash event was a panic
Stack unwind reached bottom at depth, 1
panic_save_regs_switchstack+0x110
panic_save_regs_switchstack+0x110
Rajose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2007 03:53 AM
06-13-2007 03:53 AM
Re: server crashed: Bad News in panic string
An alternative to either of those (since its leaked out there anyway), grab crashinfo, run it -- and see what it has to say in the Panic section up front as to what happened.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1089090
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2007 04:13 AM
06-13-2007 04:13 AM
Re: server crashed: Bad News in panic string
stack trace for event 1
crash event was a INIT
Stack unwind reached bottom at depth, 1
The msg buf showed
Bad News: Cannot use the Kernel Stack when interrupted on the ICS.
******************************************************************************
******************************************************************************
reg_dump(): Displaying register values (in hex) from the save state at
ssp e0000001_017b7c00 return_status/reason/flags 0000/0056/00000001
Interruption type: Register NaT Consuption Fault
We have logged call with HP.
Rajose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2007 05:36 AM
06-13-2007 05:36 AM
Re: server crashed: Bad News in panic string
It is also referred/called as kernel stack. It stores the save state structure.
We had a panic with the same Bad News message on one of our rx8640s installed with Sep'06 11.23 version. However there was a mention of a tcp register in the stack trace and there is patch PHNE_35182 for its resolution.
Try by running crashinfo to get more information about panic in your case.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 01:51 AM
06-14-2007 01:51 AM
Re: server crashed: Bad News in panic string
- Rajose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 02:03 AM
06-14-2007 02:03 AM
Re: server crashed: Bad News in panic string
RaJose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2007 02:09 AM
06-14-2007 02:09 AM