[Webkit-unassigned] [Bug 11566] New: [S60] OSS Browser: Crash when getting the currently in-use Access Point Id via the BrCtl Interface

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 10 11:54:26 PST 2006


http://bugs.webkit.org/show_bug.cgi?id=11566

           Summary: [S60] OSS Browser: Crash when getting the currently in-
                    use Access Point Id via the BrCtl Interface
           Product: WebKit
           Version: 420+ (nightly)
          Platform: S60 Emulator
        OS/Version: S60 3rd edition
            Status: NEW
          Keywords: PlatformOnly, InTSW
          Severity: Critical
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: Sachin.Padma at nokia.com


The WebEngine panic when currently in use APId is retrieved from the
Application (i.e. Music Shop) using the following API
TUint32 curIAPId = iApiProvider.BrCtlInterface().BrowserSettingL(
TBrCtlDefs::ESettingsApId );

Remarks: This line has been used without any problem on S60 3.0. 

[Preconditions]
1. Access point is created 
2. Webpage is already launched in Browser View

[Step to Reproduce]
1. Create Browser Control
iBrCtlInterface = CreateBrowserControlL(); 
iBrCtlInterface->SetBrowserSettingL(TBrCtlDefs::ESettingsApId, ap );

2. Load the URL 

3. Then later, get the ApId, at this point, the WebEngine should have the info
of ApId to return,
TUint32 curIAPId = iApiProvider.BrCtlInterface().BrowserSettingL(
TBrCtlDefs::ESettingsApId );

[Actual Result]
WebEngine crashed

[Expected Result]
ApId can return to application without crash.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list