Bug 362528 - DSF-GDB Mingw: console freezes + unable to pause
Summary: DSF-GDB Mingw: console freezes + unable to pause
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug-dsf-gdb (show other bugs)
Version: 8.0   Edit
Hardware: PC Windows 7
: P3 major with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-31 16:00 EDT by Eric Julien CLA
Modified: 2020-09-04 15:24 EDT (History)
3 users (show)

See Also:


Attachments
Gdb Backtrace (3.86 KB, text/plain)
2011-10-31 16:02 EDT, Eric Julien CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Julien CLA 2011-10-31 16:00:52 EDT
Build Identifier: 3.7.1 M20110909-1335

I'm using Eclipse 3.7 with C/C++ Development Tools version 8.0.0.201109151620 and I'm having a lot of issues with debug sessions that freeze. Output stops appearing in the console and it doesn't respond to the pause button.

If I step through the program, it will usually work.

In the error log, an entry appears:

Request for monitor: 'RequestMonitor (org.eclipse.cdt.dsf.concurrent.RequestMonitor@ad5559): Status ERROR: org.eclipse.cdt.dsf.gdb code=10004 Interrupt failed. null' resulted in an error.

I've attached to the gdb process using gdb and produced the attached backtrace. 

Reproducible: Sometimes

Steps to Reproduce:
I've not yet been able to isolate a simple test case that reproduces this problem and I'm not able to post source code as it contains proprietary code.
Comment 1 Eric Julien CLA 2011-10-31 16:02:02 EDT
Created attachment 206238 [details]
Gdb Backtrace