On Tue, Jul 16, 2002 at 04:40:05PM -0500, Philip Molter wrote:
: Well, when I run the code with trace(9), it causes the script (it's
: a web script running under mod_perl) to fail with not even a warning
: to the error log, so I doubt this will be helpful, but here's the
: output anyway.
: 
: [REPLACED 1.28 WITH 1.29]
:     Tx::DBI::db=HASH(0xfd26a4) trace level set to 9 in DBI 1.29-nothread
:     Note: perl is running without the recommended perl -w option
:     -> selectall_arrayref for DBD::mysql::db (Tx::DBI::db=HASH(0x4d3b28)~0xfd26a
: 4 'SELECT customer FROM customer WHERE customer IN ( ? )' undef '1')
: 
: [CLEAN 1.29 BUILD]
:     Tx::DBI::db=HASH(0xfd2914) trace level set to 9 in DBI 1.29-nothread
:     Note: perl is running without the recommended perl -w option
:     -> selectall_arrayref in DBD::_::db for DBD::mysql::db (Tx::DBI::db=HASH(0xa
: 8f524)~0xfd2914 'SELECT customer FROM customer WHERE customer IN ( ? )' undef '1
: ')

And I promise this is the last reply to myself.  This gdb output
may not be too helpful (no line numbers for one), but at least we
can see that there's a problem somewhere in XS_DBI_dispatch.  This
would be the core dump produced by the clean 1.29 build.

I will try to prune this down to a much more manageable test case.

#0  0xfeb39d14 in XS_DBI_dispatch ()
   from /home/philip/test/perl/lib/site_perl/5.6.1/sun4-solaris/auto/DBI/DBI.so
#1  0xfeca9bc0 in Perl_pp_entersub () from /usr/local/apache/libexec/libperl.so
#2  0xfeca25a0 in Perl_runops_standard ()
   from /usr/local/apache/libexec/libperl.so
#3  0xfec565f8 in S_call_body () from /usr/local/apache/libexec/libperl.so
#4  0xfec5607c in Perl_call_sv () from /usr/local/apache/libexec/libperl.so
#5  0xfeb3ac88 in XS_DBI_dispatch ()
   from /home/philip/test/perl/lib/site_perl/5.6.1/sun4-solaris/auto/DBI/DBI.so
#6  0xfeca9bc0 in Perl_pp_entersub () from /usr/local/apache/libexec/libperl.so
#7  0xfeca25a0 in Perl_runops_standard ()
   from /usr/local/apache/libexec/libperl.so
#8  0xfec565f8 in S_call_body () from /usr/local/apache/libexec/libperl.so
#9  0xfec56304 in Perl_call_sv () from /usr/local/apache/libexec/libperl.so
#10 0xfec2e434 in perl_call_handler ()
   from /usr/local/apache/libexec/libperl.so
#11 0xfec2db20 in perl_run_stacked_handlers ()
   from /usr/local/apache/libexec/libperl.so
#12 0xfec2bd9c in perl_handler () from /usr/local/apache/libexec/libperl.so
#13 0x47840 in ap_invoke_handler ()
#14 0x6697c in process_request_internal ()
#15 0x66a00 in ap_process_request ()
#16 0x597cc in child_main ()
#17 0x59b80 in make_child ()
#18 0x59ca4 in startup_children ()
#19 0x5a6d8 in standalone_main ()
#20 0x5b34c in main ()

* Philip Molter
* Texas.net Internet
* http://www.texas.net/
* [EMAIL PROTECTED]

Reply via email to