On Tue, Jun 8, 2010 at 3:59 AM, Benoit Jacob <
jacob.benoit.1@xxxxxxxxx> wrote:
> But it's true that it's ugly, so, feel free to fix that. For example
> by isolating the tests that would emit warnings with unsigned types
> into separate functions...
>
>> and then I tried to
>> run it in debug mode and I got an unaligned memory assertion on
>>
>> m3 = m2; m3 *= s1;
>> VERIFY_IS_EQUAL(m3, s1*m2);
>>
>> while calling
>>
>> CALL_SUBTEST_1( integer_types(Matrix<unsigned long, 3, 4>()) );
>>
>> I tried to reproduce this in a separate program but failed. Does
>> anybody have an idea?
>
> can you paste a backtrace from that assert?
I attached the back-trace.