abrt version: 1.1.14 architecture: x86_64 Attached file: backtrace cmdline: evolution component: evolution crash_function: kill executable: /usr/bin/evolution kernel: 2.6.35.9-64.fc14.x86_64 package: evolution-2.32.1-1.fc14 rating: 4 reason: Process /usr/bin/evolution was killed by signal 4 (SIGILL) release: Fedora release 14 (Laughlin) time: 1291990237 uid: 500 comment ----- ef evolution print: ElectricFence Aborting: Allocating 0 bytes, probably a bug. /usr/bin/ef: line 20: 6385 Instruction non permise (core dumped) ( export LD_PRELOAD=libefence.so.0.0; exec "$@" ) How to reproduce ----- 1. Running evolution with G_DEBUG=resident-modules,gc-friendly G_SLICE=always-malloc,debug-blocks under ElectricFence with EF_PROTECT_BELOW=1
Created attachment 467975 [details] File: backtrace
This is the root cause of bug 662070 : an 0 sized block of memory is allocated and accessed in icaltzutil_fetch_timezone(). *** This bug has been marked as a duplicate of bug 662070 ***
This is not a duplicate of 662070. libical's icaltzutil_fetch_timezone() allocates 0 sized memory blocks and did not use them. So it is safe. Closing as not a bug.
*** Bug 664423 has been marked as a duplicate of this bug. ***