GNOME Bugzilla – Bug 634088
Uses uninitialized variable in action_contact_new_cb
Last modified: 2010-11-05 15:38:19 UTC
Moving from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=650190 abrt version: 1.1.13 architecture: x86_64 Attached file: backtrace cmdline: evolution calendar:///?startdate=20101112T050000Z component: evolution crash_function: action_contact_new_cb executable: /usr/bin/evolution kernel: 2.6.35.6-48.fc14.x86_64 package: evolution-2.32.0-2.fc14 rating: 4 reason: Process /usr/bin/evolution was killed by signal 11 (SIGSEGV) release: Fedora release 14 (Laughlin) time: 1288965558 uid: 500 How to reproduce ----- 1. I was entering my schedule on evolution 2. I clicked on add contact for the very first time and it crashed Core was generated by `evolution calendar:///?startdate=20101112T050000Z'. Program terminated with signal 11, Segmentation fault.
+ Trace 224513
Thread 1 (Thread 3210)
Created attachment 173886 [details] [review] evo patch for evolution; Confirming, I can reproduce this too. it's a crash due to used uninitialized memory. The patch is pretty simple.
Created commit 17da811 in evo master (2.91.2+) Created commit fc2624a in evo gnome-2-32 (2.32.1+)