The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=13156 ====================================================================== Reported By: Orion Poplawski Assigned To: ====================================================================== Project: CMake Issue ID: 13156 Category: QtDialog Reproducibility: have not tried Severity: crash Priority: normal Status: new ====================================================================== Date Submitted: 2012-04-20 10:51 EDT Last Modified: 2012-04-20 10:51 EDT ====================================================================== Summary: getenv() is not thread safe, leads to segfault Description: See the following Fedora bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=814235 The upshot is that getenv()/setenv() are not thread safe and care must be taken not to call them in multiple threads. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-04-20 10:51 Orion PoplawskiNew Issue ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
