Your message dated Fri, 04 Feb 2011 02:39:17 +0000
with message-id <e1plbzt-0005gh...@franck.debian.org>
and subject line Bug#472053: fixed in rxtx 2.2pre2-4
has caused the Debian Bug report #472053,
regarding librxtx-java: gnu.io.RXTXPort discards exception silently if 
initialization fails
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 ow...@bugs.debian.org
immediately.)


-- 
472053: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=472053
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: librxtx-java
Version: 2.1.7r2-3
Severity: wishlist

In the static initializer of gnu.io.RXTXPort, an exception when 
initializing the static variable 'z' is silently discarded:

                try {
                        z = new Zystem();
                } catch ( Exception e ) {};

This leads to NullPointerExceptions later, which are difficult
to debug as the original exception is lost.

I did change the code to
                try {
                        z = new Zystem();
                } catch ( Exception e ) {
                        throw new Error(e.toString());
                };
for debugging. Probably a more specific exception would be more
appropriate, but the point is that leaving z undefined without reporting
an error makes debugging unnecessarily difficult.

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

Kernel: Linux 2.6.25-rc6-smapi-x61s-00063-g681fc79 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages librxtx-java depends on:
ii  gij [java-virtual-machine]    4:4.3-2    The GNU Java bytecode interpreter
ii  gij-4.1 [java-virtual-machine 4.1.2-19   The GNU Java bytecode interpreter
ii  gij-4.2 [java-virtual-machine 4.2.3-1    The GNU Java bytecode interpreter
ii  gij-4.3 [java-virtual-machine 4.3.0-1    The GNU Java bytecode interpreter
ii  java-gcj-compat [java-virtual 1.0.77-5   Java runtime environment using GIJ
ii  java-gcj-compat-headless [jav 1.0.77-5   Java runtime environment using GIJ
ii  libc6                         2.7-9      GNU C Library: Shared libraries
ii  sun-java6-jre [java-virtual-m 6-04-2     Sun Java(TM) Runtime Environment (

librxtx-java recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: rxtx
Source-Version: 2.2pre2-4

We believe that the bug you reported is fixed in the latest version of
rxtx, which is due to be installed in the Debian FTP archive:

librxtx-java_2.2pre2-4_amd64.deb
  to main/r/rxtx/librxtx-java_2.2pre2-4_amd64.deb
rxtx_2.2pre2-4.debian.tar.gz
  to main/r/rxtx/rxtx_2.2pre2-4.debian.tar.gz
rxtx_2.2pre2-4.dsc
  to main/r/rxtx/rxtx_2.2pre2-4.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 472...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Scott Howard <show...@debian.org> (supplier of updated rxtx package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 03 Feb 2011 21:05:47 -0500
Source: rxtx
Binary: librxtx-java
Architecture: source amd64
Version: 2.2pre2-4
Distribution: experimental
Urgency: low
Maintainer: Debian Java maintainers 
<pkg-java-maintainers@lists.alioth.debian.org>
Changed-By: Scott Howard <show...@debian.org>
Description: 
 librxtx-java - Full Java CommAPI implementation
Closes: 472053 585089 609152
Changes: 
 rxtx (2.2pre2-4) experimental; urgency=low
 .
   * Updated debian/copyright.
   * debian/compat is now 8
   * debian/patches/debian_porting.patch
     - Fixed a FTBFS in src/RawImp.c for systems without sys/io.h
       (Closes: #609152)
   * debian/patches/kreebsd_porting.patch
     - Fixed a FTBFS from not defining __FreeBSD_kernel__
       (Closes: #585089)
   * debian/patches/zsystem_exception.patch
     - Print error if initialization fails (Closes: #472053)
Checksums-Sha1: 
 e4e7b55f750eede78726a2797563db78f2d33407 1281 rxtx_2.2pre2-4.dsc
 0da4f53c7e9368a050aad63b5acc407c33955f47 14112 rxtx_2.2pre2-4.debian.tar.gz
 757dc06e8374127c31a263df3c95fc40a47a084d 188096 
librxtx-java_2.2pre2-4_amd64.deb
Checksums-Sha256: 
 33b1413ceb9f350887f2b0dcd41c2235ffecb8865896ab0728ec157542dfa171 1281 
rxtx_2.2pre2-4.dsc
 63851ddab40aba01d468d4076a4e005e422d2468dab78f28825772dec37733c9 14112 
rxtx_2.2pre2-4.debian.tar.gz
 dd4573ab55ce8896e896420ac0123a01b2065167d615c861db9e673dec90e678 188096 
librxtx-java_2.2pre2-4_amd64.deb
Files: 
 a8c67e2efe5c1f219f208b4453cadd6f 1281 java optional rxtx_2.2pre2-4.dsc
 5567cd0b9eac3c1cc25142f92792456c 14112 java optional 
rxtx_2.2pre2-4.debian.tar.gz
 014254784d2d5842c31cbb76ba08c61a 188096 java optional 
librxtx-java_2.2pre2-4_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk1LYoAACgkQuqVp0MvxKmpZ3wCgtUo4IulZM0gT160CmVbt12lN
BXIAoK8MujIWBFM6xCh7Qof66Sz/cth0
=9Llq
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
debian-j...@lists.debian.org for discussions and questions.

Reply via email to