Created attachment 150326 [details] Apple crash trace Trying to build master on macOS, the unit test dbaccess_hsqldb keeps failing and causing cppunittest to crash. Crash trace enclosed
Hello Alex, Since this is build issue and not a software issue, would you mind sending an email to the dev list instead? -> https://wiki.documentfoundation.org/Development/Mailing_List Closing as RESOLVED MOVED
This is not related to cppunit at all. It appears to be a crash on an UNO thread, when calling into the HSQLDB stuff via the JavaVM. i.e. it is likely to be a JavaVM issue, or something related to the UNO->Java bridge, or similar
Alex: What's your precise Java version? (should be at least 64 bits) Did you have several versions installed? Perhaps it could be interesting to clean up Java elems and reinstall last one. When I still had my Mac, I think I had followed this link: http://osxdaily.com/2017/06/16/uninstall-java-mac/ Indeed, Java elements are on several locations. If you still reproduce this, did you try the famous make clean + ccache -C before building? I know you'll got to wait extra time to build but at least, you'll be sure there are no buggy remnants.
Hi Julien I'm using OpenJDK 11 for macOS: openjdk 11.0.2 2019-01-15 OpenJDK Runtime Environment 18.9 (build 11.0.2+9) OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode) I usually make clean before each new build attempt. I'm not using ccache at all.
Moved this to LibreOffice instead of cppunittester, and adapted title accordingly in light of Noel's comments
Ah, forget it, I no longer see it after pulling from git late yesterday afternoon...