Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8015909
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:23:39+00:00 2026-06-04T20:23:39+00:00

how to view stack and state of all threads of a running process on

  • 0

how to view stack and state of all threads of a running process on AIX machine.
the command or tool like pstack on linux should also help..

i tried procstack, but didnt help. it does not show any stack to me. and no error though..

any ideas..?

is procstack require all executables and libraries associated with process compiled with debig info?

thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T20:23:40+00:00Added an answer on June 4, 2026 at 8:23 pm

    Here is a script I wrote using dbx to print the stack of all threads of the given process id. Hope this helps, worked like a charm for me on aix

    if [ $# -ne 1 ]
    then
       echo "Usage dbxstack <processid>";
       exit;
    fi
    
    rm -rf printthreads.fordbx
    
    echo "thread" >> printthreads.fordbx
    echo "detach" >> printthreads.fordbx
    echo "quit" >> printthreads.fordbx
    
    dbx -a $1 -c printthreads.fordbx > threads.tempdbx 2>/dev/null
    awk '$1 ~ /\$t/ { print $1 }' threads.tempdbx | sed s/\$t//g | sed s/\>//g > threadsids.tempdbx
    
    rm -rf printthreads.fordbx
    for i in `cat threadsids.tempdbx`
    do
       echo "print \"------------------------\"" >> printthreads.fordbx
       echo "thread current $i" >> printthreads.fordbx
       echo "where" >> printthreads.fordbx
       echo "print \"---------tid $i---------\"" >> printthreads.fordbx
       i=$(( $i+1 ));
       echo $i;
    done
    echo "detach" >> printthreads.fordbx
    echo "quit" >> printthreads.fordbx
    
    dbx -a $1 -c printthreads.fordbx > $1.stacktrace 2> $1.stacktracerr
    
    rm -rf threads.tempdbx threadsids.tempdbx printthreads.fordbx
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have view stack in a app like so: <mx:ViewStack id=viewStack left=0 right=0 top=0
Is there any component in Ext JS 4 similar to Flex view Stack? http://livedocs.adobe.com/flex/3/html/help.html?content=navigators_3.html
I have created a navigation controller with a stack of view controllers. I want
Can I view the contents of the navigation stack? Will I be able to
I have the CakePHP stack in /var/www/site from one view under controller A I
I am pushing 2 view controllers in to navigation stack in ApplicationDidFinishLaunching. [navigationController pushViewController:favorites
I can pop a view controller from a UINavigationController 's stack by calling [self.navigationController
I have 5 view controllers(say A,B,C,D,E) in my navigation stack. ViewController E is in
We are running TFS 2010 and VS 2010. On my machine I keep getting
I have an odd reoccurring error that I believe is related to View State

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.