Hello. I am having a serious issue. This is the log:
[Sat Dec 15 02:09:28.054892 2018] [mpm_prefork:notice] [pid 13958] AH00163:
Apache/2.4.25 (Debian) Rivet configured -- resuming normal operations
[Sat Dec 15 02:09:28.054972 2018] [core:notice] [pid 13958] AH00094:
Command line: '/usr/sbin/apache2'
[Sat Dec 15 02:11:06.144342 2018] [core:notice] [pid 13958] AH00052: child
pid 13960 exit signal Segmentation fault (11)
[Sat Dec 15 02:11:07.150274 2018] [core:notice] [pid 13958] AH00052: child
pid 13965 exit signal Segmentation fault (11)
[Sat Dec 15 02:12:57.258651 2018] [core:notice] [pid 13958] AH00052: child
pid 13967 exit signal Segmentation fault (11)
[Sat Dec 15 02:15:00.380790 2018] [core:notice] [pid 13958] AH00052: child
pid 13966 exit signal Segmentation fault (11)

After debugging my website code and trying to find where the problem is, I
found that tdbc::mysql package makes Rivet crash.
My website depends heavily on tdbc::mysql.

This is my website Rivet information like php_info() page.
http://superlinux.net/info.rvt
I made the website as a little demo on the potentials of Rivet and how
would anyone make use of Tcl instead of PHP.

Please try this simple code in an rvt file  just reproduce the issue:

<?
#This line works just fine
puts [package require Rivet]

#This line makes the whole page crash with a segmentation fault.
puts [package require tdbc::mysql]
?>

Thanks.

Reply via email to