Michael Broughton wrote: > Hi Benny, > > Sorry about the line number mix-up. I'm sure I had done an svn update > recently. Anyway, it looks like you found the correct function. > > Yes, this is on a 64bit FreeBSD machine and I think you nailed the > problem exactly. GDB confirms: > > event->body.timer.entry == &tsx->retransmit_timer > > So if I check for this condition in tsx_on_state_completed_uac(), and > return PJ_SUCCESS, that should be at least a temporary solution? Do you > have any idea's for a 'better' solution? I've been trying to find out what's causing this, but it's not as easy to find. Can you post the content of the tsx instance? thanks, -benny > Thanks again, >