Your message dated Tue, 28 Nov 2006 10:32:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#398421: fixed in nsis 2.19-1.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: 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-1.1
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-1.1.diff.gz
to pool/main/n/nsis/nsis_2.19-1.1.diff.gz
nsis_2.19-1.1.dsc
to pool/main/n/nsis/nsis_2.19-1.1.dsc
nsis_2.19-1.1_i386.deb
to pool/main/n/nsis/nsis_2.19-1.1_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.
Andreas Barth <[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, 28 Nov 2006 10:10:52 +0100
Source: nsis
Binary: nsis
Architecture: source i386
Version: 2.19-1.1
Distribution: unstable
Urgency: high
Maintainer: Paul Wise <[EMAIL PROTECTED]>
Changed-By: Andreas Barth <[EMAIL PROTECTED]>
Description:
nsis - Nullsoft Scriptable Install System (modified for debian)
Closes: 383336 398421
Changes:
nsis (2.19-1.1) unstable; urgency=high
.
* Non-maintainer upload.
* apply patch to build correctly on 64bit-systems. Closes: #383336, #398421
Files:
f52576354501aabd4329aad4dcc62a9f 665 devel optional nsis_2.19-1.1.dsc
739fe2ec9e9a361389c2b795ad5ae10d 32541 devel optional nsis_2.19-1.1.diff.gz
aaa978eca0a1af68c7bbd04c9a94c557 2063404 devel optional nsis_2.19-1.1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFFbA9UmdOZoew2oYURAlDHAJ9F3+2MVQbhA6FYZj6uVndGUvg/KQCfSIEn
1YN2yV2eMPT69BX/nNH5ScM=
=5qW2
-----END PGP SIGNATURE-----
--- End Message ---