Closed
Bug 103974
Opened 24 years ago
Closed 24 years ago
Crash managing bookmarks using WebClient 1.1
Categories
(Core Graveyard :: Java APIs to WebShell, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: badrave, Assigned: edburns)
Details
You can add a URL to the book mark and it wont open when you double click the
bookmark.
The browser consistently crashes.
Rave
Comment 1•24 years ago
|
||
Rave, could you please include detailed steps to reproduce the bug, and also
include the build id? If Mozilla crashes, try downloading a talkback build and
including the talkback id after the crash.
Please read The bug Reporting Guidelines if you have any questions.
(http://www.mozilla.org/quality/bug-writing-guidelines.html)
Thanks for helping out Mozilla!
| Reporter | ||
Comment 2•24 years ago
|
||
Assigning to Java to WebShell Component. Error occurs using WebClient 1.1.
I am using Windows 98. When you double click the bookmarks, it hangs. Seems
to get stuck.
Assignee: ben → edburns
Component: Bookmarks → Java APIs to WebShell
OS: Windows ME → Windows 98
Comment 3•24 years ago
|
||
Ravi: Which bookmarks are you double-clicking on? Both the Bookmarks menu and
the Bookmarks in the Personal Toolbar should only require a single click, right?
Also, in future, please use the Bugzilla Helper for filing bugs:
http://www.mozilla.org/quality/help/bugzilla-helper.html
(among other things, it automagically adds your Build ID)
QA Contact: claudius → avm
| Reporter | ||
Comment 4•24 years ago
|
||
I am not sure if we are talking about the same thing. I am using WebClient 1.1
with Mozilla 0.9.2 (and not Mozilla alone). I am using the sample java code
that is used to embedd Mozilla in java. Ed Burns is the module owner for
WebClient. This should be assigned to him.
I have attached the release notes for the WebClient below.
http://www.mozilla.org/projects/blackwood/webclient/release-notes/1_1.html
Comment 5•24 years ago
|
||
Resummerizing.
Summary: The Bookmarks don't work! → Crash managing bookmarks using WebClient 1.1
Comment 6•24 years ago
|
||
I could reproduce this bug. Click on the Bookmarks in WebClient, it causes the
WebClient 1.1 and the browser to crash. This did not occur in WebClient 1.0.
Comment 7•24 years ago
|
||
Jeet: Please try a talkback-enabled build:
http://ftp.mozilla.org/pub/mozilla/nightly/latest/mozilla-win32-talkback.zip
(as always, be sure to delete your old Mozilla directory before installing the
new one)
Then, if you get a crash, please post the Talkback ID here.
(you can get the talkback id by running <moz dir>/bin/components/talkback.exe)
Comment 8•24 years ago
|
||
I tried using the Talkback version of Mozilla, it crashed this time as I had
expected...Here is the stackTrace for that..
C:\VisualCafeSE\Projects>C:\Progra~1\JavaSoft\JRE\1.3.1\bin\java WebTopFrame c:\
Progra~1\Netscape\Nightlybuilds
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Program Files\Nets
cape\Nightlybuilds\javadev\lib\webclient.dll: A device attached to the system is
not functioning
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at org.mozilla.webclient.wrapper_native.win32.Win32BrowserControlCanvas.
<clinit>(Win32BrowserControlCanvas.java:59)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.mozilla.webclient.BrowserControlFactory.setAppData(BrowserControl
Factory.java:131)
at org.mozilla.webclient.BrowserControlFactory.setAppData(BrowserControl
Factory.java:91)
I consistently get this error when i use different versions of Mozilla (from a
different branch) with WebClient.. It always seems to work only with the
particular branch it is released with! Nnot sure what the dependency is there.
I believe WebClient 1.1 works only with Mozilla 0.9.2. If this is incorrect,
please inform, I can retry the above. I have attached the release notes for
the WebClient below.
http://www.mozilla.org/projects/blackwood/webclient/release-notes/1_1.html
Since, I cannot any information to you this way..what i can do is go into the
code, debug further and see where exaclty in Bookmarks can be the WebClient and
the browser are hanging. BTW, this happens when double clicking the bookmarks
with WebClient..
Please let me know if I can be of any assistance in the above.
Comment 9•24 years ago
|
||
This is what i could find with Mozilla 0.9.2 with WebClient 1.1.
I was suspecting that it hangs in the BookmarksFrame, but it seems to be
hanging in the WebClient somewhere.
+++ PARAMETERIZED_VALUE is native +++
+++ WrapperFactory classname is org.mozilla.webclient.wrapper_native.WrapperFact
oryImpl +++
+++ In appInitialize - after createWrapperFactory +++
native library does implement webclient.WindowControl
--bcJavaComponentLoader::bcJavaComponentLoader
--bcJavaComponentLoader::Init
--bcJavaComponentLoader::AutoRegisterComponents
--bcJavaComponentLoader::RegisterDeferredComponents
mJCL: registering deferred (0)
Creating Event Queue
InitMozillaStuff(715ef0): Create the action queue
Init the baseWindow
Create the BaseWindow...
Creation Done.....
Show the webBrowser
in BrowserControlCanvas setBounds: x = 2 y = 2 w = -4 h = -4
native library does implement webclient.Navigation
native library does implement webclient.CurrentPage
native library does implement webclient.History
native library does implement webclient.Preferences
native library does implement webclient.Bookmarks
native library does implement webclient.EventRegistration
in BrowserControlCanvas setBounds: x = 2 y = 2 w = 1012 h = 539
+++++++++++++++++++++ Thread Id ---- 00716E30
in BrowserControlCanvas setBounds: x = 2 y = 2 w = 1012 h = 539
loadedURLhttp://www.yahoo.com/
debug: edburns: STATE_TRANSFERRING
in BrowserControlCanvas setBounds: x = 2 y = 2 w = 1012 h = 539
currentPath[, http://www.mozilla.org/docs/mdp/docstat.html]<--in BookmarksFrame
lastComponenthttp://www.mozilla.org/docs/mdp/docstat.html<--in BookmarksFrame
currentBookmarkhttp://www.mozilla.org/docs/mdp/docstat.html<--in BookmarksFrame
here<--BookmarksFrame
+++++++++++++++++++++ Thread Id ---- 00716E30
in BrowserControlCanvas setBounds: x = 2 y = 2 w = 1012 h = 539
loadedURLhttp://www.mozilla.org/docs/mdp/docstat.html<--returns from
BookmarksFrame
debug: edburns: STATE_TRANSFERRING
*Just hangs at this point!!
Comment 10•24 years ago
|
||
Since this bug was reported, a newer version of Mozilla (1.0 RC1) has been
released. Reporter, please can you check to see whether this
bug is still present in a recent build (Moz1-RC1 or a new nightly build). If
this bug does not occur please can you resolve the report? If there still is a
problem please let us know?
Comment 11•24 years ago
|
||
Over a month with no reaction from the reporter -> WFM.
pi
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
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
•