[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#487547: marked as done (libgcj9-0: Null Pointer Exception in Datum constructor)



Your message dated 
with message-id <20100713184531.10815.63133.mass-bugs-close@merkel.debian.org>
and subject line gcj-4.3 removed from Debian unstable
has caused the Debian Bug report #487547,
regarding libgcj9-0: Null Pointer Exception in Datum constructor
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
487547: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=487547
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libgcj9-0
Version: 4.3.1-2
Severity: normal


= cat DatumBug.java
// DatumBug.java        20080622        NHA
// Demonstrate bug in gij-4.3

final class DatumBug
{   
    public static void main (String args[])
    {   
        Datum date = new Datum();
    }                                           //DatumBug.main()
}                                               //DatumBug
= javac DatumBug.java
= /usr/bin/gij-4.3 DatumBug
Exception in thread "main" java.lang.ExceptionInInitializerError
   at java.lang.Class.initializeClass(libgcj.so.90)
   at DatumBug.main(DatumBug.java:8)
Caused by: java.lang.NullPointerException
   at java.util.TimeZone.setID(libgcj.so.90)
   at java.util.SimpleTimeZone.<init>(libgcj.so.90)
   at Datum.<clinit>(Datum.java:41)
   at java.lang.Class.initializeClass(libgcj.so.90)
   ...1 more


-- System Information:
Debian Release: lenny/sid
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.3B
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libgcj9-0 depends on:
ii  gcj-4.3-base           4.3.1-2           The GNU Compiler Collection (gcj b
ii  libasound2             1.0.16-2          ALSA library
ii  libc6                  2.7-10            GNU C Library: Shared libraries
ii  libgcc1                1:4.3.0-5         GCC support library
ii  libgcj-common          1:4.3.0-7         Java runtime library (common files
ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages libgcj9-0 recommends:
ii  libgcj9-0-awt                 4.3.0-3    AWT peer runtime libraries for use
ii  libgcj9-jar                   4.3.0-3    Java runtime library for use with 

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 4.3.4-4+rm

gcj-4.3 has been removed from Debian unstable: http://bugs.debian.org/577262

Closing its bugs with a Version higher than the last unstable upload.

More information about this script at:
  http://git.debian.org/?p=users/morph/mass-bugs-close.git;a=blob_plain;f=README;hb=HEAD


--- End Message ---

Reply to: