I upgraded from Fedora 38 w/OpenJDK 11.0.22 to Fedora 39 w/OpenJDK 11.0.22 and I am now getting SIGSEGVs when I try to run a query in Query Analyzer. ADS worked great without issues on Fedora 38 w/OpenJDK 11.0.22. ADS crashes soon after I hit run with a simple query:
select max(created_at) from dcv.estimates;
I am using the Java that comes with Fedora. I am using in-kernel graphics drivers (amdgpu), no NVIDIA drivers. Here's what I see in the GNOME Terminal:
![]() |
233 KB
![]() |
212 KB
I don't think this crash is specific to running SQL queries in Query Analyzer. I can't get quite a few of the things in the Help menu to load/open. The Options preferences does work.
I can't use ADS at this point. The server browser tree works. I tried turning off the bottom are of the Query Analyzer (where grid/text results are) and it still crashes. So I'm stuck.
I can't use ADS at this point. The server browser tree works. I tried turning off the bottom are of the Query Analyzer (where grid/text results are) and it still crashes. So I'm stuck.
I turned off "Charts" [1] and it worked.
I then re-enabled "Charts" [1]. I then replaced the libglapi.so.0 with a copy from the one included in Fedora 39 and it worked, but generated an error:
/datastudio.local.sh
It looks like ADS needs to update it's libglapi library and perhaps the JOGL library.
/allen
1. https://www.aquaclusters.com/app/home/project/public/aquadatastudio/wikibook/Documentation23.1/page/136/Charts-and-OpenGL-or-JOGL-Configuration
I turned off "Charts" [1] and it worked.
I then re-enabled "Charts" [1]. I then replaced the libglapi.so.0 with a copy from the one included in Fedora 39 and it worked, but generated an error:
/datastudio.local.sh
It looks like ADS needs to update it's libglapi library and perhaps the JOGL library.
/allen
1. https://www.aquaclusters.com/app/home/project/public/aquadatastudio/wikibook/Documentation23.1/page/136/Charts-and-OpenGL-or-JOGL-Configuration
I was able to fix this error b/c for some reason I don't know, it's looking for the mesa drivers in the wrong place for Fedora (they are in /usr/lib64/dri and not /usr/lib/x86_64-linu-gnu/dri).
I did this:
Here's my Chart settings:
Support Charts: 🗹
Enable Anti-Aliasing: 🗹
Enable Background: 🗹
Offscreen Rendering: Default
Visual Analytics Offscreen Rendering: Default
Text Renderer: Default
/allen
I was able to fix this error b/c for some reason I don't know, it's looking for the mesa drivers in the wrong place for Fedora (they are in /usr/lib64/dri and not /usr/lib/x86_64-linu-gnu/dri).
I did this:
Here's my Chart settings:
Support Charts: 🗹
Enable Anti-Aliasing: 🗹
Enable Background: 🗹
Offscreen Rendering: Default
Visual Analytics Offscreen Rendering: Default
Text Renderer: Default
/allen
Issue #15942 |
New |
Completion |
No due date |
No fixed build |
No time estimate |
I don't think this crash is specific to running SQL queries in Query Analyzer. I can't get quite a few of the things in the Help menu to load/open. The Options preferences does work.