public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug threads/13217] New: thread apply all detach throws a SEGFAULT
@ 2011-09-22  9:59 kevin.pouget at gmail dot com
  2011-09-22 15:28 ` [Bug threads/13217] " kevin.pouget at gmail dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: kevin.pouget at gmail dot com @ 2011-09-22  9:59 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 13217
           Summary: thread apply all detach throws a SEGFAULT
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: threads
        AssignedTo: unassigned@sourceware.org
        ReportedBy: kevin.pouget@gmail.com
    Classification: Unclassified


thread apply all detach throws a SEGFAULT, because

thread.c:thread_apply_all_command
  for (tp = thread_list; tp; tp = tp->next)

is not robust against thread_list modification during the loop.


The reason behind this strange-looking command is when you have multiple
(single-threaded) inferiors and you want to detach all of them, there is no
`inferior apply all detach`

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-07-15 18:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-22  9:59 [Bug threads/13217] New: thread apply all detach throws a SEGFAULT kevin.pouget at gmail dot com
2011-09-22 15:28 ` [Bug threads/13217] " kevin.pouget at gmail dot com
2013-07-15 11:14 ` cvs-commit at gcc dot gnu.org
2013-07-15 18:29 ` tromey at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).