-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SPARQL query causes Virtuoso to crash without log #1301
Comments
Development is looking into this issue |
The issue seems to be related to the datasets loaded into your database. Did you load publicly available datasets into your database, so we can recreate your database in-house? |
Actually, I did not create a custom database for this. I use the mount to persist the created database. I just started the container without giving out any database values or files. I had the problem happen with a freshly created (by the Virtuoso container) database and in our development state database. |
I just checked again to be sure, but the error now did not appear. I suspect, that having the database in the version of 11 and switching to another version (12 or 13) caused this error. And I just tested it.
|
Can you tar + compress your |
I have emailed you the tar file to [email protected] |
I attempted to recreate the issue, but using docker 24.0.7 on Ubuntu 24.04, instead of podman on Rocky 9. My test did not show the problem you reported. We also tested the database you provided to check if it was damaged in some way, but i am happy to report that your database is completely fine. So next i will be setting up a Rocky 9 VM and see what podman does. |
We are running virtuoso in a container.
In a default container, without any modification and the basic settings, running the following query crashes the container in the version
virtuoso-opensource-7:7.2.12
andvirtuoso-opensource-7:7.2.13
The query is a minimal example, as the original is more complex (and also fails).
This query worked and still works in the container version
virtuoso-opensource-7:7.2.11
.This seems to be a regression in capabilities.
Most concerning is, that we don't get any log entry from Virtuoso.
The written logs and logs of the container itself just end with the immediate termination of the container.
The crash appears to be instant and was reproduced on a separate machine.
We use Rocky 9 Linux and podman and podman-compose in the newest version
Here is the relevant compose entry:
The
virtuoso.ini
was in default settings and with extended bytes and had no effect.The text was updated successfully, but these errors were encountered: