Closed
Bug 5062
Opened 26 years ago
Closed 25 years ago
[PP]Apprunner crash on Win 95, Win NT and Win 98.
Categories
(Core Graveyard :: Tracking, defect, P3)
Tracking
(Not tracked)
M6
People
(Reporter: christinehoff4, Assigned: beard)
References
()
Details
(Whiteboard: Talkback #EQP41RZZ, Incident #8709309)
Using 4/13 build on Win 95, Win NT, Win 98, Mac8.5 and Linux.
Open the URL. Click on the 'Jump Travel' icon at the upper left corner. This
will take you to:
http://blues/users/ekrock/publish/traveldemo/0404/index.html
If you click on 'Destinations', 'Reservations' or 'Newsletter' multiple times
(using the back button to get back to this page) you will eventually crash.
This behavior happens on Win 95, Win NT and Win 98. Cannot reproduce on Linux
and on Mac the 'Jump Travel' link does not function (will write up another bug)
Component: other → Apprunner
QA Contact: 3853 → 4110
Summary: [PP]Apprunner crash on Win 95, Win NT and Win 98. Talkback ID#DMSO8AAQ → [PP]Apprunner crash on Win 95, Win NT and Win 98.
Whiteboard: Talkback ID#DMSO8AAQ
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → REOPENED
Reporter | ||
Comment 2•25 years ago
|
||
Using 5_17 Apprunner cross platform (5/16 build on Mac).
(1) Open URL.
(2) Click on the 'Jump Travel' icon at the upper left corner. It will bring up
the following page: http://blues/users/ekrock/publish/traveldemo/0404/index.html
(3) On this page, click on 'Destinations', 'Reservations' or 'Newsletter'
multiple times (using the back button to get back to this page). Eventually you
will crash.
Details of crash:
APPRUNNER caused an invalid page fault in module RAPTORVIEW.DLL at
0137:01d55cbf.
Call Stack: (Signature = nsViewManager::RenderViews b76b3cd9)
nsViewManager::RenderViews
[d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 1200]
nsViewManager::Refresh
[d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 521]
nsViewManager::DispatchEvent
[d:\builds\seamonkey\mozilla\view\src\nsViewManager.cpp, line 1646]
HandleEvent
[d:\builds\seamonkey\mozilla\view\src\nsView.cpp, line 67]
nsWindow::DispatchEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 414]
nsWindow::DispatchWindowEvent
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 431]
nsWindow::OnPaint
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 2800]
nsWindow::ProcessMessage
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 2166]
nsWindow::WindowProc
[d:\builds\seamonkey\mozilla\widget\src\windows\nsWindow.cpp, line 475]
KERNEL32.DLL + 0x3663 (0xbff73663)
KERNEL32.DLL + 0x22894 (0xbff92894)
Reopening bug.
Reporter | ||
Updated•25 years ago
|
Resolution: WORKSFORME → ---
Reporter | ||
Updated•25 years ago
|
Whiteboard: Talkback ID#DMSO8AAQ → Talkback #EQP41RZZ, Incident #8709309
Reporter | ||
Comment 3•25 years ago
|
||
Talkback #EQP41RZZ, Incident #8709309
Patrick -- here's another crash in the view code. Perhaps it's related to 4703.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•25 years ago
|
||
I've got a fix for this: in nsViewManager.cpp there are global drawing surfaces,
but view manager specific rendering contexts that only get created when the
global surfaces were too small. The fix is to always create the local rendering
contexts if they are NULL, using the global drawing surfaces. This also fixes bug
#4703.
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago → 25 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 7•25 years ago
|
||
beard@netscape.com: Please marked this verified. I have insufficient
information to do so. Thank you.
Assignee | ||
Comment 8•25 years ago
|
||
Eric, this page has gone away. Would you verify please?
Moving all Apprunner bugs past and present to Other component temporarily whilst
don and I set correct component. Apprunner component will be deleted/retired
shortly.
Comment 10•25 years ago
|
||
The page is still there; not sure why you weren't seeing it. Maybe the blues
server went down? Anyway, I can't do the specified sequence of actions to verify
the fix because the Back button is currently broken.
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•