Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2021 14:56:48 +0000
From:      bugzilla-noreply@freebsd.org
To:        java@FreeBSD.org
Subject:   [Bug 257962] java/openjdk16 crashes while trying to run Minecraft server
Message-ID:  <bug-257962-8522-AjrDkU560i@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257962-8522@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257962-8522@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257962

--- Comment #8 from Klaus Küchemann <maciphone2@googlemail.com> ---
(In reply to Andrew121410 from comment #6)
happy that you got it working...
what I'm interested in ( or better said what should be in interest of
(future)affected users):

(1)
does 
https://github.com/andxor/sqlite-jdbc/blob/d0d82cead4f1b6909ae9334e99bfae86258ad4df/src/main/resources/org/sqlite/native/FreeBSD/x86_64/libsqlitejdbc.so
fix the issue for FreeBSD amd64 ??

(2)
and why wasn't that merged into : 
https://github.com/xerial/sqlite-jdbc/tree/master/src/main/resources/org/sqlite/native/FreeBSD/x86_64
(assuming that is the upstream)
? ... or why not e.g temporarily statically linked into the FreeBSD port until
they fix their dockerWhatever)?

.. so according to the stacktrace attachment :

...Event: 34.841 Loaded shared library
/tmp/sqlite-3.34.0-c8b10b78-595a-47b8-8c97-c88cc41a3e0a-libsqlitejdbc.so ...
0x000000087fc00000     
/tmp/sqlite-3.34.0-c8b10b78-595a-47b8-8c97-c88cc41a3e0a-libsqlitejdbc.so..

simply download (1)(see above) and 

cp libsqlitejdbc.so
/tmp/sqlite-3.34.0-c8b10b78-595a-47b8-8c97-c88cc41a3e0a-libsqlitejdbc.so 
is the current bugfix ? or isn't ?

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257962-8522-AjrDkU560i>