public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/53377] New: Thread Cancellation causing aborts due to improper handling of abi::__forced_unwind
@ 2012-05-16 13:39 mikedalpee at enginsol dot com
  2012-05-16 13:41 ` [Bug c++/53377] " mikedalpee at enginsol dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mikedalpee at enginsol dot com @ 2012-05-16 13:39 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53377

             Bug #: 53377
           Summary: Thread Cancellation causing aborts due to improper
                    handling of abi::__forced_unwind
    Classification: Unclassified
           Product: gcc
           Version: 4.6.2
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: mikedalpee@enginsol.com


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

* [Bug c++/53377] Thread Cancellation causing aborts due to improper handling of abi::__forced_unwind
  2012-05-16 13:39 [Bug c++/53377] New: Thread Cancellation causing aborts due to improper handling of abi::__forced_unwind mikedalpee at enginsol dot com
@ 2012-05-16 13:41 ` mikedalpee at enginsol dot com
  2012-05-16 13:43 ` mikedalpee at enginsol dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mikedalpee at enginsol dot com @ 2012-05-16 13:41 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53377

--- Comment #1 from Mike Dalpee <mikedalpee at enginsol dot com> 2012-05-16 13:38:57 UTC ---
Created attachment 27424
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27424
Cancelling thread in function with throw() specification causes abort


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

* [Bug c++/53377] Thread Cancellation causing aborts due to improper handling of abi::__forced_unwind
  2012-05-16 13:39 [Bug c++/53377] New: Thread Cancellation causing aborts due to improper handling of abi::__forced_unwind mikedalpee at enginsol dot com
  2012-05-16 13:41 ` [Bug c++/53377] " mikedalpee at enginsol dot com
@ 2012-05-16 13:43 ` mikedalpee at enginsol dot com
  2012-05-16 14:40 ` mikedalpee at enginsol dot com
  2012-05-16 20:27 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: mikedalpee at enginsol dot com @ 2012-05-16 13:43 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53377

--- Comment #2 from Mike Dalpee <mikedalpee at enginsol dot com> 2012-05-16 13:40:38 UTC ---
Created attachment 27425
  --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=27425
Cancelling a thread while in an exception handler causes abort


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

* [Bug c++/53377] Thread Cancellation causing aborts due to improper handling of abi::__forced_unwind
  2012-05-16 13:39 [Bug c++/53377] New: Thread Cancellation causing aborts due to improper handling of abi::__forced_unwind mikedalpee at enginsol dot com
  2012-05-16 13:41 ` [Bug c++/53377] " mikedalpee at enginsol dot com
  2012-05-16 13:43 ` mikedalpee at enginsol dot com
@ 2012-05-16 14:40 ` mikedalpee at enginsol dot com
  2012-05-16 20:27 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: mikedalpee at enginsol dot com @ 2012-05-16 14:40 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53377

--- Comment #3 from Mike Dalpee <mikedalpee at enginsol dot com> 2012-05-16 13:43:33 UTC ---
Please refer to this thread in gcc-help for a lot more information:

GCC 4.6.2 C++ thread cancellation issue


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

* [Bug c++/53377] Thread Cancellation causing aborts due to improper handling of abi::__forced_unwind
  2012-05-16 13:39 [Bug c++/53377] New: Thread Cancellation causing aborts due to improper handling of abi::__forced_unwind mikedalpee at enginsol dot com
                   ` (2 preceding siblings ...)
  2012-05-16 14:40 ` mikedalpee at enginsol dot com
@ 2012-05-16 20:27 ` redi at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: redi at gcc dot gnu.org @ 2012-05-16 20:27 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53377

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2012-05-16
     Ever Confirmed|0                           |1
           Severity|blocker                     |normal

--- Comment #4 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-05-16 18:02:04 UTC ---
Confirmed, thanks for reporting it.

(But I've changed it from severity=blocker, that means the bug should block a
release which clearly isn't the case, as lots of people are happily using many
GCC releases with this bug present already - it's just a "normal" bug)

(In reply to comment #3)
> Please refer to this thread in gcc-help for a lot more information:
> 
> GCC 4.6.2 C++ thread cancellation issue

i.e. http://gcc.gnu.org/ml/gcc-help/2012-05/msg00034.html


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

end of thread, other threads:[~2012-05-16 18:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-16 13:39 [Bug c++/53377] New: Thread Cancellation causing aborts due to improper handling of abi::__forced_unwind mikedalpee at enginsol dot com
2012-05-16 13:41 ` [Bug c++/53377] " mikedalpee at enginsol dot com
2012-05-16 13:43 ` mikedalpee at enginsol dot com
2012-05-16 14:40 ` mikedalpee at enginsol dot com
2012-05-16 20:27 ` redi at gcc dot gnu.org

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