Find a dead loop in a running program under Linux

Source: Internet
Author: User
Tags cpu usage

After the morning to the company found that the server CPU utilization rate has reached the absolute. Guessing is triggering the problem code into the dead loop.

Check the situation with the PS command. Find the culprit is a game server program. CPU usage is very high.

Use the Top-h-P PID to see exactly where the problem occurred on that thread, recording the ThreadID.

Use GdB ProcessName PID near to the target process.

Use the info threads to list the outgoing thread status.

Use thread Num. To view problem thread information

The problem code location is found successfully with the BT view stack call.

Finally remember gdb dettach separation.

Find a dead loop in a running program under Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.