First, congratulations on v6 release! The feature set looks impressive and I'm happy to see various subtle improvements all around.
When trying out this release I unfortunately ran into segmentation fault issues.
I downloaded, compiled and installed Virtuoso Open-Source Edition 6 (virtuoso-opensource-6.0.0.tar.gz from sourceforge). It seems to work fine overall but at seemingly random moments it crashes with:
- Code: Select all
petcau@petcau-laptop:/usr/local/virtuoso-opensource/var/lib/virtuoso/db$ virtuoso-t -f virtuoso.ini
Wed Oct 21 2009
11:04:15 OpenLink Virtuoso Universal Server
11:04:15 Version 06.00.3123-pthreads for Linux as of Oct 21 2009
11:04:15 uses parts of OpenSSL, PCRE, Html Tidy
11:04:15 Database version 3100
11:04:15 SQL Optimizer enabled (max 1000 layouts)
11:04:16 Compiler unit is timed at 0.000927 msec
11:04:17 Roll forward started
11:04:17 Roll forward complete
11:04:18 Checkpoint made, log reused
11:04:18 HTTP/WebDAV server online at 9980
11:04:18 Server online at 1111 (pid 13772)
11:05:19 GPF: page.c:2392 page_apply called with not enough stack
GPF: page.c:2392 page_apply called with not enough stack
Segmentation fault
After the GPF message virtuoso-t process sometimes exits with segmentation fault, sometimes gets stuck and I have to kill it. This has happened during/after several operations:
* just after uploading RDF file with WebDav Browser.
* when executing requests against /sparql endpoint in serial order, quick succesion. Several hundred queries execute fine and then this
* clicking around Conductor interface
In all cases the message in console is exactly the same.
I'm using 32bit Ubuntu 9.04, and I see the same behavior on two different boxes (both running 9.04).
Please tell me if you need any additional information to investigate this issue.

