Caught signal 11 (at 0x83d2250, invalid permissions) <--
Dear All, I have built Webkit onto Gtk-Directfb and was using release WebKit-r37990. It was working fine. Now am facing problem when I execute the Webkit by running the GtkLauncher in the latest nightly builds. Pls find attachment for the logs. Latest releases , as soon as the Webkit tries to open the URL, it crashes. Can anybody help me to fix this problem. Sharath ________________________________ The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
Dear All, I further traced the problem , this problem is happening from release WebKit-r38064 onwards. I suspect that this problem happens whenever Webkit tries to run JavaScript. Pls see the callstack backtrace attached. In file WebCore\bindings\js\ScriptController.cpp it crashes when it tries to execute the following command Completion comp = Interpreter::evaluate(exec, exec->dynamicGlobalObject()->globalScopeChain(), makeSource(str, sourceURL, baseLine), m_windowShell); FYI., The following is the configuration command that I am using to build webkit. ./autogen.sh --disable-dashboard-support --disable-xpath --disable-xslt \ --with-font-backend=freetype --disable-svg --disable-offline-web-applications \ --disable-dom-storage --disable-icon-database --disable-video --with-font-backend=freetype \ --disable-database --enable-debug --with-target=directfb --prefix=/usr/webkit Can anyone give a solution to this problem ASAP. This problem does not happen on releases prior to WebKit-r37990 Regards Sharath From: webkit-dev-bounces@lists.webkit.org [mailto:webkit-dev-bounces@lists.webkit.org] On Behalf Of Bn, Sharath Sent: Monday, December 01, 2008 12:37 PM To: webkit-dev@lists.webkit.org Subject: [webkit-dev] Caught signal 11 (at 0x83d2250,invalid permissions) <-- Dear All, I have built Webkit onto Gtk-Directfb and was using release WebKit-r37990. It was working fine. Now am facing problem when I execute the Webkit by running the GtkLauncher in the latest nightly builds. Pls find attachment for the logs. Latest releases , as soon as the Webkit tries to open the URL, it crashes. Can anybody help me to fix this problem. Sharath ________________________________ The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
On Tuesday 02 December 2008 10:56:24 Bn, Sharath wrote:
Dear All,
I further traced the problem , this problem is happening from release WebKit-r38064 onwards. I suspect that this problem happens whenever Webkit tries to run JavaScript. Pls see the callstack backtrace attached.
how do you make that happen? Do you have a test case for that? z.
For example,I try to execute Webkit with this attached javascript.xhtml. And it crashes. -----Original Message----- From: webkit-dev-bounces@lists.webkit.org [mailto:webkit-dev-bounces@lists.webkit.org] On Behalf Of Holger Freyther Sent: Tuesday, December 02, 2008 4:58 PM To: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev]Caught signal 11 (at 0x83d2250, invalid permissions) <-- On Tuesday 02 December 2008 10:56:24 Bn, Sharath wrote:
Dear All,
I further traced the problem , this problem is happening from release WebKit-r38064 onwards. I suspect that this problem happens whenever Webkit tries to run JavaScript. Pls see the callstack backtrace attached.
how do you make that happen? Do you have a test case for that? z. _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message.
participants (2)
-
Bn, Sharath
-
Holger Freyther