Package: wmmisc
Version: 0.9-2
Severity: grave
Justification: renders package unusable
Every time receives SIGABRT just after start.
IMHO - i am not programmer, i am maybe wrong,
it occurs in wmgeneral.c:openXwindow()
because it tries to free pointers pointing to argv[].
Package is unusable in this state unless user sets MALLOC_CHECK_
environment variable to 0 or 1.
Hope this helps.
Fast fix:
--- wmmisc-0.9/src/wmgeneral.c 2004-04-20 03:36:31.000000000 +0200
+++ wmmisc-0.9.fixed/src/wmgeneral.c 2005-10-08 12:51:41.000000000
+0200
@@ -394,10 +394,4 @@
XMoveWindow (display, win, wx, wy);
}
-
- if (display_name != NULL)
- free (display_name);
-
- if (wname != NULL)
- free (wname);
}
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (990, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-archck7-top-dave-1
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)
Versions of packages wmmisc depends on:
ii libc6 2.3.5-6 GNU C Library: Shared libraries an
ii libx11-6 6.8.2.dfsg.1-8 X Window System protocol client li
ii libxext6 6.8.2.dfsg.1-8 X Window System miscellaneous exte
ii libxpm4 6.8.2.dfsg.1-8 X pixmap library
ii xlibs 6.8.2.dfsg.1-8 X Window System client libraries m
wmmisc recommends no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]