https://bugs.freedesktop.org/show_bug.cgi?id=61688

--- Comment #8 from Terrence Enger <lo_b...@iseries-guru.com> ---
Yup, did a make clean for this very build because of undefined symbols
in svgdocumenthandler.cxx.

My system has

    GNU Make 3.81

    gcc (Ubuntu/Linaro 4.5.2-8ubuntu4) 4.5.2

    java version "1.6.0_24"
    OpenJDK Runtime Environment (IcedTea6 1.11.5)
(6b24-1.11.5-0ubuntu1~11.04.1)
    OpenJDK Client VM (build 20.0-b12, mixed mode, sharing)

and my c++ library is version 4.5.


In that library, my attention goes to __check_sorted, which says ...

      // Verify that the predicate is StrictWeakOrdering by checking that it
      // is irreflexive.
      _GLIBCXX_DEBUG_ASSERT(__first == __last || !__pred(*__first, *__first));

If I am interpreting the output from gdb correctly,
VclBuilder::sortIntoBestTabTraversalOrder::operator()(...) is neither
reflexive nor irreflexive.

Terry.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to