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 240608 - Save attachment crashes evolution
Save attachment crashes evolution
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
pre-1.5 (obsolete)
Other All
: Normal enhancement
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
Depends on:
Blocks: 239034
 
 
Reported: 2003-04-01 06:59 UTC by philip zhao
Modified: 2003-04-01 18:24 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
patch for test. May need a discussion. (623 bytes, patch)
2003-04-01 07:09 UTC, philip zhao
none Details | Review

Description philip zhao 2003-04-01 06:59:33 UTC
This is a bug on Solaris 9 . And evolution is build using Forte.

Steps to reproduce:

1.Save attachment of a mail

Expected:

Save success.

Acturl:

Evolution Crash.
Comment 1 philip zhao 2003-04-01 07:03:55 UTC
   main(argc = 1, argv = 0xffbfec6c)
   bonobo_main(0x0, 0x344, 0x0, 0xfe397a64, 0x45c94, 0x0)
   g_main_loop_run(0x172bf8, 0x1000, 0x0, 0x1424c0, 0x147208, 0x1427b0)
   g_main_context_iterate(0x160b70, 0x1, 0x1, 0x0, 0x160b78, 0x48ab58)
   g_main_context_dispatch(0x160b70, 0x1, 0x1424c0, 0x101c, 0x142740, 0x0)
   g_main_dispatch(0x160b70, 0xfe192a50, 0x1000, 0x0, 0xfed00528,
0x160b78)
   gdk_event_dispatch(0x160b00, 0x128c, 0x183a68, 0xfeefc088, 0x15fb18,
 0x142740)
   gtk_main_do_event(0x0, 0x183a68, 0xff069dcc, 0x456cb8, 0x3e4, 0x20)
   gtk_propagate_event(0x6146a0, 0x183a68, 0x2107e0, 0x179958, 0x8,
 0x2187c2)
   gtk_widget_event_internal(0x6146a0, 0x183a68, 0xff1594a0, 0x16c, 0x20,
 0x15)
   gtk_signal_emit(0x6146a0, 0x2c, 0x183a68, 0x12fd2c, 0x1704a8,
 0xff1e4cc4)
   g_signal_emit_valist(0x0, 0xffbfe540, 0xffbfe758, 0xfedcaa54, 0x1775a8,
 0x1427b0)
   signal_emit_unlocked_R(0x347418, 0x1424c0, 0x1427b0, 0x142740, 0x0,
 0xfedcaa54)
   g_closure_invoke(0x177140, 0xffbfe3e0, 0x2, 0xffbfe528, 0xffbfe3cc,
0x2)
   _gtk_marshal_BOOLEAN__BOXED(0x177140, 0x17968c, 0x1509d0, 0xffbfe528,
 0x6146a0, 0xff07a854)
   gtk_menu_shell_button_release(0x347418, 0x183a68, 0x1509d0, 0x6146a0,
 0x456cb8, 0xff1e4cc4)
   gtk_menu_shell_activate_item(0x6146a0, 0x456cb8, 0x1, 0x0, 0x169488,
 0x48fca0)
   gtk_widget_activate(0x1, 0x13b, 0x8b518, 0x12fd2c, 0x36fc70, 0x36fc70)
   gtk_signal_emit(0x456cb8, 0x13b, 0xfedae024, 0x12fd2c, 0x16c848,
 0xff1e4cc4)
   g_signal_emit_valist(0x10800000, 0xffbfdf28, 0xffbfe13c, 0xfedcaa54,
 0x347730, 0x1427b0)
   signal_emit_unlocked_R(0x0, 0x1424c0, 0x1427b0, 0x142740, 0x581b10,
 0xfedcaa54)
   g_closure_invoke(0x582758, 0x0, 0x1, 0xffbfdf10, 0xffbfddb4, 0x2)
   save_cb(widget = 0x456cb8, user_data = 0x491648)
   save_part(part = 0x599ca0)
  make_safe_filename(prefix = (nil), part = 0x599ca0)
   g_strdup_printf(0xfd23cee0, 0x0, 0x5c3dc8, 0x2f, 0x5c3ddc, 0x592228)
   g_strdup_vprintf(0xfd23cee0, 0xffbfdb48, 0x400, 0xfe3073ac, 0x52000,
 0x1)
   g_printf_string_upper_bound(0xfd23cee0, 0xffbfdb48, 0xfd3e0890,
 0xfd6ba000, 0x52000, 0x41)
   vsnprintf(0xffbfda3f, 0x1, 0xfd23cee0, 0xffbfdb48, 0x0, 0xfd6a4cf0)
   _doprnt(0xfd23cee0, 0x0, 0xffbfd9c8, 0xfd3e0880, 0x4e5cabc3, 0x18693)
   strlen(0x0, 0x0, 0xfd6bf3e8, 0x7efefeff, 0x81010100, 0x0)
Comment 2 philip zhao 2003-04-01 07:09:46 UTC
Created attachment 42197 [details] [review]
patch for test. May need a discussion.
Comment 3 Jeffrey Stedfast 2003-04-01 18:24:07 UTC
fixed the proper way in CVS