This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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]

re: C++ vs. pthread_cancel


Peter Zijlstra <a.p.zijlstra@chello.nl> wrote:
On this controversial subject, could somebody please - pretty please
with a cherry on top - tell me what the current status is:
 - in general,
 - as implemented in the 3.4 series and
 - as implemented in the 4.0 series.

At work we're using 3.4 and we have managed to shoot our foot of with
this issue :-(, google gives a lot of hits on the issue but it is a bit
hard to get the current impl. status for 3.4. Which in turn makes it
hard to decide on how to bandage our foot.

Could you provide a link to a description of the particular problem? I looked around, and all I could find was https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=111548

I suppose the controversial part is that you're using
pthread_cancel, which is somewhat frowned upon as
inherently unsafe.
- Dan

--
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]