Your message dated Thu, 28 Jun 2007 22:32:04 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#430370: fixed in ion3 20070608-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: ion3 Version: 20070506-2 Severity: important Tags: upstream, patch, fixed-upstream, pending -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ion3 may crash at startup due to an uninitialised pointer. This has been reported to me by 2 users at DebConf who were using amd64. For some reason this bug is not apparent on i386. Other architectures may be affected. Having traced one of these crashes in gdb, I believe the following changes in the next upstream version fix it. However, I am not yet ready to release a new version of the package. Ben. - --- mod_sp/main.c~ +++ mod_sp/main.c @@ -64,7 +64,7 @@ { WRegion *reg; WRegionAttachData data; - - WGroupAttachParams par; + WGroupAttachParams par=GROUPATTACHPARAMS_INIT; WGroupWS *ws; ws=create_groupws(parent, fp); @@ -108,7 +108,7 @@ static WRegion *create(WMPlex *mplex, int flags) { WRegion *sp; - - WMPlexAttachParams par; + WMPlexAttachParams par=MPLEXATTACHPARAMS_INIT; par.flags=(flags |MPLEX_ATTACH_UNNUMBERED - --- END --- -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGfYuV79ZNCRIGYgcRAr0wAKCuQlGEoZTfpkor8c+KsrPJ7DkbswCgnYeC H75UkG+mJnzT+ksWOKXFgLQ= =Xmlp -----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---Source: ion3 Source-Version: 20070608-1 We believe that the bug you reported is fixed in the latest version of ion3, which is due to be installed in the Debian FTP archive: ion3-dev_20070608-1_all.deb to pool/non-free/i/ion3/ion3-dev_20070608-1_all.deb ion3-doc_20070608-1_all.deb to pool/non-free/i/ion3/ion3-doc_20070608-1_all.deb ion3_20070608-1.diff.gz to pool/non-free/i/ion3/ion3_20070608-1.diff.gz ion3_20070608-1.dsc to pool/non-free/i/ion3/ion3_20070608-1.dsc ion3_20070608-1_i386.deb to pool/non-free/i/ion3/ion3_20070608-1_i386.deb ion3_20070608.orig.tar.gz to pool/non-free/i/ion3/ion3_20070608.orig.tar.gz 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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Ben Hutchings <[EMAIL PROTECTED]> (supplier of updated ion3 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 [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 28 Jun 2007 01:00:01 +0100 Source: ion3 Binary: ion3-doc ion3-dev ion3 Architecture: source all i386 Version: 20070608-1 Distribution: unstable Urgency: medium Maintainer: Ben Hutchings <[EMAIL PROTECTED]> Changed-By: Ben Hutchings <[EMAIL PROTECTED]> Description: ion3 - keyboard-friendly window manager with tiled windows ion3-dev - ion3 development files ion3-doc - ion3 documentation Closes: 428118 430370 430815 Changes: ion3 (20070608-1) unstable; urgency=medium . * New upstream release - closes: #428118, #430370, #430815 * Applied patch by Nedko Arnaudov to fix an upstream bug that would result in a crash when using single-byte character encodings Files: 727554c9ce95d03e48b2805dc5557258 702 non-free/x11 extra ion3_20070608-1.dsc f04dc1f3c208dca6bd0b18702429fea1 1327467 non-free/x11 extra ion3_20070608.orig.tar.gz 6fe668f3c11291bbd5d45ba11f185736 31141 non-free/x11 extra ion3_20070608-1.diff.gz 04f4a629a1f415f9c8e3c677c345294b 90130 non-free/devel extra ion3-dev_20070608-1_all.deb e427b4382cd77408200a7891231df3bc 125720 non-free/doc extra ion3-doc_20070608-1_all.deb d4d53099eaf712cf7faaf5624aab43e9 1653470 non-free/x11 extra ion3_20070608-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGhDPz79ZNCRIGYgcRAkpcAJ4oRE2Np99o9J5EfeWfmvaRFg96ZQCghjdI tx5NWMvew9MHkl1hmVgase0= =Mkc6 -----END PGP SIGNATURE-----
--- End Message ---

