On Wed, 12 Sep 2001, Doug MacEachern wrote:
> On Thu, 13 Sep 2001, Stas Bekman wrote:
>
> > > I expect print OK to work, but I don't see anything. send_http_header
> > > doesn't work too.
>
> send_http_header is working fine.
>
> for some reason STDOUT is not tied by the time your
> Apache::Registry::handler runs ($r->print is ok). not sure if that is a
> bleedperl bug or modperl, have you tried with 5.6.1?
I've just tried my stock 5.6.1 but didn't realize that it's has no
ithreads. I'll have to grab the source and build it before I can report
it.
But with non-ithread, i've got this core dump:
#0 0x4040ef89 in Perl_sv_replace (sv=0x0, nsv=0x81924a0) at sv.c:3680
#1 0x4042c500 in Perl_leave_scope (base=13) at scope.c:648
#2 0x403d35f4 in Perl_newATTRSUB (floor=13, o=0x8193060, proto=0x8193018,
attrs=0x0, block=0x8192ff0) at op.c:4790
#3 0x403d377e in Perl_newCONSTSUB (stash=0x8189a64,
name=0x40465def "ModPerl::XSLoader::BOOTSTRAP", sv=0x8192488) at
op.c:4827
#4 0x4039119f in my_xs_init () at mod_perl.c:31
#5 0x403a167a in S_parse_body (env=0x0, xsinit=0x40391160 <my_xs_init>)
at perl.c:1281
#6 0x403a0b5e in perl_parse (my_perl=0x8150ae8,
xsinit=0x40391160 <my_xs_init>, argc=4, argv=0x815257c, env=0x0)
at perl.c:895
#7 0x403912a4 in modperl_startup (s=0x80fac54, p=0x80f420c) at
mod_perl.c:68
#8 0x40391aa2 in modperl_init (base_server=0x80fac54, p=0x80f420c)
at mod_perl.c:124
#9 0x403923af in modperl_hook_init (pconf=0x80f420c, plog=0x81303ec,
ptemp=0x81323fc, s=0x80fac54) at mod_perl.c:277
#10 0x080abba1 in ap_run_open_logs (pconf=0x80f420c, plog=0x81303ec,
ptemp=0x81323fc, s=0x80fac54) at config.c:179
#11 0x080af93b in main (argc=6, argv=0xbffff974) at main.c:399
#12 0x40214450 in __libc_start_main () from /lib/libc.so.6
when doing ./t/TEST -start
this is without your last moment patches. Looks like the bootstrap is a
problem.
_____________________________________________________________________
Stas Bekman JAm_pH -- Just Another mod_perl Hacker
http://stason.org/ mod_perl Guide http://perl.apache.org/guide
mailto:[EMAIL PROTECTED] http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]