Comment #2 on issue 255 by [email protected]: Forking threads fails with clang 3.4
http://code.google.com/p/address-sanitizer/issues/detail?id=255

Mixing fork and threads is clearly tricky, this is not forbidden and have some working use cases (in my case, snapshotting the state of a database)... you mostly have to make sure that the forked thread don't use mutexes from the parent process.

I'll find a workaround of my own, but I really think this is a regression from ASan since it worked perfectly from day 1 and only broke when using clang 3.4.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to