GNOME Bugzilla – Bug 689067
[abrt] Crash under sasl_xoauth_challenge_sync()
Last modified: 2012-11-27 07:47:53 UTC
Moving this from a downstream bug report: https://bugzilla.redhat.com/show_bug.cgi?id=879768 Description of problem: Crash appear during a web surfing, with just Spotify and Chromium opened. My RAM was full (about 90% used on 2GB), it may be related to the crash. Version-Release number of selected component: evolution-3.4.4-2.fc17 Additional info: libreport version: 2.0.18 abrt_version: 2.0.18 backtrace_rating: 4 cmdline: evolution crash_function: camel_url_new kernel: 3.6.7-4.fc17.x86_64 Core was generated by `evolution'. Program terminated with signal 11, Segmentation fault.
+ Trace 231224
Thread 10 (Thread 0x7f6d9425a9c0 (LWP 714))
EAccount account; ... account = e_get_account_by_uid (uid); ... url = camel_url_new (account->source->url, error); The camel_url_new() call was dropped in 3.6 along with EAccount, so the backtrace is obsolete.
Aha, thanks, I didn't check the code that closely. In that case, I'm closing it the same, in favour of 3.6.x.