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 601922 - criticals on gtk_editable_insert_text call
criticals on gtk_editable_insert_text call
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.19.x
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
: 608636 608762 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2009-11-14 21:41 UTC by Jean Bréfort
Modified: 2010-02-02 08:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
trivial patch (652 bytes, patch)
2009-11-14 21:41 UTC, Jean Bréfort
committed Details | Review

Description Jean Bréfort 2009-11-14 21:41:40 UTC
Created attachment 147746 [details] [review]
trivial patch

Sometimes getting:

Gtk-CRITICAL **: gtk_entry_buffer_insert_text: assertion `GTK_IS_ENTRY_BUFFER (buffer)' failed

This is because gtk_entry_real_insert_text directly addresses the buffer instead of calling get_buffer. The fix is trivial.
Comment 1 Morten Welinder 2009-11-15 00:24:43 UTC
Adding self.  Note that bug severity "Trivial" means "Cosmetic problem
like misspelled words or misaligned text" whereas "Normal" means "A minor
part of the component is nonfunctional or broken".  Hence back to "normal".

https://bugzilla.gnome.org/page.cgi?id=fields.html#importance
Comment 2 Jean Bréfort 2009-11-15 07:47:40 UTC
It should also be fixed in 2.18.x, not only 2.19.x
Comment 3 Pawel Salek 2009-12-29 11:18:25 UTC
gtk-2.18.5 released on 2009-12-08 has this defect as well.

Can one expect the bug to be fixed in 2.18.6?
Comment 4 Javier Jardón (IRC: jjardon) 2009-12-30 02:43:31 UTC
Comment on attachment 147746 [details] [review]
trivial patch

The patch looks good, waiting for maintainer aproval.
Comment 5 Matthias Clasen 2010-01-07 14:39:51 UTC
Comment on attachment 147746 [details] [review]
trivial patch

sorry, forgot about this. Patch looks fine, please commit to both branches.
Comment 6 Jean Bréfort 2010-01-07 15:45:24 UTC
Comment on attachment 147746 [details] [review]
trivial patch

both master and gtk-2-18
Comment 7 Andreas J. Guelzow 2010-02-01 07:05:20 UTC
*** Bug 608636 has been marked as a duplicate of this bug. ***
Comment 8 Andreas J. Guelzow 2010-02-02 08:44:12 UTC
*** Bug 608762 has been marked as a duplicate of this bug. ***