RE: Help debugging Embperl crash

2000-07-07 Thread Gerald Richter
> > Okay, it seems to be some kind of conflict between > mod_perl/Embperl and PHP and > perhaps Apache::DBI. My Embperl stuff works if there's no > database access. It > also works if I don't load libphp4.so. I guess the best solution > is to either > build everything statically or run seperate se

RE: Help debugging Embperl crash

2000-07-07 Thread jbodnar
Okay, it seems to be some kind of conflict between mod_perl/Embperl and PHP and perhaps Apache::DBI. My Embperl stuff works if there's no database access. It also works if I don't load libphp4.so. I guess the best solution is to either build everything statically or run seperate servers for PHP an

RE: Help debugging Embperl crash

2000-07-07 Thread Gerald Richter
> I'm not sure if I understand the FAQ > (http://perl.apache.org/embperl/Faq.pod.1.html#make_test_fails_wit > h_a_SIG_). > > If this is in a page how do I set the args for perl? > > Or am I looking at the wrong FAQ entry? > No it's right, but it is not exactly fit to your problem, do #gdb /p

RE: Help debugging Embperl crash

2000-07-07 Thread jbodnar
I'm not sure if I understand the FAQ (http://perl.apache.org/embperl/Faq.pod.1.html#make_test_fails_with_a_SIG_). If this is in a page how do I set the args for perl? Or am I looking at the wrong FAQ entry? On 07-Jul-2000 Gerald Richter wrote: >> >> I'm using Embperl 1.3b3 and mod_perl 1.24

RE: Help debugging Embperl crash

2000-07-07 Thread Gerald Richter
> > I'm using Embperl 1.3b3 and mod_perl 1.24. I'm trying to use > Class::DBI in my > templates and when I hit a certain line in the page the child > segfaults. This > definitely seems to be some kind of problem between Embperl and > Class::DBI. I'm > able to run the same code from a plain old per