Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 20:56:38 +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-LYb0esHQYO@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

Michael Osipov <michael.osipov@siemens.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |michael.osipov@siemens.com

--- Comment #1 from Michael Osipov <michael.osipov@siemens.com> ---
Look at the stacktrace:
> C  [sqlite-3.34.0-c8b10b78-595a-47b8-8c97-c88cc41a3e0a-libsqlitejdbc.so+0xc2a5]  Java_org_sqlite_core_NativeDB__1exec_1utf8+0x145

It is highly likely that this is a SQLite JDBC problem. What to do:
1. Use the latest version of the driver
2. Compiler the driver C shim to libsqlite3 yourself since the bundled one is
build with Docker on FreeBSD 9 with GCC.
3. Retry

There are several open tickets on GitHub where I have commented to compile on
FreeBSD. It works with a single command line.

-- 
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-LYb0esHQYO>