Closed
Bug 275370
Opened 20 years ago
Closed 20 years ago
Brower crashed when clicking on link
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: thomas, Unassigned)
References
()
Details
Attachments
(1 file)
|
323 bytes,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a6) Gecko/20041219 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a6) Gecko/20041219 When i click on the Link "Wilhelm Busch" on page http://www.onlinekunst.de/weihnachtsgedichte my Mozilla browser crashed imediately. target is the page http://www.onlinekunst.de/weihnachtsgedichte/sternhochzeit.html Mozilla also crashes when I insert the link directly in the address input box. This crash occurs although in 1.8a5 It doesn't occur in Firefox 1.0 Reproducible: Always Steps to Reproduce: 1.Searching i Google for Weihnachtsgedichte 2.Select Weihnachtsgedichte 24 Gedichte und Weihnachtslieder .... (this is the site) 3.Click on "Wilhelm Busch" Actual Results: mozilla terminates imidiately without any error message Expected Results: Browser should display the new page http://www.onlinekunst.de/weihnachtsgedichte/sternhochzeit.html No error report. Window closed immidiately.
Comment 1•20 years ago
|
||
wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20041219 There is Java on the page. Is your java working on other pages? Suggested testpage (german): http://www.heise.de/security/dienste/browsercheck/tests/java.shtml
| Reporter | ||
Comment 2•20 years ago
|
||
... > mozilla INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2 < System error?:: Datei oder Verzeichnis nicht gefunden Gdk-ERROR **: Fatal IO error 9 (Ungültiger Dateideskriptor) on X server :0.0. INTERNAL ERROR on Browser End: Could not read ack from child process System error?:: Die Ressource ist zur Zeit nicht verfügbar
| Reporter | ||
Comment 3•20 years ago
|
||
(In reply to comment #1) > wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20041219 > > There is Java on the page. Is your java working on other pages? > Suggested testpage (german): > http://www.heise.de/security/dienste/browsercheck/tests/java.shtml java -version java version "1.4.2_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode) but it's not running at the test page.
| Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #3) > (In reply to comment #1) > > wfm Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.8a6) Gecko/20041219 > > > > There is Java on the page. Is your java working on other pages? > > Suggested testpage (german): > > http://www.heise.de/security/dienste/browsercheck/tests/java.shtml > > > java -version > java version "1.4.2_03" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_03-b02) > Java HotSpot(TM) Client VM (build 1.4.2_03-b02, mixed mode) > > but it's not running at the test page. I have updated the jre to 1.4.2_06.no joy. > >
| Reporter | ||
Comment 5•20 years ago
|
||
Sorry for reporting an old error. It seems that coping the old plugins in the new plugin directorx does not work for all plugins. After some Google i found a soluteion. I have removed ../plugins/libjavaplugin_oji.so and linked it to the library. ln -s /opt/mozila/plugins/libjavaplugin_oji.so \ /usr/java/j2re1.4.2_06/plugin/i386/ns610-gcc32/libjavaplugin_oji.so Now it works. But why? Thomas
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
because that's how java wants to work (or misbehave when you don't follow directions).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•