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 674906 - GtkTreeView destructor sets model which causes cursor-changed to be emitted.
GtkTreeView destructor sets model which causes cursor-changed to be emitted.
Status: RESOLVED DUPLICATE of bug 671939
Product: gtk+
Classification: Platform
Component: Widget: GtkTextView
3.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2012-04-26 22:21 UTC by Nate
Modified: 2012-04-27 10:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Stack trace for error. (10.84 KB, text/plain)
2012-04-26 22:21 UTC, Nate
Details

Description Nate 2012-04-26 22:21:22 UTC
Created attachment 212917 [details]
Stack trace for error.

See the attached stack trace, specifically lines 7 through 10. This shows the GtkTreeView destructor (10) setting the model to null (9) which causes the cursor-changed signal to emit (7, 8). This causes a problem when the handler on the other side expects the associated GtkTreeView to be in a good state (i.e. not half destroyed). I would think that no signals would be emitted from an object once its destruction has begun.
Comment 1 Matthias Clasen 2012-04-27 10:07:47 UTC

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