After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 312402 - [2.7.5] gnome-terminal hangs after updating
[2.7.5] gnome-terminal hangs after updating
Status: RESOLVED FIXED
Product: gnome-terminal
Classification: Core
Component: general
2.7.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-08-02 19:37 UTC by Sebastien Bacher
Modified: 2005-08-02 21:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Sebastien Bacher 2005-08-02 19:37:18 UTC
When updating from glib 2.7.4 to 2.7.5 gnome-terminal hangs and eat CPU:

Program received signal SIGINT, Interrupt.

Thread NaN (LWP 7827)

  • #0 IA__g_convert_with_iconv
  • #1 IA__g_convert
  • #2 terminal_encoding_init
  • #3 main

Comment 1 Matthias Clasen 2005-08-02 21:11:03 UTC
2005-08-02  Matthias Clasen  <mclasen@redhat.com>

	* glib/gconvert.c (g_convert_with_iconv): Don't go in an
	infinite loop if the input text ends in an incomplete multibyte
	character.  (#312402, Sebastian Bacher)