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

Summary: Finish debugger session kills attached process on Windows
Product: cnd Reporter: Alexander Pepin <apepin>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: RESOLVED FIXED    
Severity: normal Keywords: REGRESSION
Priority: P2    
Version: 7.0   
Hardware: PC   
OS: Windows 7 x64   
Issue Type: DEFECT Exception Reporter:

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)