Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the KiokuDB CPAN distribution.

Report information
The Basics
Id: 68252
Status: resolved
Priority: 0/
Queue: KiokuDB

People
Owner: Nobody in particular
Requestors: kflegal [...] valueclick.com
Cc:
AdminCc:

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



Subject: filters dropping weak references
Date: Mon, 16 May 2011 15:55:50 -0700
To: <bug-KiokuDB [...] rt.cpan.org>
From: "Kenny Flegal" <kflegal [...] valueclick.com>
I have posted this bug on the repository at github but figured I would include it here as well. I am never sure where the best place to post such bugs is. When using a filter on a stream coming from kioku, any weak references that the scope is holding on to for me appear to disappear. I have included a test script that demonstrates the problem that I have run into. When running the script as is I get the error "Can't call method "host" on an undefined value at ... line 57". If I remove the filter line the scope holds onto this reference as i would expect. I have attached the simplest way I could think of to reproduce this bug. I apologize if it is overkill. Any help on this would be greatly appreciated. - Kenny This email and any files included with it may contain privileged, proprietary and/or confidential information that is for the sole use of the intended recipient(s). Any disclosure, copying, distribution, posting, or use of the information contained in or attached to this email is prohibited unless permitted by the sender. If you have received this email in error, please immediately notify the sender via return email, telephone, or fax and destroy this original transmission and its included files without reading or saving it in any manner. Thank you.
Download make_bug
application/octet-stream 2.3k

Message body not shown because it is not plain text.

Does KiokuDB 0.52 fix this?
Assuming that this was fixed in 0.52, which included a fix for an issue that sounds similar to this.