Your message dated Sat, 25 Aug 2007 10:50:18 +1000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#398421: IRC
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 ---
Version: 2.19-3
On Fri, 2007-08-24 at 22:44 +0200, Robert Millan wrote:
> 15:18 <pabs> do you still see #398421 with recent nsis?
> 15:19 <pabs> if not I'm going to close it with version 2.19-3
> 22:43 <nyu> can't reproduce it right now
> 22:43 -!- pabs: No such nick/channel
>
> I think it was quite random. Maybe it was fixed, but I'm afraid I can't
> confirm. I suppose it's ok if you close this bug.
Thanks, closing it.
--
bye,
pabs
http://wiki.debian.org/PaulWise
signature.asc
Description: This is a digitally signed message part
--- End Message ---