[Bug c++/85471] closing a "thread" in "C++" using "pthread_exit(NULL)" creates a "SIGABRT"

2019-10-24 Thread amker at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85471 bin cheng changed: What|Removed |Added CC||amker at gcc dot gnu.org --- Comment #6 from

[Bug c++/85471] closing a "thread" in "C++" using "pthread_exit(NULL)" creates a "SIGABRT"

2018-12-20 Thread LpSolit at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85471 --- Comment #5 from Martin Liška --- (In reply to Andreas Otto from comment #4) > change my C++ wrapper from "embedded data" (large amount of data) to just an > embedded pointer (only 8byte pointer in the C++ class) > > → the error is still ther

[Bug c++/85471] closing a "thread" in "C++" using "pthread_exit(NULL)" creates a "SIGABRT"

2018-06-16 Thread aotto1...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85471 --- Comment #4 from Andreas Otto --- change my C++ wrapper from "embedded data" (large amount of data) to just an embedded pointer (only 8byte pointer in the C++ class) → the error is still there… ==57730== Process terminating with default acti

[Bug c++/85471] closing a "thread" in "C++" using "pthread_exit(NULL)" creates a "SIGABRT"

2018-04-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85471 --- Comment #3 from Jonathan Wakely --- Have you read https://gcc.gnu.org/bugs/ yet? (In reply to Andreas Otto from comment #2) > this is not as easy because this is a non trivial SW… what I mean… to just > use my test-case you have to setup a w

[Bug c++/85471] closing a "thread" in "C++" using "pthread_exit(NULL)" creates a "SIGABRT"

2018-04-19 Thread aotto1...@t-online.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85471 --- Comment #2 from Andreas Otto --- this is not as easy because this is a non trivial SW… what I mean… to just use my test-case you have to setup a whole environment… the basic of a SW is a client/server application using a non trivial protocol…

[Bug c++/85471] closing a "thread" in "C++" using "pthread_exit(NULL)" creates a "SIGABRT"

2018-04-19 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85471 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|