← Back to team overview

ubuntu-phonedations-bugs team mailing list archive

[Bug 1492483] Re: /usr/sbin/ofonod:11:retry_deactivate:g_timeout_dispatch:g_main_dispatch:g_main_context_dispatch:g_main_context_iterate

 

The crash happens because if gprs_context_remove is called and the
subsequent send of a DEACTIVATE_CALL fails, then retry_deactivate is
added as a timeout callback.   When retry_deactivate is invoked two
seconds later, the atom data struct ( gprs_context_data ) has already
been freed, so retry_deactivate crashes at: /rilmodem/gprs-
context.c:line 348:

if (gcd->state == STATE_IDLE) {

-- 
You received this bug notification because you are a member of Ubuntu
Phonedations bugs, which is subscribed to ofono in Ubuntu.
https://bugs.launchpad.net/bugs/1492483

Title:
  /usr/sbin/ofonod:11:retry_deactivate:g_timeout_dispatch:g_main_dispatch:g_main_context_dispatch:g_main_context_iterate

Status in ofono package in Ubuntu:
  In Progress

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding ofono.  This problem was most recently seen with version
  1.12.bzr6900+15.04.20150724.1-0ubuntu1, the problem page at
  https://errors.ubuntu.com/problem/43df4bf55fd748577600faae19a8de3b0c3df55d
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ofono/+bug/1492483/+subscriptions


References