Namespaces
Variants
Actions
(Difference between revisions)

Archived:Deleting an object of CBrCtlInterface may cause a panic (Known Issue)

Jump to: navigation, search
m (Hamishwillee - Bot update - Move into Archived namespace)
 

Latest revision as of 09:39, 18 June 2012

Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.

Article Metadata

Tested with
Devices(s): Nokia N73, Nokia E65

Compatibility
Platform(s): S60 3rd Edition

Article
Created: User:Technical writer 1 (02 Apr 2008)
Last edited: hamishwillee (18 Jun 2012)

Description

Deleting an object of CBrCtlInterface when the controller is still loading a Web page can cause a Kern-Exec 3 Panic. This known issue occurs in some old S60 3rd Edition devices using the old Browser Engine (Services).

Solution

The only way to avoid the panic is to not delete the CBrCtlInterface object before the Web page has been fully loaded. If the Web page is loading when user wants to quit, open an empty Web page calling the CBrCtlInterface::LoadUrl() function and wait until the empty page has been loaded and then call AppUi::Exit(). This is done because loading an empty page is more likely faster than waiting for the current Web page to be loaded.

The MBrCtlLoadEventObserver::HandleBrowserLoadEventL function can be used to observe the state changes of the Web page loading task. For instance, the function can be used to observe when the page has been fully loaded and application closing is possible.

This page was last modified on 18 June 2012, at 09:39.
86 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved