Closed
Bug 101416
Opened 24 years ago
Closed 24 years ago
WebClient1.1: history.getHistoryLength() causes the Browser to crash!
Categories
(Core Graveyard :: Java APIs to WebShell, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jeet_shahani, Assigned: joe.chou)
References
Details
(Keywords: crash)
history.getHistoryLength() causes the Browser to crash! Reproducable in
WebClient 1.1, Mozilla version 0.9.2. Note, this worked in WebClient1.0. No
workaround available.
Relevant code:
---------------
if(history != null){
// now populate the menu with history items
histLen = history.getHistoryLength()
Error Details:
---------------
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION occurred at PC=0xa5686c0
Function name=(N/A)
Library=(N/A)
NOTE: We are unable to locate the function name symbol for the error
just occurred. Please refer to release documentation for possible
reason and solutions.
Current Java thread:
at org.mozilla.webclient.wrapper_native.HistoryImpl.nativeGetHistoryLeng
th(Native Method)
at org.mozilla.webclient.wrapper_native.HistoryImpl.getHistoryLength(His
toryImpl.java:227)
at WebTopFrame.populateHistoryPanel(WebTopFrame.java:1418)
at WebTopFrame.eventDispatched(WebTopFrame.java:1637)
at org.mozilla.webclient.wrapper_native.NativeEventThread.nativeEventOcc
urred(NativeEventThread.java:415)
at org.mozilla.webclient.wrapper_native.NativeEventThread.nativeProcessE
vents(Native Method)
at org.mozilla.webclient.wrapper_native.NativeEventThread.run(NativeEven
tThread.java:244)
Dynamic libraries:
0x7CC00000 - 0x7CC1D000 C:\WINDOWS\SYSTEM\IMAGEHLP.DLL
Local Time = Mon Sep 24 16:32:31 2001
Elapsed Time = 31
#
# The exception above was detected in native code outside the VM
#
# Java VM: Java HotSpot(TM) Client VM (1.3.1-b24 mixed mode)
#
# An error report file has been saved as hs_err_pid4294346489.log.
# Please refer to the file for further information.
#
Comment 1•24 years ago
|
||
*** Bug 101417 has been marked as a duplicate of this bug. ***
Comment 2•24 years ago
|
||
*** Bug 101418 has been marked as a duplicate of this bug. ***
Comment 3•24 years ago
|
||
jeet_shahani@hotmail.com, can you try this with mozilla 0.9.4 or a recent
nightly build?
downgrading to sev critical for crash.
Severity: blocker → critical
Keywords: crash
| Reporter | ||
Comment 5•24 years ago
|
||
I believe WebClient 1.1 works only with Mozilla 0.9.2. If this is incorrect,
please inform, I can try another version of Mozilla with it.
I have attached the release notes for the WebClient below.
http://www.mozilla.org/projects/blackwood/webclient/release-notes/1_1.html
Please let me know if I can be of any assistance in the above.
| Reporter | ||
Comment 6•24 years ago
|
||
Reassigning to Module Owner for WebClient
Assignee: edburns → joe.chou
Due to short of resource, webclient currently is not supported.
Mark WONTFIX.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•