You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by Rani Ahmed <ra...@gmail.com> on 2018/12/19 11:16:48 UTC

Rivet is still crashing with me

I am still getting lines similar to this one on my VPS:

*[Wed Dec 19 05:54:18.021829 2018] [core:notice] [pid 1816] AH00052: child
pid 2975 exit signal Segmentation fault (11)*


and I tried both packages:  *tdbc::mysql* and
*mysqltcl . *
In *tdbc::mysql* rivet crashes once I load the *tdbc::mysql *as follows:

*package require tdbc::mysql*

In *mysqltcl*, rivet crashes once I try to connect using its connection
command as following. please, and of course, substitute the variables*$dbhost
- $dbuser - $dbpasswd*  :

*package require mysqltcl; #works just fine*

*set dbcon [::mysql::connect -host $dbhost -user $dbuser -password
$dbpasswd -encoding utf-8 ] ;   # rivet crashes.*

I am not sure what's wrong with my VPS. both commands work just fine in
tclsh .

Re: Rivet is still crashing with me

Posted by Georgios Petasis <pe...@apache.org>.
Στις 19/12/2018 13:16, ο Rani Ahmed έγραψε:
> I am still getting lines similar to this one on my VPS:
> /
> /
> /[Wed Dec 19 05:54:18.021829 2018] [core:notice] [pid 1816] AH00052: 
> child pid 2975 exit signal Segmentation fault (11)/
>
>
> and I tried both packages: /tdbc::mysql/ and /mysqltcl .
> /
> In /tdbc::mysql/ rivet crashes once I load the /tdbc::mysql /as follows:
> /
> /
> /package require /tdbc::mysql//
> //
> //
> In /mysqltcl/, rivet crashes once I try to connect using its 
> connection command as following. please, and of course, substitute the 
> variables//$dbhost - $dbuser - $dbpasswd//  :
> /package require /mysqltcl; #works just fine
> //
> //set dbcon [::mysql::connect -host $dbhost -user $dbuser -password 
> $dbpasswd -encoding utf-8 ] ;   # rivet crashes.
> //
>
> I am not sure what's wrong with my VPS. both commands work just fine 
> in tclsh .//
>
> //

Are you sure you are using the same versions? The same tdbc::mysql loaded?

Then, perhaps you are blocked by SELInux?

George