From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: bug#32594: Pango Crash Date: Thu, 30 Aug 2018 19:05:17 +0200 Message-ID: <874lfblr8y.fsf@fastmail.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fvQaM-0003FB-Sm for bug-guix@gnu.org; Thu, 30 Aug 2018 13:18:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fvQOQ-0001x5-Cc for bug-guix@gnu.org; Thu, 30 Aug 2018 13:06:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:34323) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fvQOQ-0001wx-44 for bug-guix@gnu.org; Thu, 30 Aug 2018 13:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fvQOP-00057U-Rw for bug-guix@gnu.org; Thu, 30 Aug 2018 13:06:01 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Bradley Haggerty , 32594-done@debbugs.gnu.org --=-=-= Content-Type: text/plain Bradley Haggerty writes: > There's a pango bug that leads to certain programs such as Hexchat and > Termite to crash. It's going around IRC and can be output via > > /exec -o python3 -c "print(u'hey \u2665\ufe0e\ufe0f')" > > It seems to print "hey" with a heart emoji after it. When viewed from irssi > running in termite, my whole terminal closes instantly. I have irssi > running in tmux, so as soon as I run 'tmux attach', I see the whole window > disappear. I'm able to safely view this text from urxvt, so I can then > /clear my irc window or change to another channel. Hello! I can confirm that running the following within Termite crashes the terminal: guix environment --ad-hoc python -- python3 -c "print(u'hey \u2665\ufe0e\ufe0f')" This bug is fixed in pango 1.42.4, which has been "grafted" on the master branch with commit 7693f678d1de222e47af6b34ce62c41ea69934c8. I can no longer reproduce the crash after updating, let me know if you experience further problems. Thanks for reporting it! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAluII80ACgkQoqBt8qM6 VPqFiQgAhkTdYVK9DfmXYLs+KK6OIdEmJbibTTHkIUqnW8De66EhiGfes6YUADUZ 3mJN6qQtEAaWe760GyHpMfB55TStUZBS+1+Ej/luT1WTJ02J4/Y7zuuR9s711ku0 j7zk7zDOVyDfla0IEoaPQrJnfXm21f7hnYVQ1zCBobNxzVe88RLN1qX4qKvQxiK6 AzyjdBHSy8UN4KcWPa8s6paLf6ycrHtitk/6d8BNWEQ1XTGv+NgLqW7dblE7lKCT gBD56BijmdD0NCj4vJHGw1HVYwxPWagLrylGkf9EhVR3qnb+kPtR+zM9uQkD88Me AgnBYot35uLO01uJ+HroO9U0KScZ1g== =wvjJ -----END PGP SIGNATURE----- --=-=-=--