Opened 11 years ago
Closed 11 years ago
#6382 closed Bugs (fixed)
test_intermod_holder crashes with Visual C++ 2010
Reported by: | Mateusz Loskot | Owned by: | Joaquín M López Muñoz |
---|---|---|---|
Milestone: | To Be Determined | Component: | flyweight |
Version: | Boost Development Trunk | Severity: | Problem |
Keywords: | Cc: |
Description
I'm running regression tests on Windows 7 (64-bit) using Visual Studio 2010 against current trunk r76408.
I noticed test_intermod_holder crashes with access violation
At the flyweight regression tests report I see that this test fails on all/most Windows machines (my machine is mloskot-x86_32-msvc10)
Screenshot with debugger showing location of the crash attached.
Attachments (1)
Change History (5)
by , 11 years ago
Attachment: | test_intermod_holder.png added |
---|
comment:1 by , 11 years ago
FYI, the test also crashes during regression tests against branches/release
comment:2 by , 11 years ago
Here is related discussion and solution explained (reminded) on boost-testing ml: #6382: test_intermod_holder crashes with Visual C++ 2010
comment:3 by , 11 years ago
Reduced to a problem in Boost.Interprocess:
(interprocess) Crash of singleton_module in Windows
Will keep this ticket open until the above issue gets dealt with.
comment:4 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Boost.Interprocess bug fixed in [76577].
VS2010 debugger presenting the crash state/location.