https://bugzilla.novell.com/show_bug.cgi?id=223606 Summary: LSB: test involving GtkTreeView crashes on memory corruption Product: openSUSE 10.2 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: jdluhos@novell.com QAContact: qa@suse.de When running the LSB Gtk test suite, the test run crashed with the following error written on the console: (.:23407): Gtk-WARNING **: gtktreemodel.c:440: Invalid path 0:NULL:0 passed to gtk_tree_path_new_from_string . (.:23407): Gtk-WARNING **: gtktreemodel.c:440: Invalid path 0:q:0 passed to gtk_tree_path_new_from_string * (.:23407): Gtk-WARNING **: gtktreemodel.c:429: Negative numbers in path -5:-5:-5 passed to gtk_tree_path_new_from_string . (.:23407): Gtk-WARNING **: gtktreemodel.c:440: Invalid path 5.5.5 passed to gtk_tree_path_new_from_string . (.:23407): Gtk-WARNING **: gtktreemodel.c:440: Invalid path Text passed to gtk_tree_path_new_from_string . (.:23407): Gtk-WARNING **: gtktreemodel.c:440: Invalid path \u0008 passed to gtk_tree_path_new_from_string . (.:23407): Gtk-CRITICAL **: gtk_tree_path_new_from_string: assertion `*path != '\000'' failed % (.:23407): Gtk-WARNING **: gtktreemodel.c:440: Invalid path passed to gtk_tree_path_new_from_string . (.:23407): Gtk-WARNING **: gtktreemodel.c:440: Invalid path passed to gtk_tree_path_new_from_string . (.:23407): Gtk-CRITICAL **: gtk_tree_path_new_from_string: assertion `path != NULL' failed . (.:23407): Gtk-WARNING **: gtktreemodel.c:440: Invalid path G_MAXINT:G_MAXINT:G_MAXINT passed to gtk_tree_path_new_from_st ring #...*** glibc detected *** /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/23204aa/tests/functions/GtkTreeModel/GtkTreeModel: fr ee(): invalid next size (fast): 0x0000000000556340 *** ======= Backtrace: ========= /lib64/libc.so.6[0x2b7e5b46e8fe] /lib64/libc.so.6(cfree+0x76)[0x2b7e5b46ff36] /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/23204aa/tests/functions/GtkTreeModel/GtkTreeModel[0x406adc] /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/23204aa/tests/functions/GtkTreeModel/GtkTreeModel(tet_invoketp+0x21)[0x424063] /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/23204aa/tests/functions/GtkTreeModel/GtkTreeModel[0x4207d9] /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/23204aa/tests/functions/GtkTreeModel/GtkTreeModel[0x4205c3] /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/23204aa/tests/functions/GtkTreeModel/GtkTreeModel(tet_tcm_main+0x23c)[0x4204fc] /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/23204aa/tests/functions/GtkTreeModel/GtkTreeModel(main+0x9)[0x422069] /lib64/libc.so.6(__libc_start_main+0xf4)[0x2b7e5b41fae4] /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/23204aa/tests/functions/GtkTreeModel/GtkTreeModel[0x40541a] ======= Memory map: ======== 00400000-0042e000 r-xp 00000000 08:07 1345626 /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/23204aa/ tests/functions/GtkTreeModel/GtkTreeModel 0052d000-00531000 rw-p 0002d000 08:07 1345626 /opt/lsb/test/desktop/gtkvts/tet_tmp_dir/23204aa/ tests/functions/GtkTreeModel/GtkTreeModel . . . etc. I am not sure if there is any info possible to deduce from this error message per se, but I'm trying to provide a test case. Anyway, it seems that there is a crashing bug somewhere in the GtkTreeModel :-( -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.