Custom Query (172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (91 - 93 of 172)

Ticket Resolution Summary Owner Reporter
#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.

#78 fixed Crash in WGSS50.DLL at exit dmik
Description

Some applications crash in WGSS50.DLL when exiting. This relates to at least Jeti/2 and Freecol. Here's the popuplog:

02-24-2011  16:14:43  SYS3170  PID 02b0  TID 0001  Slot 00a9
D:\DEV\OPENJDK6_B19_SDK_OS2_RC-20110221_MPUNSAFE\JRE\BIN\JAVA.EXE
c0010002
1d92bb43
P1=00000005  P2=XXXXXXXX  P3=XXXXXXXX  P4=XXXXXXXX
EAX=009d48f0  EBX=14540600  ECX=00014670  EDX=20014674
ESI=145405ac  EDI=20014670
DS=0053  DSACC=d0f3  DSLIM=5fffffff
ES=0053  ESACC=d0f3  ESLIM=5fffffff
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1dee5ae5  CSACC=d0df  CSLIM=5fffffff
SS:ESP=0053:0081fe34  SSACC=d0f3  SSLIM=5fffffff
EBP=0081fe64  FLG=00010202

WGSS50.DLL 0001:0000bb43

Sometimes the crash happens in KERNEL32.DLL:

02-24-2011  16:07:45  SYS3175  PID 0295  TID 0001  Slot 00a9
D:\DEV\OPENJDK6_B19_SDK_OS2_RC-20110221_MPUNSAFE\JRE\BIN\JAVA.EXE
c0000005
1dee5ae5
P1=00000001  P2=009d48f0  P3=XXXXXXXX  P4=XXXXXXXX
EAX=009d48f0  EBX=14530600  ECX=00014a30  EDX=20014a34
ESI=145305ac  EDI=20014a30
DS=0053  DSACC=d0f3  DSLIM=5fffffff
ES=0053  ESACC=d0f3  ESLIM=5fffffff
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1dee5ae5  CSACC=d0df  CSLIM=5fffffff
SS:ESP=0053:0081fe34  SSACC=d0f3  SSLIM=5fffffff
EBP=0081fe64  FLG=00010206

KERNEL32.DLL 0001:00025ae5

Needs to be investigated.

Note: See TracQuery for help on using queries.