[Webkit-unassigned] [Bug 7274] Assertion failure in TimerBase::checkHeapIndex() (Timer.cpp:199) !timerHeap->isEmpty()

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Feb 15 10:21:43 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7274





------- Comment #3 from opendarwin.org at mitzpettel.com  2006-02-15 10:21 PDT -------
Memory smashing? I set a breakpoint on where m_nextFireTime is assigned a value
and it was never assigned a non-zero value smaller than 100, yet it did end up
having such a value.

The third symptom, again pointing in that direction, is crashing on calling a
pure virtual function -- TimerBase::fired() --

(gdb) p *timer
$28 = {
  <Noncopyable> = {<No data fields>}, 
  members of TimerBase: 
  _vptr$TimerBase = 0x0, 
  m_nextFireTime = 2.2833798994238128e-314, 
  m_repeatInterval = 2.2893483626215314e-314, 
  m_heapIndex = 1
}


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list