- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: bubbleup / bubbledown in stack traces?
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-07-2006 04:10 AM
09-07-2006 04:10 AM
I have noticed that within HP-UX 11.23 whenever there is a panic there seems to be reference to a bubbledown or bubbleup proc in just about each stack. I have not been able to find any reference to this. It is more of a curiosity at this point for me. Could anyone provide any enlightenment on these terms?
Below is an example:
panic_save_regs_switchstack+0x110
panic+0x310
unaligned_hndlr+0x120
bubbledown+0x0 <--????
nfs3readdirplus+0x630
do_nfs3readdir+0xd0
nfs_async_readdir+0x270
nfs3_readdir2+0x960
getdents+0x240
syscall+0x940
Thank you,
-Bob
Was this helpful? Like this post by giving me a thumbs up below!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 11:55 AM
09-07-2006 11:55 AM
Re: bubbleup / bubbledown in stack traces?
bubbleup points/related to child process.
bubbledown points/related to parent process.
I am not sure about the hex number against them. Maybe related to PID?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2006 07:52 PM
09-07-2006 07:52 PM
Solutionbubbledown goes down from the high level interrupt handler back to the interrupted code.
Basically these functions need to save/restore the state before/after handling an interrupt.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 01:12 AM
09-08-2006 01:12 AM
Re: bubbleup / bubbledown in stack traces?
-Bob
Was this helpful? Like this post by giving me a thumbs up below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2006 01:13 AM
09-08-2006 01:13 AM
Re: bubbleup / bubbledown in stack traces?
Was this helpful? Like this post by giving me a thumbs up below!