Comment 0 for bug 862286

Revision history for this message
Xerxes RĂ„nby (xranby) wrote :

testcase:
appletviewer http://www.javazoom.net/applets/tinyplayer/tinyplayer.html

testcase PASS on i386 natty running pulseaudo 0.9.22-24-g67d18. when using jamvm / hotspot

testcase FAIL on amd64 oneiric running pulseaudio 1.0. tested using hotspot
testcase FAIL on armel ac100 oneiric running pulseaudio 1.0. tested using jamvm / zero
testcase FAIL on armel pandaboard oneiric running pulseaudio 1.0. tested using jamvm / zero

output on armel:
xranby@panda:~$ appletviewer -J-zero http://www.javazoom.net/applets/tinyplayer/tinyplayer.html
Exception in thread "PulseAudio Eventloop Thread" java.lang.IllegalStateException: Illegal constant for ContextEvent: 67739950999336617
 at org.classpath.icedtea.pulseaudio.ContextEvent.checkNativeEnumReturn(ContextEvent.java:90)
 at org.classpath.icedtea.pulseaudio.ContextEvent.<init>(ContextEvent.java:98)
 at org.classpath.icedtea.pulseaudio.EventLoop.update(EventLoop.java:175)
 at org.classpath.icedtea.pulseaudio.EventLoop.native_setup(Native Method)
 at org.classpath.icedtea.pulseaudio.EventLoop.run(EventLoop.java:121)
 at java.lang.Thread.run(Thread.java:679)

output on amd64:
Exception in thread "PulseAudio Eventloop Thread" java.lang.IllegalMonitorStateException
 at java.lang.Object.notifyAll(Native Method)
 at org.classpath.icedtea.pulseaudio.PulseAudioDataLine$3.update(PulseAudioDataLine.java:215)
 at org.classpath.icedtea.pulseaudio.Stream.playbackStartedCallback(Stream.java:685)
 at org.classpath.icedtea.pulseaudio.EventLoop.native_iterate(Native Method)
 at org.classpath.icedtea.pulseaudio.EventLoop.run(EventLoop.java:133)
 at java.lang.Thread.run(Thread.java:679)