[Webkit-unassigned] [Bug 49720] [Qt] Not possible to catch C++ exception thrown from slot called from JS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 18 03:17:19 PST 2010


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





--- Comment #2 from Kent Hansen <kent.hansen at nokia.com>  2010-11-18 03:17:19 PST ---
Found the same issue in relation to LLVM: http://old.nabble.com/C%2B%2B-Exception-Handling-Problem-td22427938.html

Solution from above thread: "My guess here is that there are JITted functions in your stack. If that's the case, you need to set the ExceptionHandling flag of LLVM on. This will make the JIT generate dwarf tables for JITted code, and libgcc
will be able to unwind these functions."

So the ideal solution for us would be to have dwarf table generation in JSC (that would have to be explicitly enabled, e.g. through a QWebSettings flag).

-- 
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