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

--- Comment #3 from yugioh...@1s.fr ---
> Indeed, I'm not sure 4.3 branch can be built with Jdk 1.8

I have tested with JDJ 1.7 instead of JDK 1.8 but same issue:
$ make
[...]
[build CUT] sax_parser
/bin/sh: line 1: 16733 Aborted                
LD_LIBRARY_PATH=${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}"$I/ure/lib:$I/program":$W/UnpackedTarball/cppunit/src/cppunit/.libs
$W/LinkTarget/Executable/cppunittester
$W/LinkTarget/CppunitTest/libtest_services.so --headless
"-env:BRAND_BASE_DIR=file://$S/instdir" "-env:BRAND_SHARE_SUBDIR=share"
"-env:UserInstallation=file://$W/CppunitTest/services.test.user"
"-env:CONFIGURATION_LAYERS=xcsxcu:file://$I/share/registry"
"-env:UNO_TYPES=file://$I/ure/share/misc/types.rdb
file://$I/program/types/offapi.rdb"
"-env:UNO_SERVICES=file://$W/Rdb/ure/services.rdb file://$W/Rdb/services.rdb
file://$W/Rdb/pyuno.rdb" -env:URE_INTERNAL_LIB_DIR=file://$I/ure/lib
-env:LO_LIB_DIR=file://$I/program -env:LO_JAVA_DIR=file://$I/program/classes
--protector $W/LinkTarget/Library/unoexceptionprotector.so
unoexceptionprotector --protector
$W/LinkTarget/Library/unobootstrapprotector.so unobootstrapprotector
-env:URE_MORE_JAVA_TYPES=file://$I/program/classes/unoil.jar >
$W/CppunitTest/services.test.log 2>&1
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0xb73167b9, pid=16733, tid=3073369856
#
# JRE version: Java(TM) SE Runtime Environment (7.0_76-b13) (build
1.7.0_76-b13)
# Java VM: Java HotSpot(TM) Client VM (24.76-b04 mixed mode linux-x86 )
# Problematic frame:
# C  [libpthread.so.0+0xc7b9]  sem_wait+0x9
#
# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
#
/tmp/build/libreoffice-4.3.0.4/workdir/CppunitTest/services.test.core/hs_err_pid16733.log
#
# If you would like to submit a bug report, please visit:
#   http://bugreport.java.com/bugreport/crash.jsp
#

[error occurred during error reporting , id 0xb]


No core file identified in directory
/tmp/build/libreoffice-4.3.0.4/workdir/CppunitTest/services.test.core
To show backtraces for crashes during test execution,
enable core files with:

   ulimit -c unlimited


Error: a unit test failed, please do one of:

export DEBUGCPPUNIT=TRUE            # for exception catching
export CPPUNITTRACE="gdb --args"    # for interactive debugging on Linux
export CPPUNITTRACE="\"[full path to devenv.exe]\" /debugexe" # for interactive
debugging in Visual Studio
export VALGRIND=memcheck            # for memory checking

and retry using: make CppunitTest_services

make[1]: *** [/tmp/build/libreoffice-4.3.0.4/workdir/CppunitTest/services.test]
Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [build] Error 2

So, I will try with a newer version of LO as suggested (and upgrade my JDK
too).

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

Reply via email to