Bug 29807 - [Qt] CRASH macro implementation for Symbian platforms
Summary: [Qt] CRASH macro implementation for Symbian platforms
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: S60 Emulator S60 3rd edition
: P2 Enhancement
Assignee: Nobody
URL:
Keywords: Qt
Depends on:
Blocks: 27065
  Show dependency treegraph
 
Reported: 2009-09-28 08:06 PDT by Janne Koskinen
Modified: 2009-09-29 05:20 PDT (History)
1 user (show)

See Also:


Attachments
CRASH implementation for Symbian (1.60 KB, patch)
2009-09-28 08:06 PDT, Janne Koskinen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Janne Koskinen 2009-09-28 08:06:47 PDT
Created attachment 40234 [details]
CRASH implementation for Symbian

A new CRASH macro for Symbian that allows just in time debugging and more meaningful crash message than just
access violation.
Existing CRASH macro caused "KERN-EXEC 3" - panic, which can happen anywhere in the code.
Comment 1 Tor Arne Vestbø 2009-09-29 05:15:31 PDT
Thanks for your bug report.

In the future, please follow the QtWebKit bug reporting guidlines:

http://trac.webkit.org/wiki/QtWebKitContrib#ReportingBugs

In particular:

    - All bugs related to the Qt port of WebKit should have the keyword 'Qt'
Comment 2 WebKit Commit Bot 2009-09-29 05:20:31 PDT
Comment on attachment 40234 [details]
CRASH implementation for Symbian

Clearing flags on attachment: 40234

Committed r48869: <http://trac.webkit.org/changeset/48869>
Comment 3 WebKit Commit Bot 2009-09-29 05:20:34 PDT
All reviewed patches have been landed.  Closing bug.