Bug 21739 - JSC crash in news.google.com
Summary: JSC crash in news.google.com
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-19 02:57 PDT by Jan Alonzo
Modified: 2008-10-25 00:07 PDT (History)
0 users

See Also:


Attachments
backtrace (13.72 KB, text/plain)
2008-10-19 02:58 PDT, Jan Alonzo
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Alonzo 2008-10-19 02:57:09 PDT
JSC crashes when going to news.google.com using GtkLauncher from the Gtk port.

Steps to reproduce:

1. Launch GtkLauncher
2. (page loads google.com) click on News
3. Crash

Here's the assertion failure:

Program terminated with signal 11, Segmentation fault.
[New process 31123]
#0  0x00007f7305a70d0a in asObject (value=0x2) at ../../JavaScriptCore/kjs/JSCell.h:112
112             ASSERT(!JSImmediate::isImmediate(value));


I'll attach the full log
Comment 1 Jan Alonzo 2008-10-19 02:58:30 PDT
Created attachment 24505 [details]
backtrace
Comment 2 Jan Alonzo 2008-10-25 00:07:41 PDT
This has been fixed lately. Closing as WONTFIX.