Script started on Mon 24 Sep 2007 11:55:35 AM NZST
[36l>]0;jfp2@Tyche: /home/jfp2/.pan2/article-cache[jfp2@Tyche article-cache]$ u uname -a
Linux Tyche 2.6.17-15mdv #1 SMP Tue Aug 14 18:32:17 MDT 2007 x86_64 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ GNU/Linux
]0;jfp2@Tyche: /home/jfp2/.pan2/article-cache[jfp2@Tyche article-cache]$ gdb pan
GNU gdb 6.6-1mdv2007.1 (Mandriva Linux release 2007.1)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-mandriva-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib64/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 
[Thread debugging using libthread_db enabled]
[New Thread 47251994932496 (LWP 28427)]
[New Thread 1082132800 (LWP 28432)]
[New Thread 1090525504 (LWP 28433)]
[New Thread 1098918208 (LWP 28434)]
[New Thread 1107310912 (LWP 28435)]
pan: parts.cc:244: void pan::Parts::set_parts(const pan::PartBatch&): Assertion `pch == part_mid_buf + part_mid_buf_len' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 47251994932496 (LWP 28427)]
0x00002af9b4459d25 in raise () from /lib64/libc.so.6
(gdb) thread apply all bt

Thread 5 (Thread 1107310912 (LWP 28435)):
#0  0x00002af9b421c686 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00002af9b2d6f165 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#2  0x00002af9b2da89e8 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#3  0x00002af9b2da70f4 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#4  0x00002af9b421917e in start_thread () from /lib64/libpthread.so.0
#5  0x00002af9b44f741d in clone () from /lib64/libc.so.6

Thread 4 (Thread 1098918208 (LWP 28434)):
#0  0x00002af9b421c686 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00002af9b2d6f165 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#2  0x00002af9b2da89e8 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#3  0x00002af9b2da70f4 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#4  0x00002af9b421917e in start_thread () from /lib64/libpthread.so.0
#5  0x00002af9b44f741d in clone () from /lib64/libc.so.6

Thread 3 (Thread 1090525504 (LWP 28433)):
#0  0x00002af9b421c686 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00002af9b2d6f165 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#2  0x00002af9b2da89e8 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#3  0x00002af9b2da70f4 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#4  0x00002af9b421917e in start_thread () from /lib64/libpthread.so.0
#5  0x00002af9b44f741d in clone () from /lib64/libc.so.6

Thread 2 (Thread 1082132800 (LWP 28432)):
#0  0x00002af9b421c686 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0
#1  0x00002af9b2d6f165 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#2  0x00002af9b2da89e8 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#3  0x00002af9b2da70f4 in __cxa_pure_virtual () from /usr/lib64/libglib-2.0.so.0
#4  0x00002af9b421917e in start_thread () from /lib64/libpthread.so.0
#5  0x00002af9b44f741d in clone () from /lib64/libc.so.6

Thread 1 (Thread 47251994932496 (LWP 28427)):
#0  0x00002af9b4459d25 in raise () from /lib64/libc.so.6
#1  0x00002af9b445b340 in abort () from /lib64/libc.so.6
#2  0x00002af9b4453366 in __assert_fail () from /lib64/libc.so.6
#3  0x000000000054eb67 in pan::Parts::set_parts ()
#4  0x0000000000535618 in (anonymous namespace)::end_element ()
#5  0x00002af9b2d91200 in g_markup_parse_context_parse () from /usr/lib64/libglib-2.0.so.0
#6  0x00000000005362fc in pan::NZB::tasks_from_nzb_string ()
#7  0x00000000005189da in pan::DataImpl::load_tasks ()
#8  0x000000000053aea4 in pan::Queue::Queue ()
#9  0x00000000004778ca in main ()
(gdb) quit
The program is running.  Exit anyway? (y or n) y
]0;jfp2@Tyche: /home/jfp2/.pan2/article-cache[jfp2@Tyche article-cache]$ 
Script done on Mon 24 Sep 2007 11:57:44 AM NZST
