-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PerlIO flush issue #6207
Comments
From acme@parrot.fotango.comCreated by acme@astray.comI have a segfault bug under Perl 5.8.0 / mod_perl 1.27 (Apache 1.3.27) which #0 0x400f01ee in fflush () from /lib/libc.so.6 Cheers, Leon Perl Info
|
arthur@contiller.se - Status changed from 'new' to 'open' |
From arthur@contiller.seThis is full debugging stack trace. #0 __pthread_mutex_lock (mutex=0x6120794d) at mutex.c:82 |
From arthur@contiller.seThis bug is essentially a dupe of http://mathforum.org/epigone/modperl/ The solution to the bug is to upgrade to libapreq 1.1 / Apache::Request 1.1 since 1.0 is What happens essentially is that Apache::Request gets a filehandle for the upload and Apache::Request 1.1 fixes this by importing the filehandle as readonly. Arthur |
arthur@contiller.se - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#19863 (status was 'resolved')
Searchable as RT19863$
The text was updated successfully, but these errors were encountered: