[v8-users] Re: Painful regression in Object destruction behaviour

2013-01-06 Thread Paul Harris
Did you report this in the bug tracker? On Saturday, December 22, 2012 9:54:17 PM UTC+8, Stephan Beal wrote: On Sat, Dec 22, 2012 at 2:27 PM, Stephan Beal sgb...@googlemail.comjavascript: wrote: Hi, devs, i have just found a regression (from sometime since last summer) in the handling

Re: [v8-users] Re: Painful regression in Object destruction behaviour

2013-01-06 Thread Sven Panne
From what I understand about the example above, it looks like an API abuse: The GC decides that a given object is dead and gives its associated callback a chance to revive it (via MakeWeak) or say explicitly that it's OK to really kill it (via Dispose). In the latter case one should not call *any*

[v8-users] Re: Painful regression in Object destruction behaviour

2012-12-22 Thread Stephan Beal
On Sat, Dec 22, 2012 at 2:27 PM, Stephan Beal sgb...@googlemail.com wrote: Hi, devs, i have just found a regression (from sometime since last summer) in the handling of Object destruction. Consider this JS code: ... # Fatal error in ../src/objects-inl.h, line 2386 #