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 727917 - 3.12 crach when "show thousands separators" is on
3.12 crach when "show thousands separators" is on
Status: RESOLVED DUPLICATE of bug 727250
Product: gnome-calculator
Classification: Core
Component: general
git master
Other Linux
: Normal critical
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2014-04-09 19:56 UTC by jim
Modified: 2014-04-09 20:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description jim 2014-04-09 19:56:54 UTC
I'am just trying to enter 0 000 when "show thousands separators" is on and I get the following message :
(gnome-calcultor 3.12 in Archlinux testing)

-----

$ gnome-calculator 

(gnome-calculator:3517): Gtk-WARNING **: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modified since the iterator was created.
You must use marks, character numbers, or line numbers to preserve a position across buffer modifications.
You can apply tags and insert marks without invalidating your iterators,
but any mutation that affects 'indexable' buffer contents (contents that can be referred to by character offset)
will invalidate all outstanding iterators

(gnome-calculator:3517): Gtk-WARNING **: Invalid text buffer iterator: either the iterator is uninitialized, or the characters/pixbufs/widgets in the buffer have been modified since the iterator was created.
You must use marks, character numbers, or line numbers to preserve a position across buffer modifications.
You can apply tags and insert marks without invalidating your iterators,
but any mutation that affects 'indexable' buffer contents (contents that can be referred to by character offset)
will invalidate all outstanding iterators

(gnome-calculator:3517): Gtk-CRITICAL **: gtk_text_buffer_set_mark: assertion 'gtk_text_iter_get_buffer (iter) == buffer' failed

(gnome-calculator:3517): GtkSourceView-WARNING **: Completion context without mark
Erreur de segmentation (core dumped)
Comment 1 PioneerAxon 2014-04-09 20:18:32 UTC
Jim,

Thank you for the bug report.

The issue has already been fixed in development version, and will be available with the next release.

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