[Webkit-unassigned] [Bug 120007] [sh4] ASSERTION FAILED in JIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 22 01:20:26 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=120007





--- Comment #6 from Julien Brianceau <jbrianceau at nds.com>  2013-08-22 01:19:55 PST ---
(In reply to comment #5)
> After the ASSERTION FAILED: isUndefinedOrNull(), it crashes.
> For now to avoid the crash I added these 2 lines in ExeceptionHandler.cpp:87
> 
> JSString* errorDescriptionForValue(ExecState* exec, JSValue v)
> {
>     VM& vm = exec->vm();
>     if(v.isEmpty())
>         return vm.smallStrings.emptyString();
> }

This is a workaround but not a fix, as JSValue should not be empty here.
Please take a look at https://bugs.webkit.org/show_bug.cgi?id=119812 and https://bugs.webkit.org/show_bug.cgi?id=120080 for further information.

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


More information about the webkit-unassigned mailing list