Benny Prijono wrote: > On Mon, Jul 14, 2008 at 7:30 PM, Pedro Gon?alves > <pedro.pandre at gmail.com <mailto:pedro.pandre at gmail.com>> wrote: > > Hi all! > > I am experiencing a problem since I updated a moments ago from the > SVN: > everytime I make a call using ICE, an ASSERT_RETURN is being thrown in > timer.c's *pj_timer_heap_schedule*, because entry->_timer_id is >= 1 > > I don't have a clue about why this is happening. Here is the stack > trace: > > > I'm afraid I can't explain that either, the logic doesn't seem to be > possible. Could you print the content of "entry" next time it happens? > My only suspicion is that it becomes corrupted somehow. Sure I can, entry is: user_data: 0x04c4b30c id: 1 cb: 0x00d6d1e0 [tsx_timer_callback(pj_timer_heap_t *, pj_timer_entry *)] _timer_id: 6 _timer_value: sec=1216116418, msec=618 Does this helps you? Pedro Gon?alves