Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 2453] segmentation fault with wslua script

Date: Wed, 30 Apr 2008 09:05:25 -0700 (PDT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2453





--- Comment #24 from LEGO <luis.ontanon@xxxxxxxxx>  2008-04-30 09:05:20 GMT ---
> I think we should disable the outstanding stuff for now because it causes
> random crashes and warn users not to keep references to buffers/trees/pinfos
> from previous packets.

I do not thing relying on users not to do anything that crashes is a good
solution at all.

I think you found the problem:

As you said We are NULLifying already removed objects for which if there was a
__gc it would have being called.

We *do* need a __gc but not for freeing the resources (that's taken care
elsewhere) but to remove the reference to the boxed object from the outstanding
objects queue.

Luis


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.