Open
Bug 333973
Opened 19 years ago
Updated 15 years ago
diff viewer gives strange output
Categories
(Bugzilla :: Attachments & Requests, defect)
Tracking
()
NEW
People
(Reporter: timeless, Unassigned)
References
()
Details
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20060312 Camino/1.2+
expected results: not sure
actual results:
strange clump at bottom of page:
PL_ProcessPendingEvents(mEventQueue); | PL_ProcessPendingEvents(mEventQueue);
if (nsIThread::IsMainThread()) {
printf("nsEventQueueImpl::ProcessPendingEvents(): main thread finished a dispatch crank, trying cycle GC\n");
nsCycleCollector_collect();
}
...
#endif // nsCycleCollector_h__
// if we're no longer accepting events and there are still events in the
| // if we're no longer accepting events and there are still events in the
// queue, then process remaining events. | // queue, then process remaining events.
Updated•19 years ago
|
OS: Mac OS X 10.2 → All
Hardware: Macintosh → All
![]() |
||
Updated•15 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
You need to log in
before you can comment on or make changes to this bug.
Description
•