SEGFAULT on sim_remove()

2018-03-26 Thread Gabriel Lucas
Hi everyone, I'm getting a SEGFAULT when powering off a gemalto ALS3 modem with SetProperty("Powered", Variant(false)). This method call is made right after the SimManager interface is on which could explain the error. Log from oFono: ofonod[6950]: src/sim.c:sim_remove() atom: 0x1604f0 (of

Re: SEGFAULT on sim_remove()

2018-03-26 Thread Denis Kenzior
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)

Re: SEGFAULT on sim_remove()

2018-03-26 Thread Gabriel Lucas
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