ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> perl.net
perl.net
RE: Error message "Bizarre copy of CODE in aasign" (sic!)
by Jan Dubois other posts by this author
Oct 12 2005 5:24PM messages near this date
view in the new Beta List Site
Error message "Bizarre copy of CODE in aasign" (sic!) | Plc.exe and Vs2005
FRAMEWORK On Tue, 11 Oct 2005, Henning Møller-Nielsen wrote:
>  
>  I got the "Bizarre copy of CODE in aasign" error for first time ever.

I assume the message said "aassign" and not "aasign"...
 
>  We are using some PerlNET compiled components in ASP.NET (and we still
>  have some of the problems I have reported earlier) but this is the
>  first time we got a "Bizarre" error :-)
> 
>  The problem was resolved by restarting the aspnet_wp thread. But does
>  anyone (probably Jan?) know what could cause this?

Sorry, I don't really know.  This is an internal Perl error that should
never happen.  It means that Perl is executing the "array assignment"
opcode, and one of the value it finds on the stack is a CODE object.
You can't store these into a scalar (or array element in this case); you
can only store a *reference* to a CODE object in a scalar.  Therefore
Perl doesn't know how to proceed and throws an error.

But without a reproducible test case I have no idea how to figure out
how/why this is happening.

Cheers,
-Jan




_______________________________________________
Perl.NET mailing list
Perl.NET@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
Thread:
Henning Møller-Nielsen
Jan Dubois
Severan Rault

Privacy Policy | Email Opt-out | Feedback | Syndication
© 2004 ActiveState, a division of Sophos All rights reserved