Gossamer Forum
Home : General : Perl Programming :

mod_perl bug!

Quote Reply
mod_perl bug!
I think I just found a mod_perl bug with perl 5.6.1 whilst creating a plugin.

"bizarre copy of a hash" ...generated by:

I've checked it out and it is a bug, but I think the perl peeps already know about it.

Last edited by:

RedRum: Feb 16, 2002, 10:01 AM
Quote Reply
Re: [RedRum] mod_perl bug! In reply to
Barf....


>>
A fatal error has occurred:

Bizarre copy of CODE in sassign at (eval 18) line 40.

Please enable debugging in setup for more details.

A fatal error has occurred:

Bizarre copy of HASH in sassign at (eval 18) line 40.

Please enable debugging in setup for more details.

A fatal error has occurred:

Bizarre copy of HASH in sassign at (eval 18) line 40.

Please enable debugging in setup for more details.


<<
Quote Reply
Re: [RedRum] mod_perl bug! In reply to
I've seen that when dealing with stack traces and trying to access variables used in stack traces. It's a perl issue, not a mod_perl one.

Where are you seeing it?

Cheers,

Alex
--
Gossamer Threads Inc.
Quote Reply
Re: [Alex] mod_perl bug! In reply to
I managed to sort it out, it was caused by a regex (using /e).

I did some browsing on Yahoo and the same error occurs with the pre-compiled mod_perl binary for Windows although this was on linux.

Last edited by:

RedRum: Feb 16, 2002, 11:14 AM