sqlite-jdbc icon indicating copy to clipboard operation
sqlite-jdbc copied to clipboard

ppc64 openjdk execstack error

Open 0x08 opened this issue 6 years ago • 1 comments

Hello,

When running version 3.28.0 on ppc64 I am getting the following error:

OpenJDK 64-Bit Server VM warning: You have loaded library /tmp/sqlite-3.28.0-85c825b5-524d-4d56-97a2-440071c1f923-libsqlitejdbc.so which might have disabled stack guard. The VM will try to fix the stack guard now.
It's highly recommended that you fix the library with 'execstack -c <libfile>', or link it with '-z noexecstack'.

I have tried playing around with the execstack permissions of the ppc64 .so file included in the jar file but to no avail. As far as I understand ppc64 should be supported - it this an issue of 64-bit vs 32-bit? I am running on a 64-bit VM (OpenJDK).

Thanks,

Ben

0x08 avatar Jul 03 '19 07:07 0x08

Is this still happening on the latest version?

gotson avatar Jul 28 '22 08:07 gotson