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/14559] New: The 'interrupt' command does not work ifsigwait is in use


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

             Bug #: 14559
           Summary: The 'interrupt' command does not work if sigwait is in
                    use
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: luto@mit.edu
    Classification: Unclassified


Take a program that uses sigwait (on Linux).  Invoke gdb.  Start the program
with r&, so it's running asynchronously.  Then type 'interrupt'.  It doesn't
work -- sigwait reports SIGINT.  IMO this is a separate gdb bug from the usual
bugs about SIGINT and sigwait not getting along (e.g. bug 9425): the interrupt
command should be directly stopping the program, not sending SIGINT.

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