[Webkit-unassigned] [Bug 114689] New: Adding "__FILE__" and "__LINE__" to CRASH() macro

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 16 10:00:06 PDT 2013


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

           Summary: Adding "__FILE__" and "__LINE__" to CRASH() macro
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ArunPrasadR at nds.com
                CC: darin at apple.com, kbalazs at webkit.org, vivekg at webkit.org


In embedded platforms(mostly debugger is missing) it very difficult(for us) to debug the issues without proper prints in CRASH macro. Though it has "WTFReportBacktrace();" due to some constraints we are not getting proper call stack information(debug build with -g is costlier for us) .

So we are thinking to extend the functionality of WTFInvokeCrashHook by passing __FILE__ & __LINE__ and printing it.

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