Closed
Bug 290
Opened 26 years ago
Closed 7 years ago
Crash on PageDown
Categories
(MozillaClassic Graveyard :: Windows FE, defect, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: yardley, Assigned: law)
Details
Created by (yardley@uiuc.edu) on Saturday, May 2, 1998 11:34:21 AM PDT
Additional Details :
The Instruction at 0x00662495 referenced memory at
0xffffffff. The memory could not be read.
That is the "typical" message... although it sometimes
caries. It occurs when one scrolls down on any page, be it
by using the scroll bar or by hitting page-down.
Updated by (yardley@uiuc.edu) on Saturday, May 2, 1998 11:43:46 AM PDT
Additional Details :
More specifically...
on pagedown:
The Instruction at 0x0068A270 referenced memory at 0x00000000. The memory could
not be written.
- :
0068A270 add byte ptr [eax],al
on scroll bar move:
The Instruction at 0x00662490 referenced memory at 0x00000000. The memory could
not be written.
- on debug:
Unhandled Exception 0xC0000005. Access Violation
- code segment:
00662490 add byte ptr [eax],al
Updated by (blythe@netscape.com) on Tuesday, June 9, 1998 4:20:30 PM PDT
Additional Details :
Bill, I believe you fixed this.
The bug only happened with a VC5 release build, right?
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
This problem occurred in "release" (optimized) builds using MSVC++ v5. I fixed
it (some time ago, actually). Sorry for the delay recording it here.
Moving off Platform:xxx component to Windows FE. Retiring those components.
Comment 4•7 years ago
|
||
Commits pushed to master at https://github.com/mdn/kumascript
https://github.com/mdn/kumascript/commit/242dd4aa7e6e5b7158f23118cf095f7d2b1d8755
Fix issue #290, remove class as optional argument and add survey link
https://github.com/mdn/kumascript/commit/44a158c1508e1fd33261056e33f229b681213c19
Merge pull request #291 from schalkneethling/issue#290-remove-class-option-add-survey-link
Fix issue #290, remove class as optional argument and add survey link
Updated•7 years ago
|
Status: VERIFIED → RESOLVED
Closed: 26 years ago → 7 years ago
You need to log in
before you can comment on or make changes to this bug.
Description
•