On Mon, Mar 10, 2008 at 12:06:54AM -0700, Philippe M. Chiasson wrote: > Niko Tyni wrote: > >We're switching to Perl 5.10 in Debian soon, and I'm trying to update the > >mod_perl2 package to keep it working. Unfortunately the ModPerl-Registry > >test suite is failing on the Sparc architecture because apache2 is killed > >by a bus error (SIGBUS).
> Does this patch make the problem go away? (untested) > - handler->attrs = *modperl_code_attrs(aTHX_ cv); > + memcpy(&(handler->attrs),modperl_code_attrs(aTHX_ cv), > sizeof(handler->attrs)); No, unfortunately I can't see any change at all with this patch. The backtrace looks just the same. -- Niko Tyni [EMAIL PROTECTED]