Re: ofono crash (setting offline while connected)

2011-03-01 Thread Denis Kenzior
Hi Amit, A gentle reminder not to post on this mailing list. On 02/25/2011 11:51 PM, Amit Mendapara wrote: > Hi Denis, > > I tried several things but no luck. Here I am attaching the backtrace as > you suggested. What I found is, ofono crashes on > `ofono_gprs_context_remove(data->gc)` call when

Re: ofono crash (setting offline while connected)

2011-02-25 Thread Amit Mendapara
Hi Denis, I tried several things but no luck. Here I am attaching the backtrace as you suggested. What I found is, ofono crashes on `ofono_gprs_context_remove(data->gc)` call when `linktop_disconnect` was called second time. I am still not sure why `linktop_disconnect` is being called twice in thi

Re: ofono crash (setting offline while connected)

2011-02-24 Thread Denis Kenzior
Hi Amit, On 02/23/2011 11:07 PM, Amit Mendapara wrote: > Hi, > > While testing the Linktop driver I observed that ofono is crashing if I > try to set modem offline while it is connected (using > test/offline-modem.py script). After some debugging, I found that > `linktop_disconnect` function is b

ofono crash (setting offline while connected)

2011-02-23 Thread Amit Mendapara
Hi, While testing the Linktop driver I observed that ofono is crashing if I try to set modem offline while it is connected (using test/offline-modem.py script). After some debugging, I found that `linktop_disconnect` function is being called twice (see the attached debug log). What could be the r