Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 172)

Ticket Resolution Summary Owner Reporter
#59 fixed IzPack based installers sometimes SIGABRT at exit dmik
Description

Sometimes I get this

Killed by SIGABRT
pid=0x00cf ppid=0x00ce tid=0x0010 slot=0x00a8 pri=0x0200 mc=0x0001
D:\CODING\JAVAOS2\OPENJDK\BUILD-PRODUCT-RELEASE\BIN\JAVA.EXE
Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.

when the installer finishes execution. This looks harmless though: all the job seems to be done.

#60 fixed Provide com.sun.image.codec.jpeg package dmik
Description

The com.sun.image.codec.jpeg package (used to load and save JPEG images) is non-standard, not required by the Java specs, and therefore is missing from OpenJDK. In the modern JDKs, it is superseded by the respective classes from the standard javax.imageio package.

Since this package is however used by some old (pre 1.4) Java applications, IcedTea? people (those who provides Unix builds of OpenJDK) created a simple implementation of this package that redirects essential methods to the respective javax.imageio classes.

We should take this implementation as well because there are applications like Jedit/2 that still use it.

#61 fixed java.io.WinNTFileSystem.getSpace() crashes dmik
Description

This method wants to use GetVolumePathName?() but it is not implemented in Odin.

Note: See TracQuery for help on using queries.