Skip Menu |

This queue is for tickets about the Scope-Upper CPAN distribution.

Report information
The Basics
Id: 55593
Status: resolved
Priority: 0/
Queue: Scope-Upper

People
Owner: Nobody in particular
Requestors: ilmari [...] photobox.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 0.11



Subject: Segfault when localizing hash or array element to different package in different file
Date: Mon, 15 Mar 2010 14:32:02 +0000
To: bug-Scope-Upper [...] rt.cpan.org
From: "D. Ilmari" Mannsåker <ilmari [...] photobox.com>
Hi Vincent, localize_elem segfaults when the scope to localize to is in a different package and file. Localizing to the same package in a different file or a different package in the same file works well. Minimal test case attached. -- ilmari

Message body is not shown because sender requested not to inline it.

Message body is not shown because sender requested not to inline it.

Le Lun 15 Mar 2010 10:33:15, ilmari@photobox.com a écrit : Show quoted text
> Hi Vincent, > > localize_elem segfaults when the scope to localize to is in a different > package and file. Localizing to the same package in a different file or > a different package in the same file works well. > > Minimal test case attached. >
Thanks for your report. The problem wasn't that the packages were different, but that the localized variable wasn't declared beforehand. I've fixed this in version 0.11. Vincent.