Bug 12749 - Crash in WebKit (in KJS::Context::mark())
Summary: Crash in WebKit (in KJS::Context::mark())
Status: RESOLVED DUPLICATE of bug 12672
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 420+
Hardware: Mac (Intel) OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-12 13:49 PST by Peter Enevoldsen
Modified: 2007-03-17 04:54 PDT (History)
1 user (show)

See Also:


Attachments
StackTrace (25.60 KB, text/plain)
2007-02-12 13:51 PST, Peter Enevoldsen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Enevoldsen 2007-02-12 13:49:33 PST
I has a crash in WebKit unfrtunately I didn't remember how/where it crashed.
Comment 1 Peter Enevoldsen 2007-02-12 13:51:15 PST
Created attachment 13142 [details]
StackTrace
Comment 2 mitz 2007-02-12 14:01:10 PST
Copying part of the backtrace to make it searchable:

0   com.apple.JavaScriptCore       	0x00177e4b KJS::Context::mark() + 35
1   com.apple.JavaScriptCore       	0x00124af3 KJS::Interpreter::mark(bool) + 25
2   com.apple.JavaScriptCore       	0x0011a457 KJS::Collector::collect() + 67
3   com.apple.JavaScriptCore       	0x00125a49 KJS::Interpreter::~Interpreter [not-in-charge]() + 193
4   com.apple.WebCore              	0x014b0b38 KJS::ScriptInterpreter::~ScriptInterpreter [in-charge deleting]() + 32
5   com.apple.WebCore              	0x010c896c WebCore::FramePrivate::~FramePrivate [in-charge]() + 920
6   com.apple.WebCore              	0x010c8c21 WebCore::Frame::~Frame [not-in-charge]() + 199
7   com.apple.WebCore              	0x010cc1c6 WebCore::FrameMac::~FrameMac [in-charge deleting]() + 202
8   com.apple.WebCore              	0x013b3ff5 WebCore::PageState::clear() + 435
9   com.apple.WebCore              	0x013c8593 WebCore::PageCache::close() + 63
10  com.apple.WebCore              	0x013c7016 WebCore::HistoryItem::releasePageCache() + 22
11  com.apple.WebCore              	0x013c7c69 WebCore::HistoryItem::releaseAllPendingPageCaches() + 113
12  com.apple.WebCore              	0x014e8304 WebCore::Timer<WebCore::HistoryItemTimer>::fired() + 72
Comment 3 Brady Eidson 2007-02-12 14:06:52 PST
Back/Forward Cache teardown...  Peter, what version of WebKit were you using?
Comment 4 Peter Enevoldsen 2007-03-17 04:54:25 PDT
The problem still occurs in WebKit build 20259
Looks like duplicate of #12672

*** This bug has been marked as a duplicate of 12672 ***