public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/45479]  New: Exceptions not delivered properly after thread cancellation
@ 2010-09-01 13:11 mikedalpee at enginsol dot com
  2010-09-01 13:13 ` [Bug c++/45479] " mikedalpee at enginsol dot com
                   ` (17 more replies)
  0 siblings, 18 replies; 19+ messages in thread
From: mikedalpee at enginsol dot com @ 2010-09-01 13:11 UTC (permalink / raw)
  To: gcc-bugs

[root@localhost Desktop]# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/home/apps/gnu/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.6.0/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.6-20100828/configure --prefix=/apps/gnu
--disable-bootstrap --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-languages=c,c++ --with-ppl=/apps/gnu
--with-cloog=/apps/gnu --with-mpc=/apps/gnu --with-mpfr=/apps/gnu
--with-gmp=/apps/gnu --with-libelf=/apps/gnu --disable-multilib
--disable-werror
Thread model: posix
gcc version 4.6.0 20100828 (experimental) (GCC) 

When a thread is cancelled via pthread_cancel, the cancelled thread's stack is
not being unwound properly and exception delivery is bugged.  This issue is
preventing me from being able to port a working system from Sun Studio/Solaris
to gcc/Linux.


-- 
           Summary: Exceptions not delivered properly after thread
                    cancellation
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mikedalpee at enginsol dot com
 GCC build triplet: x86_64-unknown-linux
  GCC host triplet: x86_64-unknown-linux
GCC target triplet: x86_64-unknown-linux


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


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

end of thread, other threads:[~2010-09-10 10:11 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-01 13:11 [Bug c++/45479] New: Exceptions not delivered properly after thread cancellation mikedalpee at enginsol dot com
2010-09-01 13:13 ` [Bug c++/45479] " mikedalpee at enginsol dot com
2010-09-01 13:14 ` mikedalpee at enginsol dot com
2010-09-01 13:16 ` mikedalpee at enginsol dot com
2010-09-01 13:27 ` mikedalpee at enginsol dot com
2010-09-01 13:32 ` mikedalpee at enginsol dot com
2010-09-01 13:41 ` rguenth at gcc dot gnu dot org
2010-09-01 13:43 ` paolo dot carlini at oracle dot com
2010-09-01 13:54 ` paolo dot carlini at oracle dot com
2010-09-02  0:44 ` pinskia at gcc dot gnu dot org
2010-09-02  1:14 ` mikedalpee at enginsol dot com
2010-09-02  1:20 ` pinskia at gcc dot gnu dot org
2010-09-02 13:44 ` mikedalpee at enginsol dot com
2010-09-02 13:44 ` mikedalpee at enginsol dot com
2010-09-02 13:46 ` mikedalpee at enginsol dot com
2010-09-03  0:06 ` mikedalpee at enginsol dot com
2010-09-03  0:25 ` mikedalpee at enginsol dot com
2010-09-10  9:55 ` redi at gcc dot gnu dot org
2010-09-10 10:11 ` redi at gcc dot gnu dot 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).