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 gdb/14443] New: Mach error in function darwin_resume_threadwhen continuing after attaching to a process


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

             Bug #: 14443
           Summary: Mach error in function darwin_resume_thread when
                    continuing after attaching to a process
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tomi.kyostila@gmail.com
    Classification: Unclassified


Steps to reproduce:

1. $ gdb
2. (gdb) attach 12688
3. (gdb) continue


Actual results:

Output:
Continuing.
warning: Mach error at "darwin-nat.c:726" in function "darwin_resume_thread":
(os/kern) failure (0x5)

The attached process continues to run normally, but gdb does not break on
Ctrl-C. When the attached process terminates, gdb returns to the (gdb) prompt.


Expected results:

gdb should break on Ctrl-C.


Running GNU gdb (GDB) 7.5.50.20120806-cvs (configured as
"x86_64-apple-darwin10.8.0") on Darwin iMac.local 10.8.0 Darwin Kernel Version
10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386 i386

-- 
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]