bennyxqg / bulk-loader

Automatically exported from code.google.com/p/bulk-loader
0 stars 0 forks source link

Error when loading malformed XML is intermittently not captured #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Create malformed XML, load the malformed XML as part of a sequence of items.
Occasionally the garbage collector will remove the reference to the inline
method defined in BulkLoader to capture Error events and the event bubbles.

What version of the product are you using? On what operating system?

FDT / Flex 3 SDK

Please provide any additional information below.

I can only infer that it's the GC that causes this problem because it's
intermittent, but it makes sense.

I've attached a trivial patch to rememdy the problem. Since I've applied
this patch I've been unable to recreate the issue.

Original issue reported on code.google.com by alec...@gmail.com on 7 Aug 2009 at 3:58

Attachments:

GoogleCodeExporter commented 9 years ago
Bug is as described in 

http://gskinner.com/blog/archives/2006/07/as3_weakly_refe.html

Original comment by alec...@gmail.com on 7 Aug 2009 at 5:04

GoogleCodeExporter commented 9 years ago
Fixed in revision 295.

Thanks for the report.

Original comment by debert on 7 Sep 2009 at 4:55