Changes between Initial Version and Version 3 of Ticket #9118


Ignore:
Timestamp:
Sep 15, 2013, 8:54:59 PM (9 years ago)
Author:
viboes
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9118

    • Property Owner changed from Anthony Williams to viboes
    • Property Status newassigned
  • Ticket #9118 – Description

    initial v3  
    22
    33the program compiled with the following options will have a seg fault on thread join.
     4
     5{{{
    46clang -x c++ -arch x86_64 -std=gnu++11 -stdlib=libc++ -I/opt/local/include -c main.cpp -o main.o
    57clang++ -arch x86_64  -L/opt/local/lib  main.o -stdlib=libc++ -lboost_system-mt -lboost_thread-mt -o mutex_test
     8}}}
     9
    610
    711the program compiled with
     12
     13{{{
    814clang -x c++ -arch x86_64 -I/opt/local/include -c main.cpp -o main.o
    915clang++ -arch x86_64  -L/opt/local/lib  main.o -lboost_system-mt -lboost_thread-mt -o mutex_test
     16}}}
    1017
     18
     19
     20{{{
    1121System Version :  OS X Mountain Lion 10.8.4
    1222Compiler :
     
    1626Thread model: posix
    1727Boost: built/installed with mac ports
     28}}}
     29