﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3322	C++ runtime broken using boost_thread 1.55 under Ubuntu with clang	Martin Sjölund	Marcus Walther	"C++ runtime seems to be broken using boost 1.55 (only boost available in Ubuntu 15.04; Ubuntu 14.04 has 1.54 and 1.55 to choose from, which is why hudson works for now).

GDB reports (using -g -O0):
{{{
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff73258d0 in boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>() ()
   from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0
(gdb) bt
#0  0x00007ffff73258d0 in boost::exception_ptr boost::exception_detail::get_static_exception_object<boost::exception_detail::bad_exception_>() ()
   from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0
#1  0x00007ffff7320141 in ?? ()
   from /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.55.0
#2  0x00007ffff7de95ba in call_init (l=<optimised out>, argc=argc@entry=21, 
    argv=argv@entry=0x7fffffffe2b8, env=env@entry=0x7fffffffe368)
    at dl-init.c:72
#3  0x00007ffff7de96cb in call_init (env=<optimised out>, 
    argv=<optimised out>, argc=<optimised out>, l=<optimised out>)
    at dl-init.c:30
#4  _dl_init (main_map=0x7ffff7ffe188, argc=21, argv=0x7fffffffe2b8, 
    env=0x7fffffffe368) at dl-init.c:120
#5  0x00007ffff7dd9d0a in _dl_start_user () from /lib64/ld-linux-x86-64.so.2
#6..28  in ?? ()
}}}"	defect	closed	critical	1.9.4	Cpp Run-time	trunk	fixed		Niklas Worschech Rüdiger Franke Marcus Walther
