Open GoogleCodeExporter opened 9 years ago
Original comment by georg.fritzsche
on 8 Nov 2010 at 1:03
to be clear, this issue is not actually caused by "dereferencing an invalid
member" as it may seem at first. The actual issue I believe would be caused by
anything you do to cause a javascript exception to occur inside the
callback/event in javascript.
The variable "event" is not actually plugin code; it's converted to an actual
javascript object before the function call and can be treated as such.
Can you put a try ... catch block around your code in onTestEvent to verify
that this is caused by an exception? I should be able to look at it later this
week, possibly Tuesday.
Original comment by taxilian
on 8 Nov 2010 at 4:46
I am not able to reproduce this; I suspect that we have fixed it with one of
the recent bugfixes as a side-effect.
Original comment by taxilian
on 9 Nov 2010 at 10:14
Original comment by taxilian
on 9 Nov 2010 at 11:43
As suggested, I've tested firebreath-stable-1.3-nightly73 and I can confirm
that the problem no longer occurs. Many thanks.
Original comment by Steven.K...@gmail.com
on 17 Nov 2010 at 11:59
awesome.
Original comment by taxilian
on 17 Nov 2010 at 3:41
Original issue reported on code.google.com by
georg.fritzsche
on 8 Nov 2010 at 1:03