On 11/03/2016 07:39 AM, Bernhard Schmidt wrote: > Confirmed. If you start Asterisk in the foreground you actually get an > assertion > > asterisk: ../src/pj/os_core_unix.c:1254: pj_mutex_lock: Assertion > `mutex' failed. > Aborted > > Haven't done any further debugging until now, since we can't build > asterisk.
Hi, I decided to try this: I made a sid chroot, manually downgraded to libssl-dev 1.0.2j-1 from stretch, and built asterisk from the current packaging git head (ec0143a). I actually enabled OpenSSL-1.1.0-support.patch while I was at it. Ultimately, running this with pjproject 2.5.5~dfsg-2 failed at the same stage, but with a different assert: asterisk: ../src/pjsip/sip_auth_client.c:507: pjsip_auth_clt_deinit: Assertion `sess && sess->endpt' failed. Aborted