Your message dated Tue, 30 Jan 2007 12:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#398421: fixed in nsis 2.19-2
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: nsis
Version: 2.19-1
Severity: grave
Note: I'm now using 2.19 with patch from #383336, but I hit this segfault under
similar conditions in 2.18 as well.
$ makensis /dev/null
MakeNSIS v2.19-1 - Copyright 1999-2006 Nullsoft, Inc.
[...]
Processing config:
Processing plugin dlls: "/usr/share/nsis/Plugins/*.dll"
Violació de segment
gdb backtrace is fubarred and useless, but strace reveals interesting stuff:
$ strace makensis /dev/null
[...]
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2ab27892f000
[...]
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x2ab27892f000
[...]
Looks like a lack of error check issue. open fails and returns -1, which
remains
unchecked, then mmap is called with -1 as argument and also remains unchecked.
Eventualy something accesses 0x2ab27892f000 which is believed to be allocated
but in fact isn't.
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to ca_AD.UTF-8)
Versions of packages nsis depends on:
ii libc6 2.3.6.ds1-7 GNU C Library: Shared libraries
ii libgcc1 1:4.1.1-19 GCC support library
ii libstdc++6 4.1.1-19 The GNU Standard C++ Library v3
nsis recommends no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Source: nsis
Source-Version: 2.19-2
We believe that the bug you reported is fixed in the latest version of
nsis, which is due to be installed in the Debian FTP archive:
nsis_2.19-2.diff.gz
to pool/main/n/nsis/nsis_2.19-2.diff.gz
nsis_2.19-2.dsc
to pool/main/n/nsis/nsis_2.19-2.dsc
nsis_2.19-2_i386.deb
to pool/main/n/nsis/nsis_2.19-2_i386.deb
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.
Paul Wise <[EMAIL PROTECTED]> (supplier of updated nsis 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: Tue, 30 Jan 2007 19:20:01 +1100
Source: nsis
Binary: nsis
Architecture: source i386
Version: 2.19-2
Distribution: unstable
Urgency: low
Maintainer: Paul Wise <[EMAIL PROTECTED]>
Changed-By: Paul Wise <[EMAIL PROTECTED]>
Description:
nsis - Nullsoft Scriptable Install System (modified for debian)
Closes: 398421
Changes:
nsis (2.19-2) unstable; urgency=low
.
* Incorporate changes from NMUs (thanks everyone)
* Enable DEBUG=1 when building, to get the CFLAGS required by policy.
* Fix outstanding 64-bit issues in makensis. Closes: #398421.
* Change my email address now that I'm a Debian Developer
Files:
6e2125429329044915ceac44c11df16d 657 devel optional nsis_2.19-2.dsc
8792f2d319343db60023426064d77599 31693 devel optional nsis_2.19-2.diff.gz
dadb8d60ec5793722f6c0121e61cc3a5 2450696 devel optional nsis_2.19-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFvzW/5Sc9mGvjxCMRAqENAJ42TN3lVaqq3BlS4/7zy45/D7MNRwCbBVbp
21+zEGA/UdFiPQJG5RSuHt8=
=3eOR
-----END PGP SIGNATURE-----
--- End Message ---