Opened 10 years ago

Last modified 9 years ago

#7524 new Bugs

Assertion Fail: map/set iterators incompatible (msvc-8)

Reported by: jim@… Owned by: Gunter
Milestone: To Be Determined Component: uBLAS
Version: Boost Development Trunk Severity: Problem
Keywords: msvc-8 assertion failure iterators incompatible Cc: jim@…

Description

Two regression tests fail in msvc-8 with this error:

Debug Assertion Failed:

xtree line 293: Expression: map/set iterators incompatible

Tests failing:

test3_mvov

test_inplace_solve_mvov

Attachments (1)

test_mvov_crash_callstack.txt (12.0 KB ) - added by Thomas Kent <teeks99@…> 9 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Gunter, 10 years ago

Severity: RegressionProblem

This is a known issue: MSVC does not like the mapped_vector_of_vector matrix class (though it's a problem but not a regression). Patches are welcome ...

comment:2 by Thomas Kent <teeks99@…>, 9 years ago

This is causing me problems while running the windows regression tests. If this is a bug that we're not going to fix soon, could we mark that test as failed instead of running it for msvc compilers?

by Thomas Kent <teeks99@…>, 9 years ago

comment:3 by Thomas Kent <teeks99@…>, 9 years ago

Also affects msvc-12.0 and presumably all the compilers between it and msvc-8.0 (which the bug was written against).

Note: See TracTickets for help on using tickets.