[Webkit-unassigned] [Bug 62628] New: [EFL] Crash when running EWebLauncher

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 04:37:23 PDT 2011


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

           Summary: [EFL] Crash when running EWebLauncher
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: m.pakula at samsung.com
                CC: tonikitoo at webkit.org, kenneth at webkit.org,
                    antognolli at profusion.mobi, leandro at profusion.mobi,
                    demarchi at webkit.org, gyuyoung.kim at webkit.org


Overview:
EWebLaucher crashes on start loading google page. In fact in my case it is redirected to google.pl.

Steps to reproduce:
Run EWebLauncher without any parameters.

The crash happens in WebCore/loader/DocumentWriter.cpp in line:

m_parser->flush(this);
if (!m_parser)
    return;

Moving NULL-check above m_parser->flush(this); fixes this problem.

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