Hi!
First of all, there is no native code stacktrace in your hs_err_pid29056.log:
...
# Failed to write core dump. Core dumps have been disabled. To enable
core dumping, try "ulimit -c unlimited" before starting Java again
#
...
Only it is possible to get from this log - that SIGSEGV was raised.
To drill down the problem you have to get core dump or/and run
application under gdb control. Don't know why OpenJDK can't provide
backtrace of native code itself.
In case of Waldemar unable to reproduce the problem on his site, it is
single possibility to locate the root of problem.
Regards,
Leonid
On Tue, Dec 29, 2015 at 5:52 PM, Alex Potapenko <opotapenko(a)gmail.com> wrote:
I'm trying to get BubbleUPnPServer to work with
compiled OpenJDK-8
(with Zero VM). It crashes "outside the Java Virtual Machine" with
error "in native code" (see error log attached).