Your message dated Thu, 23 Mar 2006 07:47:05 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#294582: fixed in rxvt-unicode 7.7-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: rxvt-unicode Version: 4.8-1 Severity: important Hi, rxvt-unicode has serious problems when running applications that output bold UTF-8 characters. If man is run to display manpages with 'strange' characters (e.g. muttrc(5), which has a bold dollar sign on line 43) then urxvt segfaults. The same occurs when running any program using dialog, such as debconf dialogs or orphaner. My guess is that they use bold non alphanumeric characters. Also, urxvt crashes when one types: echo -e '\033[1m<c>' where <c> is any non latin character (e.g. cyrillic small letter a: U+0430). However the corresponding non bold command does not crash urxvt: echo -e '<c>' nor the following, although it outputs a bold dollar: echo -e '\033[1m$' rxvt-unicode, rxvt-unicode-lite and rxvt-unicode-ml all share this bug. There is no such problem using xterm or rxvt (but they don't support UTF-8, so that's not a surprise). Have a nice bug hunt, Lionel. -- My relevant Xresources URxvt.background: #000000 URxvt.boldFont: -*-courier-bold-r-*-*-10-100-*-*-m-*-iso10646-1, -*-lucidatypewriter-bold-r-*-*-10-100-*-*-m-*-iso10646-1 URxvt.font: -misc-fixed-medium-r-*-*-10-*-*-*-*-*-iso10646-1 URxvt.foreground: #F0F0F0 URxvt.saveLines: 2048 -- How to reproduce: In bash running under urxvt, type: [EMAIL PROTECTED] man muttrc then scroll down until line 43 is displayed; or just type: [EMAIL PROTECTED] echo -e '\033[1mФ'. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (800, 'testing'), (700, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.10-20050129-0 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8) Versions of packages rxvt-unicode depends on: ii base-passwd 3.5.9 Debian base system master password ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libfontconfig1 2.2.3-4 generic font configuration library ii libfreetype6 2.1.7-2.3 FreeType 2 font engine, shared lib ii libgcc1 1:3.4.3-6 GCC support library ii libx11-6 4.3.0.dfsg.1-10 X Window System protocol client li ii libxft2 2.1.2-6 FreeType-based font drawing librar ii libxrender1 0.8.3-7 X Rendering Extension client libra ii xlibs 4.3.0.dfsg.1-10 X Keyboard Extension (XKB) configu ii zlib1g 1:1.2.2-3 compression library - runtime -- no debconf information
--- End Message ---
--- Begin Message ---Source: rxvt-unicode Source-Version: 7.7-1 We believe that the bug you reported is fixed in the latest version of rxvt-unicode, which is due to be installed in the Debian FTP archive: rxvt-unicode-lite_7.7-1_i386.deb to pool/main/r/rxvt-unicode/rxvt-unicode-lite_7.7-1_i386.deb rxvt-unicode-ml_7.7-1_i386.deb to pool/main/r/rxvt-unicode/rxvt-unicode-ml_7.7-1_i386.deb rxvt-unicode_7.7-1.diff.gz to pool/main/r/rxvt-unicode/rxvt-unicode_7.7-1.diff.gz rxvt-unicode_7.7-1.dsc to pool/main/r/rxvt-unicode/rxvt-unicode_7.7-1.dsc rxvt-unicode_7.7-1_i386.deb to pool/main/r/rxvt-unicode/rxvt-unicode_7.7-1_i386.deb rxvt-unicode_7.7.orig.tar.gz to pool/main/r/rxvt-unicode/rxvt-unicode_7.7.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. Decklin Foster <[EMAIL PROTECTED]> (supplier of updated rxvt-unicode 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: Fri, 10 Mar 2006 16:41:50 -0500 Source: rxvt-unicode Binary: rxvt-unicode-ml rxvt-unicode rxvt-unicode-lite Architecture: source i386 Version: 7.7-1 Distribution: unstable Urgency: low Maintainer: Decklin Foster <[EMAIL PROTECTED]> Changed-By: Decklin Foster <[EMAIL PROTECTED]> Description: rxvt-unicode - RXVT-like terminal emulator with Unicode support rxvt-unicode-lite - RXVT-like terminal emulator with basic Unicode support rxvt-unicode-ml - multi-lingual terminal emulator with Unicode support for X11 Closes: 246059 263123 270160 291587 294582 314977 328965 339833 342738 347434 348666 348719 351371 351872 352168 354904 355069 Changes: rxvt-unicode (7.7-1) unstable; urgency=low . * (XXX CECI N'EST PAS UNE CHANGELOG) * Adopting package. (Closes: #348719) * The following bugs have been fixed in previous Debian revisions: - An x-terminal-emulator alternative is provided (Closes: #314977) - /dev/tty is now readable by default (this was actually a bug in makedev which was not reassigned for some reason.) (Closes: #246059) * New upstream release: - Cleans up eaves zombie shell processes in urxvtd (Closes: #339833) - Handling of bold "special" characters fixed (Closes: #294582) - Setting/pasting of PRIMARY selection fixed (Closes: #328965, #291587) - #284257, should no longer happen, but I don't have a PPC. * Rebuild against new Xft (Closes: #352168, #351371) * Enable Perl support in rxvt-unicode-ml. * Switch from dpatch to quilt. * Fix documentation of utmp/wtmp permissions (Closes: #342738) * Add FSF address to debian/copyright. * Remove -D from install call (breaks with Ubuntu's coreutils). * Set resource class to URxvt and fallback class to Rxvt for all flavors. (Closes: #263123, #270160) * Document the fact that $TERM defaults to rxvt-unicode (not rxvt), and how to change this with X resources. Users do not (and should not) have to compile terminfo entries, so remove these from examples; ncurses-base provides a proper one already. (Closes: #351872) * Install alternative for rxvt.1.gz. (Closes: #355069) * Specify default fontset in app-defaults. (Closes: #348666) * Removed debian/urxvtc.1 (superseded by upstream). * Run pod2man using the name (i.e page heading) "urxvt" rather than "rxvt". (Closes: #354904) * Added urxvtcd script to automatically start urxvtd if necessary and run urxvtc. (Closes: #347434) * Added watch file. Files: 664cf29371d5f24ed0848d1251a68f3e 748 x11 optional rxvt-unicode_7.7-1.dsc e9c7c526ae661c716115aa1ba7b1138c 1159212 x11 optional rxvt-unicode_7.7.orig.tar.gz 1bf4f5e6bf062970e5330dc035ff597c 21079 x11 optional rxvt-unicode_7.7-1.diff.gz 10d43b87d926a5c193fbf915b88ea20f 1049028 x11 optional rxvt-unicode_7.7-1_i386.deb 09873c9ae76e383c3d11513ceb9c16bb 1240194 x11 optional rxvt-unicode-ml_7.7-1_i386.deb bbf7aa6e554d017be3f9221c0a82e807 1048304 x11 optional rxvt-unicode-lite_7.7-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEIr/zuIJGh/GWjRsRAhhEAKCGiy/nOZl34wmefe81k521xlPQFwCgidW8 1ud6bT4/3HvYoh1daE4umIY= =kbAR -----END PGP SIGNATURE-----
--- End Message ---

