[Webkit-unassigned] [Bug 95636] New: [EFL][WK2] Fix e_dbus_shutdown() error when exiting the Minibrowser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 1 00:22:30 PDT 2012


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

           Summary: [EFL][WK2] Fix e_dbus_shutdown() error when exiting
                    the Minibrowser
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jinwoo7.song at samsung.com


The destructor of BatteryProviderEfl should not call stopUpdating() 
because it invokes e_ukit_shutdown() even though e_ukit_init() is not called.
The e_ukit_shutdown() calls the e_dbus_shutdown() and it returns error  
that the init is not called properly. 

EAPI int
e_dbus_shutdown(void)
{
   if (_edbus_init_count <= 0)
     {
        EINA_LOG_ERR("Init count not greater than 0 in shutdown.");
        return 0;
     }
  ...
}

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