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 506814 - Crash on File->New->Task in mail view
Crash on File->New->Task in mail view
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Calendar
2.12.x (obsolete)
Other Linux
: Normal normal
: ---
Assigned To: evolution-calendar-maintainers
Evolution QA team
: 501802 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2008-01-02 07:58 UTC by Srinivasa Ragavan
Modified: 2008-01-03 13:26 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (1.09 KB, patch)
2008-01-02 07:59 UTC, Srinivasa Ragavan
none Details | Review

Description Srinivasa Ragavan 2008-01-02 07:58:11 UTC
Click File->New->Task in mail view (Make sure that you haven't been to calendar/tasks/memo view before). Crash!

  • #0 __kernel_vsyscall
  • #1 waitpid
    from /lib/libpthread.so.0
  • #2 g_spawn_sync
    from /usr/lib/libglib-2.0.so.0
  • #3 g_spawn_command_line_sync
    from /usr/lib/libglib-2.0.so.0
  • #4 ??
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #5 ??
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #6 google_breakpad::ExceptionHandler::InternalWriteMinidump
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #7 google_breakpad::ExceptionHandler::HandleException
    from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
  • #8 <signal handler called>
  • #9 create_new_todo
    at tasks-component.c line 1003
  • #10 impl_requestCreateItem
    at tasks-component.c line 1354
  • #11 _ORBIT_skel_small_GNOME_Evolution_Component_requestCreateItem
    at Evolution-common.c line 80
  • #12 ORBit_c_stub_invoke
    from /usr/lib/libORBit-2.so.0
  • #13 GNOME_Evolution_Component_requestCreateItem
    at Evolution-stubs.c line 133
  • #14 execute_verb
    at e-user-creatable-items-handler.c line 386
  • #15 ??
    from /usr/lib/libbonoboui-2.so.0
  • #16 ??
  • #17 ??
  • #18 ??
  • #19 ??
  • #20 ??
    from /usr/lib/libgthread-2.0.so.0
  • #21 ??
    from /lib/libc.so.6
  • #22 ??
  • #23 ??
    from /usr/lib/libgobject-2.0.so.0
  • #24 ??
    from /usr/lib/libbonoboui-2.so.0
  • #25 ??
  • #26 ??

Comment 1 Srinivasa Ragavan 2008-01-02 07:59:52 UTC
Created attachment 101977 [details] [review]
Proposed patch
Comment 2 Milan Crha 2008-01-02 12:48:28 UTC
Do you mind to create same fix in memos-component.c:create_new_memo too? Otherwise it looks good.
Comment 3 Srinivasa Ragavan 2008-01-03 05:18:15 UTC
Good, I never realized that Memo too crashes.
Comment 4 Srinivasa Ragavan 2008-01-03 10:11:48 UTC
Committed the fixed patch to trunk.
Comment 5 Srinivasa Ragavan 2008-01-03 10:23:52 UTC
*** Bug 501802 has been marked as a duplicate of this bug. ***
Comment 6 Milan Crha 2008-01-03 12:04:37 UTC
No no no, not 
	if (component_view->memos)
but
	if (component_view)
. Same as in tasks.
Comment 7 Srinivasa Ragavan 2008-01-03 13:26:57 UTC
Sucks... It was a copy/paste error. Committed the right one.