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 309783 - crash on startup in e_canvas_hide_tooltip
crash on startup in e_canvas_hide_tooltip
Status: RESOLVED DUPLICATE of bug 304915
Product: evolution
Classification: Applications
Component: Shell
2.2.x (obsolete)
Other All
: High critical
: ---
Assigned To: Evolution Shell Maintainers Team
Evolution QA team
Depends on:
Blocks:
 
 
Reported: 2005-07-08 09:14 UTC by Simon Budig
Modified: 2005-07-09 12:44 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Simon Budig 2005-07-08 09:14:15 UTC
Steps to reproduce:
I use evolution from the current (8. July 2005) Debian testing and evolution
crashes on startup.

Stack trace:
(trimmed lots of "no debugging symbols found")

[New Thread -1235977296 (LWP 22656)]
[New Thread -1244365904 (LWP 22659)]
[New Thread -1253147728 (LWP 22660)]
[Thread -1253147728 (LWP 22660) exited]
[New Thread -1253147728 (LWP 22661)]
calendar-gui-Message: ********* the state  in ok is 3 

[Thread -1253147728 (LWP 22661) exited]
[New Thread -1253147728 (LWP 22662)]
[New Thread -1261536336 (LWP 22663)]
[Thread -1261536336 (LWP 22663) exited]
[Thread -1253147728 (LWP 22662) exited]
[Thread -1244365904 (LWP 22659) exited]
[New Thread -1244365904 (LWP 22665)]

Program received signal SIGSEGV, Segmentation fault.

Thread NaN (LWP 22646)

  • #0 e_canvas_hide_tooltip
    from /usr/lib/libgal-2.4.so.0
  • #1 e_table_item_redraw_range
    from /usr/lib/libgal-2.4.so.0
  • #2 g_object_interface_list_properties
    from /usr/lib/libgobject-2.0.so.0
  • #3 g_object_run_dispose
    from /usr/lib/libgobject-2.0.so.0
  • #4 gtk_object_destroy
    from /usr/lib/libgtk-x11-2.0.so.0
  • #5 e_table_group_apply_to_leafs
    from /usr/lib/libgal-2.4.so.0
  • #6 g_object_run_dispose
    from /usr/lib/libgobject-2.0.so.0
  • #7 gtk_object_destroy
    from /usr/lib/libgtk-x11-2.0.so.0
  • #8 e_table_without_show_all
    from /usr/lib/libgal-2.4.so.0
  • #9 g_child_watch_add
    from /usr/lib/libglib-2.0.so.0
  • #10 g_main_depth
    from /usr/lib/libglib-2.0.so.0
  • #11 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #12 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #13 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #14 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #15 main


the last opened files according to strace -f  are:
[pid 22821] open("/home/simon/.icons",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 33
[pid 22821] open("/home/simon/.local/share/icons",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = -1 ENOENT (No such file or directory)
[pid 22821] open("/usr/local/share/icons",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 33
[pid 22821] open("/usr/share/icons",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 33
[pid 22821] open("/usr/local/share/pixmaps",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 33
[pid 22821] open("/usr/share/pixmaps",
O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 33
[pid 22821] open("/usr/share/fonts/truetype/ttf-bitstream-vera/VeraBd.ttf",
O_RDONLY) = 33
[pid 22821] open("/home/simon/.icons/default/cursors/xterm", O_RDONLY) = -1
ENOENT (No such file or directory)
[pid 22821] open("/home/simon/.icons/default/index.theme", O_RDONLY) = -1 ENOENT
(No such file or directory)
[pid 22821] open("/usr/share/icons/default/cursors/xterm", O_RDONLY) = -1 ENOENT
(No such file or directory)
[pid 22821] open("/usr/share/icons/default/index.theme", O_RDONLY) = -1 ENOENT
(No such file or directory)
[pid 22821] open("/usr/share/pixmaps/default/cursors/xterm", O_RDONLY) = -1
ENOENT (No such file or directory)
[pid 22821] open("/usr/share/pixmaps/default/index.theme", O_RDONLY) = -1 ENOENT
(No such file or directory)
[pid 22821] open("/usr/X11R6/lib/X11/icons/default/cursors/xterm", O_RDONLY) =
-1 ENOENT (No such file or directory)
[pid 22821] open("/usr/X11R6/lib/X11/icons/default/index.theme", O_RDONLY) = 33
Process 22813 detached


Other information:
Comment 1 Sebastien Bacher 2005-07-09 12:44:53 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

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