On Tue, 6 Jun 2000, Stas Bekman wrote:

> Please! Keep the questions on the list!!! thank you!
> 
> > Thought the aforementioned procedure might be useful explaining my
> > current trouble.  Perl 5.5.3, Apache 1.3.12, mod_perl 1.24 -- no other
> > add-ons to Apache...  OS is Linux (kernel 2.2.10).
> >
> > Any hints?
> 
> I think I've seen this behavior when I had DProf enabled (the same
> enviroment). Turn it off. 
>
> I've ported this report myself clueless about the reason, but apparently
> it wasn't answered :(

> > #0  0x40175c7f in _IO_fflush (fp=0x4020d480) at iofflush.c:41

what's the output of:
(gdb) print *fp

i'm quite sure _fileno will be 2 (stderr), which something may have
botched, what i don't know.  strace-ing to see fiddlings with fd 2 might
shed some light.


Reply via email to