This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug win32/14685] semantic error found in windows-nat.c:986 causespermanant hang for debuggee process


http://sourceware.org/bugzilla/show_bug.cgi?id=14685

--- Comment #1 from jojelino at gmail dot com 2012-10-08 21:30:27 UTC ---
To reproduce,

debug following c source

int main(){abort();}

gdb --args a
r
#SIGABRT would received.
s
#And debuggee would hang forever. same thing happen for debugger too.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]