GNOME Bugzilla – Bug 435271
pan-0.128 crashes when reading large groups
Last modified: 2007-05-02 19:54:06 UTC
When trying to read groups with many articles pan-0.128 crashes with a segmentation fault (pan-0.127 didn't): -- runlog: pan --debug (article-cache.cc:175:ArticleCache) loaded 25 articles into cache from /home/christian/.pan2/article-cache Segmentation fault -- backtrace: Script started on Mi 02 Mai 2007 20:23:42 CEST uname -a Linux acid 2.6.19-gentoo-r5 #1 SMP PREEMPT Mon Apr 9 13:07:50 CEST 2007 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux gdb pan GNU gdb 6.6 This GDB was configured as "x86_64-pc-linux-gnu"... (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) handle SIGUSR1 nostop noprint Signal Stop Print Pass to program Description SIGUSR1 No No Yes User defined signal 1 (gdb) handle SIG32 nostop noprint Signal Stop Print Pass to program Description SIG32 No No Yes Real-time event 32 (gdb) run Starting program: /usr/bin/pan (no debugging symbols found) [Thread debugging using libthread_db enabled] [New Thread 46966855150368 (LWP 21722)] [New Thread 1082132800 (LWP 21725)] [New Thread 1090525504 (LWP 21726)] [New Thread 1098918208 (LWP 21727)] [New Thread 1107310912 (LWP 21728)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 46966855150368 (LWP 21722)] 0x00002ab7517a2202 in memcpy () from /lib/libc.so.6 (gdb) thread apply all bt
+ Trace 131951
Thread 1 (Thread 46966855150368 (LWP 21722))
(gdb) quit
This is fixed in svn *** This bug has been marked as a duplicate of 432387 ***