[Bug 131] IcedTea crashes on a simple applet

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Wed Apr 2 01:36:09 PDT 2008


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=131





------- Comment #6 from Luc.Bouge at bretagne.ens-cachan.fr  2008-04-02 08:36 -------
I have tried the applet along your suggestion: I get a similar result for the
appletviewer on clicking on the "reload" label. Also, loading the applet in
FireFox 2.0.0.13 does not work any longer... I can see the surrounding text of
the HTML file, but not the applet itself: there is a blank space of its size,
instead.

Regards, Luc.

___________________________________________________________________________

Package java-1.6.0-openjdk-demo - 1:1.6.0.0-0.6.b08.fc9.i386 is already
installed.
Package java-1.6.0-openjdk - 1:1.6.0.0-0.6.b08.fc9.i386 is already installed.
Package java-1.6.0-openjdk-src - 1:1.6.0.0-0.6.b08.fc9.i386 is already
installed.
Package java-1.6.0-openjdk-plugin - 1:1.6.0.0-0.6.b08.fc9.i386 is already
installed.
Package java-1.6.0-openjdk-javadoc - 1:1.6.0.0-0.6.b08.fc9.i386 is already
installed.
Package java-1.6.0-openjdk-devel - 1:1.6.0.0-0.6.b08.fc9.i386 is already
installed.

[bouge at cidre Cours6_Applets]$ firefox Hello1.html

GCJ PLUGIN: thread 0x80705b0: NP_Initialize
gcjwebplugin.cc:1450: thread 0x80705b0: Error: Invalid browser function table.
GCJ PLUGIN: thread 0x80705b0: NP_Shutdown
GCJ PLUGIN: thread 0x80705b0: NP_Shutdown return
GCJ PLUGIN: thread 0x80705b0: NP_Initialize
gcjwebplugin.cc:1450: thread 0x80705b0: Error: Invalid browser function table.
GCJ PLUGIN: thread 0x80705b0: NP_Shutdown
GCJ PLUGIN: thread 0x80705b0: NP_Shutdown return

______________________________________________________________________

[bouge at cidre Cours6_Applets]$ javac -version
javac 1.6.0-internal

[bouge at cidre Cours6_Applets]$ javac Hello1.java

[bouge at cidre Cours6_Applets]$ java -version
java version "1.6.0"
IcedTea Runtime Environment (build 1.6.0-b08)
OpenJDK Server VM (build 1.6.0-b08, mixed mode)

[bouge at cidre Cours6_Applets]$ appletviewer -debug Hello1.html
Initializing jdb ...
> run
run sun.applet.Main Hello1.html
Set uncaught java.lang.Throwable
Set deferred uncaught java.lang.Throwable

// Here, I can see the applet on the screen

VM Started: > // I press the "reload" item on the appletviewer menu

Exception occurred: java.lang.IllegalMonitorStateException
(uncaught)"thread=TimerQueue",
java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(), line=155 bci=24

TimerQueue[1] where
  [1] java.util.concurrent.locks.ReentrantLock$Sync.tryRelease
(ReentrantLock.java:155)
  [2] java.util.concurrent.locks.AbstractQueuedSynchronizer.release
(AbstractQueuedSynchronizer.java:1,197)
  [3] java.util.concurrent.locks.ReentrantLock.unlock (ReentrantLock.java:459)
  [4] java.util.concurrent.DelayQueue.take (DelayQueue.java:205)
  [5] javax.swing.TimerQueue.run (TimerQueue.java:170)
  [6] java.lang.Thread.run (Thread.java:636)
TimerQueue[1] quit
Exception in thread "TimerQueue" java.lang.IllegalMonitorStateException
        at
java.util.concurrent.locks.ReentrantLock$Sync.tryRelease(ReentrantLock.java:155)
        at
java.util.concurrent.locks.AbstractQueuedSynchronizer.release(AbstractQueuedSynchronizer.java:1197)
        at
java.util.concurrent.locks.ReentrantLock.unlock(ReentrantLock.java:459)
        at java.util.concurrent.DelayQueue.take(DelayQueue.java:205)
        at javax.swing.TimerQueue.run(TimerQueue.java:170)
        at java.lang.Thread.run(Thread.java:636)

Fatal error:
Failed reading output of child java interpreter.
[bouge at cidre Cours6_Applets]$


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the distro-pkg-dev mailing list