Closed
Bug 11856
Opened 26 years ago
Closed 25 years ago
[Dogfood] Crash collapsing the Addressing pane in the New Msg window
Categories
(MailNews Core :: Composition, defect, P3)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: esther, Assigned: joki)
References
Details
Using 19990813 build on win98, you will crash if you collapse the Addressing
pane in the New Msg window. Talkback incident 12390358 Will try other
platforms when we get them.
1. Launch Messenger
2. Click New Msg
3. Collapse the Addressing pane (click on the right side border with the arrow
in it)
4.Crash
Call Stack: (Signature = nsFrame::GetCursor e42aa486)
nsFrame::GetCursor
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsFrame.cpp, line 1002]
nsFrame::GetCursor
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsFrame.cpp, line 1006]
nsFrame::GetCursor
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsFrame.cpp, line 1006]
nsFrame::GetCursor
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsFrame.cpp, line 1006]
nsFrame::GetCursor
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsFrame.cpp, line 1006]
nsFrame::GetCursor
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsFrame.cpp, line 1006]
nsFrame::GetCursor
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsFrame.cpp, line 1006]
nsEventStateManager::UpdateCursor
[d:\builds\seamonkey\mozilla\layout\events\src\nsEventStateManager.cpp, line
390]
nsEventStateManager::PreHandleEvent
[d:\builds\seamonkey\mozilla\layout\events\src\nsEventStateManager.cpp, line
115]
PresShell::HandleEvent
[d:\builds\seamonkey\mozilla\layout\html\base\src\nsPresShell.cpp, line 1855]
nsView::HandleEvent
[d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 835]
nsView::HandleEvent
[d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 820]
nsViewManager::DispatchEvent
[d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 1611]
HandleEvent
[d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 67]
nsWindow::DispatchEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 502]
nsWindow::DispatchWindowEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 523]
nsWindow::DispatchMouseEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 3273]
nsWindow::ProcessMessage
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 2529]
nsWindow::WindowProc
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 572]
KERNEL32.DLL + 0x363b (0xbff7363b)
KERNEL32.DLL + 0x242e7 (0xbff942e7)
0x00638bfe
Registers:
EAX:
00000000
EBX:
0063fa80
ECX:
0063f8bc
EDX:
00000001
ESI:
07adc760
EDI:
00000000
ESP:
0063f7e4
EBP:
0063f7e8
EIP:
604acadd
cf PF af ZF sf of IF df nt RF vm IOPL: 0
CS:
0177
DS:
017f
SS:
017f
ES:
017f
FS:
11ff
GS:
0000
Crashes on todays linux build too, 19990813 but not on todays Mac build.
Updated•26 years ago
|
Assignee: ducarroz → troy
Comment 2•26 years ago
|
||
reassigning to troy since it looks like most of the top of the stack is in
layout code. If it looks like somebody else, let us know and we'll reassign it.
On the last call to GetCursor, mParent appears to have been destroyed which is
why it's crashing.
Blocks: 11091
Summary: Crash collapsing the Addressing pane in the New Msg window → [Dogfood] Crash collapsing the Addressing pane in the New Msg window
Marking as dogfood due to crash and people making the compose typing area larger
by collapsing the addressing pane.
Using builds 19990907m11 on win98, mac and linux this does not crash anymore.
Did somebody fix it, if so please resolve as fixed and I will verify. If not,
I'll resolve as worksforme and verify it.
Note: Collapsing the addressing pane has display problems on linux but it
doesn't crash which is what this bug is stating. Other bugs will be logged for
the display problems.
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Comment 7•25 years ago
|
||
resolving worksforme
changing QA assigned to pmock@netscape.com
Verifed as works for me on win32, macos, and linux. Seamonkey does not crash
when collapsing the Addressing pane. The builds that I tested were:
ftp://sweetlou/products/client/seamonkey/windows/32bit/x86/1999-11-09-11-M11/bac
kup/install.exe
ftp://sweetlou/products/client/seamonkey/macos/8.x/ppc/1999-11-08-08-M11/netscap
e5-mac-M11.sea.bin
ftp://sweetlou/products/client/seamonkey/unix/linux_glibc/2.2/x86/1999-11-09-11-
M11/etscape-i686-pc-linux-gnu.tar.gz
Updated•20 years ago
|
Product: MailNews → Core
Updated•17 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•