Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (94 - 96 of 172)

Ticket Resolution Summary Owner Reporter
#79 fixed Sound does not work in LIBPATHSTRICT=T mode dmik
Description

I found that sound doesn't work when LIBPATHSTRICT=T is set in the environment. For some reason, it cannot open the audio stream:

javax.sound.sampled.LineUnavailableException: line with format PCM_SIGNED 11025.0 Hz, 16 bit, mono, 2 bytes/frame, little-endian not supported.
        at com.sun.media.sound.DirectAudioDevice$DirectDL.implOpen(DirectAudioDevice.java:539)
        at com.sun.media.sound.DirectAudioDevice$DirectClip.implOpen(DirectAudioDevice.java:1338)
        at com.sun.media.sound.AbstractDataLine.open(AbstractDataLine.java:124)
        at com.sun.media.sound.DirectAudioDevice$DirectClip.open(DirectAudioDevice.java:1118)
        at com.sun.media.sound.DirectAudioDevice$DirectClip.open(DirectAudioDevice.java:1208)
        at Juke.loadSound(Juke.java:257)
        at Juke.run(Juke.java:409)
        at java.lang.Thread.run(Thread.java:636)
#96 fixed SMP: Frequent crashes dmik
Description

Currently, JVM crashes every now and then if you attempt to run something more or less complex (e.g. SmartSVN) on an SMP machine.

Here is a typical report:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x1d5338d2, pid=971, tid=63635470
#
# JRE version: 6.0-b22
# Java VM: OpenJDK Client VM (19.0-b09 mixed mode os2-x86 )
# Problematic frame:
# V  [JVM+0x3d38d2]
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
#

(the rest is attached).

#107 fixed Drag & Drop crashes application dmik
Description

There are still some situations when performing a DnD operation crashes the application. This happens in jTrain (in some particular layout) as well as in e.g. SmartSVN when dragging projects in the Project Manager around.

Note: See TracQuery for help on using queries.