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 342915 - crash while deleting history items
crash while deleting history items
Status: RESOLVED DUPLICATE of bug 346662
Product: gtk+
Classification: Platform
Component: .General
2.9.x
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-05-25 13:11 UTC by Diego González
Modified: 2006-08-16 17:16 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Diego González 2006-05-25 13:11:11 UTC
i think it is due to the gnome-session setting that makes apps crash on critical warnings. I also think the problem is GTK+ related, but i'm not sure that is why i'm filing it here.

On the console:
Gtk-CRITICAL **: gtk_tree_model_filter_convert_iter_to_child_iter: assertion
'filter_iter->stamp == filter->priv->stamp' failed
aborting...

The backtrace:
  • #0 __kernel_vsyscall
  • #1 raise
    from /lib/tls/i686/cmov/libc.so.6
  • #2 abort
    from /lib/tls/i686/cmov/libc.so.6
  • #3 IA__g_logv
    at gmessages.c line 497
  • #4 IA__g_log
    at gmessages.c line 517
  • #5 IA__g_return_if_fail_warning
    at gmessages.c line 532
  • #6 IA__gtk_tree_model_filter_convert_iter_to_child_iter
    at gtktreemodelfilter.c line 3033
  • #7 get_node_from_path
  • #8 ??
  • #9 ??
  • #10 ??
  • #11 ??
  • #12 ??

I could not get anything better, anything related to gecko is a pain in the ass to get backtraces from...

I hope it will be useful enough.
Comment 1 Christian Kirbach 2006-05-25 21:13:00 UTC
crash in gtk+, reassigning

what version of gtk+ are you running?
Comment 2 Diego González 2006-05-25 22:49:55 UTC
CVS HEAD (for the whole set glib, pango, gtk+)
Comment 3 Rob Bradford 2006-08-16 14:37:18 UTC
Diego,

You reported almost exactly the same problem in #346662. Since chpe has committed a fix to the 2.14 branch and HEAD i'm going to go ahead and resolve this bug as a duplicate of #346662.

*** This bug has been marked as a duplicate of 346662 ***
Comment 4 Diego González 2006-08-16 17:16:33 UTC
yeah, the bug seems to have been fixed recently, my epiphany does not crash anymore. Thanks a lot.