https://bugs.documentfoundation.org/show_bug.cgi?id=90502

--- Comment #13 from Alex Thurgood <[email protected]> ---
Now seeing this :

(lldb) run
Process 80430 launched:
'/Volumes/BUILDHD/Shared/LO/core/workdir/LinkTarget/Executable/cppunittester'
(x86_64)
/Volumes/BUILDHD/Shared/LO/core/unotest/source/cpp/macros_test.cxx:52:Test::testSkipImages
assertion failed
- Expression: xComponent.is()
- loading failed:
file:///Volumes/BUILDHD/Shared/LO/core//sw/qa/extras/globalfilter/data/skipimages.docx

unknown:0:Test::testSkipImages
tearDown() failed
- An uncaught exception of type com.sun.star.lang.DisposedException
- 

/Volumes/BUILDHD/Shared/LO/core/unotest/source/cpp/macros_test.cxx:52:
Assertion
Test name: Test::testSkipImages
assertion failed
- Expression: xComponent.is()
- loading failed:
file:///Volumes/BUILDHD/Shared/LO/core//sw/qa/extras/globalfilter/data/skipimages.docx

##Failure Location unknown## : Error
Test name: Test::testSkipImages
tearDown() failed
- An uncaught exception of type com.sun.star.lang.DisposedException
- 

Failures !!!
Run: 8   Failure total: 2   Failures: 1   Errors: 1
2015-04-22 16:25:08.529 cppunittester[80430:1566208] *** -[NSAutoreleasePool
release]: This pool has already been released, do not drain it (double
release).
Process 80430 exited with status = 1 (0x00000001) 


There is no stack to trace in this via lldb, but the line of code indicated as
failing is :

    CPPUNIT_ASSERT_MESSAGE(OUStringToOString( sMessage, RTL_TEXTENCODING_UTF8
).getStr( ), xComponent.is());

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

Reply via email to