Denis,
On 26/03/2018 17:25, Denis Kenzior wrote:
Hi Gabriel,
> gdb backtrace:
>
> Program received signal SIGSEGV, Segmentation fault.
> __ofono_sim_remove_session_watch (session=0x74656e, id=16) at
> src/sim.c:3616
> 3616 __ofono_watchlist_remove_item(session->watches, id);
> (gdb) bt
> #0 __ofono_sim_remove_session_watch (session=0x74656e, id=16) at
> src/sim.c:3616
> #1 0x000e368c in sim_fs_op_free (pointer=0x172498) at src/simfs.c:102
Are you running upstream? There's nothing relevant at that line now.
This should have been fixed in commit
a99c0be535410a92773ffdfbebb766bec66b66fe by the way.
It is not exactly the upstream
version but I've already applied this
patch and my changes compared to
the upstream version doesn't concern the SIM neither the driver's
disable function.
Looks like a double-free. I'll investigate deeper tomorrow.
Regards,
Gabriel