Issue metadata
Sign in to add a comment
|
base_unittests PartitionAllocTest.DumpMemoryStats crashes on Windows |
||||||||||||||||||||
Issue description
gn.args:
goma_dir = "C:\\path\\to\\goma"
is_clang = false
is_component_build = false
is_debug = false
symbol_level = 1
strip_absolute_paths_from_debug_symbols = true
target_cpu = "x86"
use_goma = true
ninja -C out/repro base_unittests
out\repro\base_unittests --gtest_filter=PartitionAllocTest.*
Result:
[ RUN ] PartitionAllocTest.DumpMemoryStats
Received fatal exception 0xe0000008
Backtrace:
RaiseException [0x7486AA12+62]
std::`dynamic initializer for 'initlocks'' [0x017800B2+593762]
std::`dynamic initializer for 'initlocks'' [0x01780AD0+594180]
std::`dynamic initializer for 'initlocks'' [0x016CE0E8+4e1798]
std::`dynamic initializer for 'initlocks'' [0x016E0146+4f37f6]
std::`dynamic initializer for 'initlocks'' [0x016E8269+4fb919]
std::`dynamic initializer for 'initlocks'' [0x016E83EA+4fba9a]
std::`dynamic initializer for 'initlocks'' [0x016E8315+4fb9c5]
std::`dynamic initializer for 'initlocks'' [0x016E86C1+4fbd71]
std::`dynamic initializer for 'initlocks'' [0x016E018A+4f383a]
std::`dynamic initializer for 'initlocks'' [0x016E84BE+4fbb6e]
_CIlog10_pentium4 [0x0189BA24+3374]
_CIlog10_pentium4 [0x01899F34+1884]
_CIlog10_pentium4 [0x01899C6A+15ba]
_CIlog10_pentium4 [0x01898E8A+7da]
__scrt_common_main_seh [0x01865AFA+f8] (f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:11b)
BaseThreadInitThunk [0x74FE62C4+24]
RtlSubscribeWnfStateChangeNotification [0x77D00F79+439]
RtlSubscribeWnfStateChangeNotification [0x77D00F44+404]
Expected: test passes without the exception or backtrace.
,
Jan 19 2018
This goes at least as far back as crrev.com/510676 from October 2017.
,
Feb 13 2018
|
|||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||
Comment 1 by inglorion@chromium.org
, Jan 19 2018