Menu

#128 Crash on Opteron 6272

open
nobody
None
5
2012-10-08
2012-10-08
Slawomir
No

This crashes on Opteron 6272

#include <framewave/fwBase.h>

int main()
{
fwSetNumThreads( 1 );
return 0;
}

stack trace is:

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7dd2d40 in boost::thread_group::add_thread(boost::thread*) () from /lib64/libfwBase.so.1
Missing separate debuginfos, use: debuginfo-install glibc-2.15-56.fc17.x86_64 libgcc-4.7.0-5.fc17.x86_64 libstdc++-4.7.0-5.fc17.x86_64
(gdb) bt
#0 0x00007ffff7dd2d40 in boost::thread_group::add_thread(boost::thread*) () from /lib64/libfwBase.so.1
#1 0x00007ffff7dd32e0 in boost::thread_group::create_thread(boost::function0<void, std::allocator<boost::function_base> > const&) () from /lib64/libfwBase.so.1
#2 0x00007ffff7dce8a4 in TP_Create () from /lib64/libfwBase.so.1
#3 0x00007ffff7dce9ea in TP_SetNumThreads_global () from /lib64/libfwBase.so.1
#4 0x00007ffff7dd0fa9 in fwSetNumThreads () from /lib64/libfwBase.so.1
#5 0x0000000000400814 in main () at a.cpp:5

Discussion


Log in to post a comment.