Custom error screen under EmbPerl?

2000-08-17 Thread Scott Chapman
I'm attempting to make all the error checking for form submissions be done at the PostgreSQL server via triggers. I need a custom error screen under embperl. I read in the docs that you can set an option that will enable you to use mod_perl's custom error screen features but I'm rather cluele

Re: Can't build Embperl 1.3b4 with threaded perl5.6.0

2000-08-17 Thread jbodnar
On 17-Aug-2000 Gerald Richter wrote: >> #3 0x401f474a in ?? () from >> /usr/src/HTML-Embperl-1.3b4/blib/arch/auto/HTML/Embperl/Embperl.so > > This ?? would be the interesting point. For some reason GDB doesn't show the > symbol name. Does it change anything if you type "share" before you type th

Re: Can't build Embperl 1.3b4 with threaded perl5.6.0

2000-08-17 Thread Gerald Richter
> #3 0x401f474a in ?? () from > /usr/src/HTML-Embperl-1.3b4/blib/arch/auto/HTML/Embperl/Embperl.so This ?? would be the interesting point. For some reason GDB doesn't show the symbol name. Does it change anything if you type "share" before you type the "BT" ? Gerald -

Re: Can't build Embperl 1.3b4 with threaded perl5.6.0

2000-08-17 Thread jbodnar
here's the debug session: $ make testgdb PERL_DL_NONLAZY=0 gdb -x dbinitembperl /usr/local/bin/perl GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under

Re: Can't build Embperl 1.3b4 with threaded perl5.6.0

2000-08-17 Thread Gerald Richter
> > Should I build it with debugging turned on? If so is it possible to run the > tests under gdb? > Yes, it's very easy with 1.3b4, do perl Makefile.PL debug make testgdb in gdb say r -> here you should get the SIGSEGV now say BT and you should see the stackbacktrace which I would like to

Re: Can't build Embperl 1.3b4 with threaded perl5.6.0

2000-08-17 Thread jbodnar
Okay I added dTHX to the following subs in epeval.c: EvalDirect() EvalAll() EvalAllNoCache() CallCV() Everything builds just fine now but when I run make test it blows up: $ make test PERL_DL_NONLAZY=0 /usr/local/bin/perl -Iblib/arch -Iblib/lib -I/usr/local/lib/perl5/5.6.0/i686-linux-thread -I