The STEREO_DEMO in pjsua application was not an accomplished one, sorry about that. It crashed because during shutdown pjsua destroy the app pool without unregistering the splitcomb channel from the bridge first, and that's because the app doesn't keep the splitcomb instance in the first place. I just fixed this in http://trac.pjsip.org/repos/ticket/951#comment:2, thanks. Benny On Sun, Aug 9, 2009 at 8:09 PM, Andreas Ahland<a.ahland at gmx.de> wrote: > Hi, > > pjsua (V1.3) crashes with my computer (Win32)?if I enable > > Stereo_demo > > There is an assertion fault in releasing the splitcomb in: > > pjmedia_delay_buf_destroy(pjmedia_delay_buf *b) > > { > > pj_status_t status; > > PJ_ASSERT_RETURN(b, PJ_EINVAL); > > pj_lock_acquire(b->lock); // bad pointer, but not NULL, thus crashes here. > > > > Any idea? > > Best regards, > > Andreas > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >