staticanalysis / data-race-test

Automatically exported from code.google.com/p/data-race-test
0 stars 0 forks source link

Core dump ends in tsan runtime #65

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Here is the stack:

Program terminated with signal 5, Trace/breakpoint trap.
#0  size (this=0x7563120, thr=0x78d6b70, addr=<value optimized out>, 
mop=0x7fff577067e0, has_expensive_flags=false, need_locking=true) at 
../../third_party/stlport/stl/_vector.h:192
192   size_type size() const        { return size_type(this->_M_finish - 
this->_M_start); }
(gdb) where
#0  size (this=0x7563120, thr=0x78d6b70, addr=<value optimized out>, 
mop=0x7fff577067e0, has_expensive_flags=false, need_locking=true) at 
../../third_party/stlport/stl/_vector.h:192
#1  FlushDeadSids (this=0x7563120, thr=0x78d6b70, addr=<value optimized out>, 
mop=0x7fff577067e0, has_expensive_flags=false, need_locking=true) at 
../../tsan/thread_sanitizer.cc:5189
#2  Detector::HandleMemoryAccessSlowLocked (this=0x7563120, thr=0x78d6b70, 
addr=<value optimized out>, mop=0x7fff577067e0, has_expensive_flags=false, 
need_locking=true)
    at ../../tsan/thread_sanitizer.cc:7253
#3  0x000000000524cd8d in HandleMemoryAccessInternal (thr=0x78d6b70, mop=..., 
addr=118832576) at ../../tsan/thread_sanitizer.cc:7376
#4  HandleTraceLoop (thr=0x78d6b70, mop=..., addr=118832576) at 
../../tsan/thread_sanitizer.cc:6135
#5  HandleTrace (thr=0x78d6b70, mop=..., addr=118832576) at 
../../tsan/thread_sanitizer.cc:6159
#6  ThreadSanitizerHandleOneMemoryAccess (thr=0x78d6b70, mop=..., 
addr=118832576) at ../../tsan/thread_sanitizer.cc:8478
#7  0x00000000052860db in tsan_rtl_mop (addr=0x79bb5b0, flags=<value optimized 
out>) at tsan_rtl.cc:3062
#8  0x000000000458acff in BrowserThread::Initialize (this=0x7ae39b0) at 
content/browser/browser_thread.cc:88

Original issue reported on code.google.com by dvyu...@google.com on 20 Apr 2011 at 7:06