GNOME Bugzilla – Bug 634387
[bbdb] Crash in bbdb_sync_buddy_list_in_thread
Last modified: 2010-11-25 17:25:25 UTC
Moving from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=651025 abrt version: 1.1.13 architecture: x86_64 Attached file: backtrace cmdline: evolution component: evolution crash_function: bbdb_sync_buddy_list_in_thread 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) How to reproduce: Tried to sync with pidgin time: 1289235202 uid: 500 229 if (contacts->next != NULL) Core was generated by `evolution'. Program terminated with signal 11, Segmentation fault.
+ Trace 224585
Thread 1 (Thread 4474)
Created commit 2e1a37d in evo master (2.91.3+) Created commit ed8619d in evo gnome-2-32 (2.32.2+) On any EBook error in this function the 'contacts' variable was uninitialized, and dereferencing it may cause this crash.