GNOME Bugzilla – Bug 382155
crash in Evolution: looking at old emails. c...
Last modified: 2007-02-12 10:58:15 UTC
What were you doing when the application crashed? looking at old emails. changing the search field. Distribution: Ubuntu 6.10 (edgy) Gnome Release: 2.16.1 2006-10-02 (Ubuntu) BugBuddy Version: 2.16.0 Memory status: size: 193507328 vsize: 0 resident: 193507328 share: 0 rss: 34115584 rss_rlim: 0 CPU usage: start_time: 1165209369 rtime: 0 utime: 1186 stime: 0 cutime:978 cstime: 0 timeout: 208 it_real_value: 0 frequency: 2 Backtrace was generated from '/usr/bin/evolution-2.8' Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1". [Thread debugging using libthread_db enabled] [New Thread -1232841040 (LWP 26184)] [New Thread -1354245216 (LWP 26386)] [New Thread -1362637920 (LWP 26381)] [New Thread -1371030624 (LWP 26378)] [New Thread -1328669792 (LWP 26242)] [New Thread -1320277088 (LWP 26241)] [New Thread -1261405280 (LWP 26233)] [New Thread -1286706272 (LWP 26232)] [New Thread -1311884384 (LWP 26222)] [New Thread -1303491680 (LWP 26221)] [New Thread -1295098976 (LWP 26220)] [New Thread -1278190688 (LWP 26217)] [New Thread -1269797984 (LWP 26216)] [New Thread -1253012576 (LWP 26214)] 0xffffe410 in __kernel_vsyscall ()
+ Trace 91460
Thread 1 (Thread -1232841040 (LWP 26184))
Created attachment 80369 [details] [review] possible fix This could help since it seems we're passing NULL to strcmp() here.
looks safe to commit, logic seems right and obviously it prevents a NULL from being passed to strcmp ;)
Please commit.
Commited to both branches.