Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#6419 closed Bugs (fixed)

Error: PTHREAD_STACK_MIN is not always defined when PTHREADS are used

Reported by: viboes Owned by: viboes
Milestone: To Be Determined Component: thread
Version: Boost Development Trunk Severity: Problem
Keywords: 1.49 Cc:

Description

Test output: Sandia-sun - thread - conditions__condition_variable__default_pass / sun-5.10
Rev 76549 / Tue, 17 Jan 2012 10:05:42 +0000
Report Time: Tue, 17 Jan 2012 15:54:48 +0000

Compile [2012-01-17 10:53:05 UTC]: fail

    "/opt/sunstudio12.1/bin/CC" +d -library=stlport4 -features=tmplife -features=tmplrefstatic -library=stlport4 -g -mt -erroff=%none -m64 -KPIC -DBOOST_ALL_NO_LIB=1 -DBOOST_CHRONO_DYN_LINK=1 -DBOOST_COMMON_TYPE_DONT_USE_TYPEOF -DBOOST_SYSTEM_DYN_LINK=1 -DBOOST_SYSTEM_NO_DEPRECATED -DBOOST_TEST_NO_AUTO_LINK=1 -DBOOST_THREAD_BUILD_DLL=1 -DBOOST_THREAD_POSIX -DBOOST_THREAD_USE_DLL=1 -DBOOST_TYPEOF_EMULATION -I".." -c -o "/scratch2/kbelco/boost/results/boost/bin.v2/libs/thread/test/conditions__condition_variable__default_pass.test/sun-5.10/debug/address-model-64/stdlib-sun-stlport/threading-multi/sync/conditions/condition_variable/default_pass.o" "../libs/thread/test/sync/conditions/condition_variable/default_pass.cpp"

"../boost/thread/pthread/thread_data.hpp", line 38: Error: PTHREAD_STACK_MIN is not defined.
"../boost/thread/pthread/thread_data.hpp", line 38: Error: PTHREAD_STACK_MIN is not defined.
2 Error(s) detected.

TinyUrl 

Change History (2)

comment:1 by viboes, 11 years ago

Resolution: fixed
Status: newclosed

(In [76557]) Thread: Try to fix #6419 - Error: PTHREAD_STACK_MIN is not always defined when PTHREADS are used

comment:2 by viboes, 11 years ago

Component: Nonethread
Note: See TracTickets for help on using tickets.