<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    Le 27/06/2011 22:47, Markus Mohrhard a &eacute;crit&nbsp;:
    <blockquote
      cite="mid:BANLkTi=tM=3aHjmYQhE-HP9txKam-E0cew@mail.gmail.com"
      type="cite">Hello Julien,
      <div class="gmail_quote">
        <blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
          0.8ex; border-left: 1px solid rgb(204, 204, 204);
          padding-left: 1ex;">
          <div class="im"><br>
            Error: File /home/maryline/compile-libreoffice/libo/clone/ure/sal/cpprt/operators_new_delete.cxx,
            Line 96: operator delete mismatch<br>
          </div>
          /usr/include/c++/4.6/debug/safe_iterator.h:193:error: attempt
          to<br>
          &nbsp; &nbsp; dereference a past-the-end iterator.<br>
          <br>
          Objects involved in the operation:<br>
          iterator "this" @ 0x0xbe966380 {<br>
          type = N11__gnu_debug14_Safe_iteratorIN9__gnu_cxx17__normal_iteratorIPSsNSt9__cxx19986vectorISsN3rtl9AllocatorISsEEEEEENSt7__debug6vectorISsS8_EEEE
          (mutable iterator);<br>
          &nbsp; state = past-the-end;<br>
          &nbsp; references sequence with type `NSt7__debug6vectorISsN3rtl9AllocatorISsEEEE'
          @ 0x0xbe966380<br>
          }<br>
        </blockquote>
      </div>
      &nbsp;<br>
      this helps a lot. We had a similar situation some days ago. When
      built with debug symbols some additional checks are performed to
      ensure that iterators are not missused. So it would be a good step
      if you could debug the unit test and as soon as you get a SIG
      ABORT get a backtrace and post it here or fix the problem. I think
      that we derefence vector::end() or something like this.<br>
      <br>
      <a moz-do-not-send="true"
href="http://wiki.documentfoundation.org/Development/How_to_debug#Debugging_cppunit_tests">http://wiki.documentfoundation.org/Development/How_to_debug#Debugging_cppunit_tests</a><br>
    </blockquote>
    Hello,<br>
    <br>
    I'd like to do this but when I launch "run" in gdb it does the test
    1 which is Ok. How to launch the test 2 (I'm a beginner with gdb) ?<br>
    <br>
    Julien.<br>
  </body>
</html>