Re: problem with segmentation fault

2000-11-16 Thread Ilia Lobsanov
FYI, we use Embperl 1.3b5 and 1.3b6 in two different production environments. No problems. ilia. Gerald Richter wrote: > > I don't expect (m)any changes from 1.3b7 to 1.3, so it's safe to use it also > in a production environment > > Gerald

Re: problem with segmentation fault

2000-11-16 Thread Gerald Richter
> > # make testgdb > make: *** No rule to make target `testgdb'. Stop. > 1.2.1 is too old, it doesn't support testgdb > I assume you mean `test gdb': > no, testgdb is right, but you need at least 1.3b5 > > 1032 cd .. > 1033 tar xzvf HTML-Embperl-1.3b7.tar.gz > 1034 cd HTML-Embperl-1.3b7

Re: problem with segmentation fault

2000-11-16 Thread James Lee
> If you have gdb install please run > > perl Makefile.PL debug > make testgdb I tried this and got: # make testgdb make: *** No rule to make target `testgdb'. Stop. I assume you mean `test gdb': # make test gdb PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.6.0/i

RE: problem with segmentation fault

2000-11-15 Thread Gerald Richter
> Also, when I try to test Embperl I get the following: > > # make test > PERL_DL_NONLAZY=0 /usr/bin/perl -Iblib/arch -Iblib/lib > -I/usr/lib/perl5/5.6.0/i686-linux -I/usr/lib/perl5/5.6.0 test.pl > > loading...ok > > Testing offline mode... > > ascii...

Re: problem with segmentation fault

2000-11-15 Thread James Lee
> > Embperl is working fine in that it is building the web pages as I would > > expect it to. However, I see this line in my log file for every page > > that uses Embperl: > > > > [Wed Nov 15 11:33:55 2000] [notice] child pid 18819 exit signal Segmentation >fault (11) > > > > I have read t

Re: problem with segmentation fault

2000-11-15 Thread Randy Kobes
On Wed, 15 Nov 2000, James Lee wrote: > Embperl is working fine in that it is building the web pages as I would > expect it to. However, I see this line in my log file for every page > that uses Embperl: > > [Wed Nov 15 11:33:55 2000] [notice] child pid 18819 exit signal Segmentation >faul

problem with segmentation fault

2000-11-15 Thread James Lee
Embperl is working fine in that it is building the web pages as I would expect it to. However, I see this line in my log file for every page that uses Embperl: [Wed Nov 15 11:33:55 2000] [notice] child pid 18819 exit signal Segmentation fault (11) I have read the FAQs and many previous pos