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 353382 - crash in Evolution: Deleting an attachment.....
crash in Evolution: Deleting an attachment.....
Status: RESOLVED DUPLICATE of bug 357492
Product: evolution
Classification: Applications
Component: general
2.8.x (obsolete)
Other All
: High critical
: ---
Assigned To: Harish Krishnaswamy
Evolution QA team
: 360105 375512 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-08-29 11:39 UTC by sergi.sales
Modified: 2006-11-17 23:28 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description sergi.sales 2006-08-29 11:39:19 UTC
What were you doing when the application crashed?
Deleting an attachment...


Distribution: Ubuntu 6.10 (edgy)
Gnome Release: 2.15.92 2006-08-22 (Ubuntu)
BugBuddy Version: 2.15.92

Memory status: size: 310808576 vsize: 0 resident: 310808576 share: 0 rss: 53014528 rss_rlim: 0
CPU usage: start_time: 1156835493 rtime: 0 utime: 3335 stime: 0 cutime:3129 cstime: 0 timeout: 206 it_real_value: 0 frequency: 0

Backtrace was generated from '/usr/bin/evolution-2.8'

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1209174352 (LWP 32686)]
[New Thread -1348826208 (LWP 426)]
[New Thread -1349342304 (LWP 424)]
[New Thread -1339036768 (LWP 32716)]
[New Thread -1330644064 (LWP 32715)]
[New Thread -1322251360 (LWP 32710)]
[New Thread -1281365088 (LWP 32698)]
[New Thread -1272972384 (LWP 32696)]
[New Thread -1262986336 (LWP 32694)]
[New Thread -1254593632 (LWP 32693)]
[New Thread -1246200928 (LWP 32692)]
0xffffe410 in __kernel_vsyscall ()

Thread 1 (Thread -1209174352 (LWP 32686))

  • #0 __kernel_vsyscall
  • #1 __waitpid_nocancel
    from /lib/tls/i686/cmov/libpthread.so.0
  • #2 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #3 es_menu_new
  • #4 <signal handler called>
  • #5 e_attachment_bar_remove_selected
    from /usr/lib/evolution/2.8/libemiscwidgets.so.0
  • #6 e_msg_composer_resolve_image_url
    from /usr/lib/evolution/2.8/components/libevolution-mail.so
  • #7 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #8 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #9 g_signal_chain_from_overridden
    from /usr/lib/libgobject-2.0.so.0
  • #10 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #11 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #12 gtk_widget_get_default_style
    from /usr/lib/libgtk-x11-2.0.so.0
  • #13 gtk_window_propagate_key_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #14 gtk_window_activate_key
    from /usr/lib/libgtk-x11-2.0.so.0
  • #15 bonobo_window_remove_popup
    from /usr/lib/libbonoboui-2.so.0
  • #16 _gtk_marshal_BOOLEAN__BOXED
    from /usr/lib/libgtk-x11-2.0.so.0
  • #17 g_value_set_boxed
    from /usr/lib/libgobject-2.0.so.0
  • #18 g_closure_invoke
    from /usr/lib/libgobject-2.0.so.0
  • #19 g_signal_chain_from_overridden
    from /usr/lib/libgobject-2.0.so.0
  • #20 g_signal_emit_valist
    from /usr/lib/libgobject-2.0.so.0
  • #21 g_signal_emit
    from /usr/lib/libgobject-2.0.so.0
  • #22 gtk_widget_get_default_style
    from /usr/lib/libgtk-x11-2.0.so.0
  • #23 gtk_propagate_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #24 gtk_main_do_event
    from /usr/lib/libgtk-x11-2.0.so.0
  • #25 _gdk_events_init
    from /usr/lib/libgdk-x11-2.0.so.0
  • #26 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #27 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #28 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #29 bonobo_main
    from /usr/lib/libbonobo-2.so.0
  • #30 main
  • #0 __kernel_vsyscall

Comment 1 sergi.sales 2006-08-30 08:31:27 UTC
More concretely, what I did was:
1. open a mail from sent folder with doble click
2. Edit as new message
3. Try to reemplace the attachment with a new versión of the same file.. 


cheers...

Sergi
Comment 2 Karsten Bräckelmann 2006-09-28 01:06:39 UTC
Thanks for the detailed description, Sergi. :)

Although the stacktraces do not match entirely, I believe this to be the same issue as bug 357492. The description is the same, and these are the only crashes in e_attachment_bar_remove_selected() so far, no other duplicates at all. The difference in the stacktraces likely is due to different actions (keyboard shortcut vs. context menu).

Marking this bug as duplicate of the later filed one, because the other one got a stacktrace with debugging symbols.


Please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 357492 ***
Comment 3 Karsten Bräckelmann 2006-10-06 14:43:14 UTC
*** Bug 360105 has been marked as a duplicate of this bug. ***
Comment 4 André Klapper 2006-11-17 23:28:23 UTC
*** Bug 375512 has been marked as a duplicate of this bug. ***