This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 194690 - Finish debugger session kills attached process on Windows
Summary: Finish debugger session kills attached process on Windows
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2011-01-25 14:19 UTC by Alexander Pepin
Modified: 2011-01-27 08:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2011-01-25 14:19:11 UTC
Windows 7 x64, cygwin, gdb 
Steps to reproduce:
- create Quote
- run it
- attach debugger, it stops and opens disassembly
- do continue
- finish debug session
Result: The process is stopped as well whereas it should be running. Output window shows:

RUN FAILED (exit value 1, total time: 14s)
Comment 1 Egor Ushakov 2011-01-26 14:14:52 UTC
most of that pause works only first time then application hangs
Comment 2 Egor Ushakov 2011-01-26 14:49:15 UTC
fixed in:
http://hg.netbeans.org/cnd-main/rev/b7b75afd1f2d

now we use GdbKillProc.exe to interrupt applications on Windows
Comment 3 Quality Engineering 2011-01-27 08:18:38 UTC
Integrated into 'main-golden', will be available in build *201101270001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b7b75afd1f2d
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #194690 (Finish debugger session kills attached process on Windows)