[Webkit-unassigned] [Bug 42756] Crash in privateCompileCTIMachineTrampolines() on Intel Atom D510 processor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 20 03:21:43 PDT 2010


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


Adrien Nader <camaradetux at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |camaradetux at gmail.com




--- Comment #3 from Adrien Nader <camaradetux at gmail.com>  2010-08-20 03:21:42 PST ---
I am experiencing the same problem on my computer with webkit-gtk 1.3.3.

GtkLauncher fails and simply creating a web_view and using load_uri (no matter if the target exists or not, local or remote) makes it crash.

  g_thread_init(NULL); g_type_init(); gtk_init(&argc, &argv);
  WebKitWebView* wv = WEBKIT_WEB_VIEW(webkit_web_view_new ());
  webkit_web_view_load_uri(wv, "http://google.com");

If I don't load any page, it doesn't crash.


I'm also using slackware 13.1, custom-compiled kernel (2.6.35+, meaning git). gcc 4.4.4, glib2 2.22.5, glibc 2.11.1, gtk+ 2.18.9, libsoup 2.30.2, icu4c 4.4.1, webkit-gtk 1.3.3. Webkit was compiled without any non-default option (cflags=cxxflags="-O2 -fPIC").

I'm compiling on a quad-core (phenom ii x4 955) which has the same configuration (except the kernel) and running an a laptop (core2duo t5450). The quad-core is currently headless.

I'm going to try several builds with different options (first, --disable-jit) and building on my laptop (it's only 5 times slower...) and will report back.

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