GNOME Bugzilla – Bug 719686
Freeze in IMAP
Last modified: 2015-01-17 03:16:29 UTC
evolution-3.10.2-2.fc20.i686 Sorry, no idea how to reproduce. Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x8f4fcb40 (LWP 28509)] malloc_consolidate (av=av@entry=0xb0c00010) at malloc.c:4093 4093 nextsize = chunksize(nextchunk); (gdb) thread apply all bt
+ Trace 232863
Thread 642 (Thread 0x8f4fcb40 (LWP 28509))
4088 nextp = p->fd; 4089 4090 /* Slightly streamlined version of consolidation code in free() */ 4091 size = p->size & ~(PREV_INUSE|NON_MAIN_ARENA); 4092 nextchunk = chunk_at_offset(p, size); 4093 nextsize = chunksize(nextchunk); 4094 4095 if (!prev_inuse(p)) { 4096 prevsize = p->prev_size; 4097 size += prevsize; (gdb)
And another one, hooray: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x949f4b40 (LWP 29730)] malloc_consolidate (av=av@entry=0xaf700010) at malloc.c:4093 4093 nextsize = chunksize(nextchunk); (gdb) thread apply all bt
+ Trace 232864
Thread 226 (Thread 0x949f4b40 (LWP 29730))
Thread 1 (Thread 0xb17c6900 (LWP 29286))
Not seen again yet in 3.12; assuming this is fixed.