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 133581 - gcalctool segfaults on startup in UTF-8 locales
gcalctool segfaults on startup in UTF-8 locales
Status: RESOLVED DUPLICATE of bug 128603
Product: gnome-calculator
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Rich Burridge
Rich Burridge
Depends on:
Blocks:
 
 
Reported: 2004-02-06 01:40 UTC by Arwed v. Merkatz
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Arwed v. Merkatz 2004-02-06 01:40:19 UTC
tried with en_US.UTF-8 and de_DE.UTF-8, it segfaults, with en_US or de_DE
it works.

backtrace:
arwed@Otherland:~/gcalctool-4.3.29/gcalctool$ gdb ./gcalctool
GNU gdb 6.0
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...
(gdb) run
Starting program: /home/arwed/gcalctool-4.3.29/gcalctool/gcalctool
[New Thread 1087023296 (LWP 18019)]
 
Program received signal SIGSEGV, Segmentation fault.

Thread 1087023296 (LWP 18019)

  • #0 remove_tsep
    at display.c line 102
  • #1 MPstr_to_num
    at display.c line 413
  • #2 init_vars
    at get.c line 256
  • #3 do_calctool
    at calctool.c line 1024
  • #4 main
    at gtk.c line 272

Comment 1 Rich Burridge 2004-02-06 01:49:40 UTC
Duplicate of bug #128603. Later versions of gcalctool 
with this problem fixed can be downloaded from:

http://ftp.gnome.org/pub/GNOME/sources/gcalctool/4.3/


*** This bug has been marked as a duplicate of 128603 ***