mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
192ed94410
When calling pthread_attr_setdetachstate, we were using 1 as the argument. But the pthreads documentation says that you have to say PTHREAD_CREATE_DETACH, which on Solaris is apparently 0x40. Calling pthread_attr_setdetachstate with 1 crashes on Solaris with FLTBOUNDS. (Because we're so late in the release cycle, I made the code define PTHREAD_CREATE_DETACHED if it doesn't exist, so we aren't likely to break any other platforms.) This bug was introduced when we made threading mandatory in 0.2.6.1-alpha; previously, we had force-disabled threading on Solaris. See #9495 discussion. |
||
---|---|---|
.. | ||
15188 | ||
bug9495_redux | ||
bug11454 | ||
bug11457 | ||
bug14848_redux | ||
bug14950 | ||
bug14980 | ||
bug14988 | ||
bug14989 | ||
bug15003 | ||
bug15033 | ||
bug15037 | ||
bug15064 | ||
bug15083 | ||
bug15088 | ||
bug15151 | ||
bug15205 | ||
feature15006 | ||
geoip6-march2015 | ||
geoip-march2015 | ||
ticket14487 |