- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: help reading crashinfo output
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
09-19-2007 07:23 AM
09-19-2007 07:23 AM
help reading crashinfo output
Thanks!
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 07:32 AM
09-19-2007 07:32 AM
Re: help reading crashinfo output
Has this sytem been up and running ( I see only 21 minutes uptime ) Continuously crashing ? Any more details ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 07:39 AM
09-19-2007 07:39 AM
Re: help reading crashinfo output
I was hoping the crashinfo output would help us understand what triggered the panic. Is it the wrong tool to be using?
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 07:47 AM
09-19-2007 07:47 AM
Re: help reading crashinfo output
What type of hardware..
Check MP logs, ctrl-b, cm, sl
If no hw references in logs then this is probably a software panic.. Boot to single user and let it sit, boot to init 1 and let it sit. Boot to init 2 and let it sit.... If you do not get more from the forum then open a call with HP and have someone look at the crash info. I am sure they can isolate the issue much faster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 07:53 AM
09-19-2007 07:53 AM
Re: help reading crashinfo output
Type 15: Data TLB Miss Fault/Data Page Fault
Interruption Instruction Register:
IIR = 0x50590000
Interruption Space and Offset Registers:
ISR.IOR = 0x0.0x800040020000
Interruption Instruction Address Queue:
PCSQ.PCOQ = 0x0.0x161994 = kfree+0xd4
Interrupt Instruction at kfree+0xd4:
ldd 0(rp),arg1
Virtual address information:
VA 0x0.0x800040020000 does not have a translation.
+------------- TRAP ----------------------------
| Trap type 15 in KERNEL mode at 0x161994 (kfree+0xd4)
| p struct save_state 0xe428400.0x400003ffffff12e8
+------------- TRAP ----------------------------
SR5=0x0e428400
SP RP Return Name
0x400003ffffff12e8 0x00161994 kfree+0xd4
0x400003ffffff1248 0x00168198 vm_release_structs+0x30
0x400003ffffff11c8 0x0011d318 vx_pagein+0xf8
0x400003ffffff10d8 0x0015ddd8 virtual_fault+0x158
0x400003ffffff0f28 0x00152394 vfault+0x144
0x400003ffffff0e58 0x0015291c trap+0x234
0x400003ffffff0c78 0x001558f0 thandler+0xd24
Ok... so we're in vx_pagein(), paging in a memory mapped file from VxFS. That gets done (succeed or fail) and it goes to free back a VM metadata structure [vm_release_structs()]. That gets freed to the M_PAGEIN arena... and things blow up.
If you have kmeminfo, kmeminfo -arena M_PAGEIN might be interesting, but in short -- you need detailed dump analysis to try to determine what the corruption was within the arena [kernel memory corruption] and how it might have happened.
I'd recommend contacting Support and providing them with the dump.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 07:59 AM
09-19-2007 07:59 AM
Re: help reading crashinfo output
[For a little perspective -- this type of thing happens much more often in development, naturally -- and quite often the only way to track it down is to use an internal tool to force the equivalent of buffer under/overrun protection, etc. on a particular arena. By the time the dump happens, things are so mangled usually that you can't really say who did it].
(No points on this if any at all... I should have added this to the prior message).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 05:02 PM
09-19-2007 05:02 PM
Re: help reading crashinfo output
Just to point out about dbc_max_pct = 50%. It doesn't seem to be related to the the panic or cause of it. Any specific reason for this setting? I hope you know the significance of it so I won't explain it in here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2007 11:20 PM
09-19-2007 11:20 PM
Re: help reading crashinfo output
The problem is (as I stated) a corruption in kernel memory causing a bad kernel pointer dereference within the arena structures on the memory free for the VM metadata affiliated with this VxFS pagein. Without the dump, what the corruption looks like or how it happened is pretty much impossible to determine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2007 12:23 AM
09-20-2007 12:23 AM
Re: help reading crashinfo output
For now, the system was swapped out with another one and it's been stable. however I don't feel this was h/w related and the panic could happen again.
I ran q4 to generate the ana.out, trace.out and what.out files. If any of that would be of use, please let me know.
-denver