Re: Attempt to free unreferenced scalar
- From: yargevad@xxxxxxxxx (Dave Gray)
- Date: Mon, 16 May 2005 12:44:52 -0400
> After running a program, I saw the following errors:
>
> Attempt to free unreferenced scalar: SV 0x38bd0a4, Perl interpreter:
> 0x162445c
> at E:/usr/lib/Errno.pm line 15 (#1)
> Attempt to free unreferenced scalar: SV 0x38bd0a4, Perl interpreter:
> 0x162445c at E:/usr/lib/Errno.pm line 15.
The only time I've seen errors like that is in threading code that
uses non-threadsafe modules. What does your program do?
If you care enough, you might want to read up[1] and identify
suspicious code, then try to write an example that consistently throws
that error.
[1] <http://www.google.com/search?q=%22attempt+to+free+unreferenced+scalar%22+%22Perl+interpreter%22>
.
- Follow-Ups:
- Re: Attempt to free unreferenced scalar
- From: Octavian Rasnita
- Re: Attempt to free unreferenced scalar
- References:
- Attempt to free unreferenced scalar
- From: Octavian Rasnita
- Attempt to free unreferenced scalar
- Prev by Date: RE: How to get the numeric index of a element in an array
- Next by Date: Re: Attempt to free unreferenced scalar
- Previous by thread: Attempt to free unreferenced scalar
- Next by thread: Re: Attempt to free unreferenced scalar
- Index(es):