Closed
Bug 110479
Opened 23 years ago
Closed 23 years ago
Scrollwheel crashes on any page
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mikepinkerton, Assigned: bryner)
References
Details
(Keywords: crash)
Attachments
(1 file)
19.12 KB,
text/plain
|
Details |
Build from 11/15/01, macosx.
- go to any page
- use the scrollwheel
boom!
Thread 0:
#0 0x02d0f540 in 0x2d0f540
#1 0x02d0f534 in 0x2d0f534
#2 0x02d13258 in 0x2d13258
#3 0x037f23fc in HandleEventInternal__9PresShellFP7nsEventP7nsIViewUiP13nsEvent
#4 0x037f1e1c in 0x37f1e1c
#5 0x04d38a5c in nsView::HandleEvent(nsGUIEvent *, unsigned int,
nsEventStatus *, int, int &)
#6 0x04d44c04 in 0x4d44c04
#7 0x04d3794c in HandleEvent(nsGUIEvent *)
#8 0x04e2e504 in nsWindow::DispatchEvent(nsGUIEvent *, nsEventStatus &)
#9 0x04e40dcc in HandleScrollEvent(unsigned short, int, int, Point, nsIWidget *)
#10 0x04e43010 in nsMacEventHandler::Scroll(unsigned short, int, Point const &)
#11 0x04e3ddf8 in nsMacWindow::ScrollEventHandler(OpaqueEventHandlerCallRef *)
#12 0x73118fe0 in DispatchEventToHandlers
#13 0x731021bc in SendEventToEventTargetInternal
#14 0x731b6c58 in SendEventToEventTarget
#15 0x7310dc14 in HandleMouseEvent
#16 0x731ac588 in ToolboxEventDispatcherHandler
#17 0x7311908c in DispatchEventToHandlers
#18 0x731021bc in SendEventToEventTargetInternal
#19 0x731b6c58 in SendEventToEventTarget
#20 0x731d3884 in ToolboxEventDispatcher
#21 0x731d0c28 in CallEventDispatchHook
#22 0x73179d64 in GetOrPeekEvent
#23 0x731a1864 in GetNextEventMatchingMask
#24 0x731ae988 in WNEInternal
#25 0x731c6508 in WaitNextEvent
#26 0x04e4b664 in nsMacMessagePump::GetEvent(EventRecord &)
#27 0x04e4b3fc in nsMacMessagePump::DoMessagePump(void)
#28 0x04e4ab84 in nsAppShell::Run(void)
#29 0x029f5374 in nsAppShellService::Run(void)
#30 0x004c1a28 in main1(int, char **, nsISupports *)
#31 0x004c3f88 in main
Nothing in the mac scrollwheel code has changed recently
Reporter | ||
Comment 1•23 years ago
|
||
this isn't a smoketest blocker, but it's pretty damn bad.
related: bug 110262, bug 110145
ummm this is a dup of bug 110101 which has been marked a dup of bug 110193 which
has been marked a dup of bug 110145
or am I just wrong here?
Comment 4•23 years ago
|
||
*** Bug 110490 has been marked as a duplicate of this bug. ***
yes.. dup
*** This bug has been marked as a duplicate of 110145 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Comment 7•23 years ago
|
||
Careful...I checked in the fix for bug 110145 yesterday but forgot to mark it
fixed. So depending on whether pink is using a nightly or a homegrown build, I
may have either fixed this or caused this (or had nothing to do with this).
It's the same stack. Reopening since it isn't clear which build this was
reported with.
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Just a small note im useing the 2001111609 build and haven't had any crash
problems (yet) using the scrollwheel.
I have been scrolling thru sites for the last 20 mins without a problem. So the
problem seems fixed (to me).
Assignee | ||
Comment 10•23 years ago
|
||
It sounds like this is fixed now.
Status: REOPENED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•