Re: Segault during sync

2006-08-02 Thread Tino Keitel
On Wed, Aug 02, 2006 at 19:13:20 +0200, Oswald Buddenhagen wrote: > On Wed, Aug 02, 2006 at 03:09:21PM +0200, Tino Keitel wrote: > > Program received signal SIGSEGV, Segmentation fault. > > 0xb7bcd76f in mallopt () from /lib/tls/libc.so.6 > > (gdb) bt > > #0 0xb7bcd76f in mallopt () from /lib/tls/

Re: Segault during sync

2006-08-02 Thread Oswald Buddenhagen
On Wed, Aug 02, 2006 at 03:09:21PM +0200, Tino Keitel wrote: > Program received signal SIGSEGV, Segmentation fault. > 0xb7bcd76f in mallopt () from /lib/tls/libc.so.6 > (gdb) bt > #0 0xb7bcd76f in mallopt () from /lib/tls/libc.so.6 > #1 0xb7bcdba2 in free () from /lib/tls/libc.so.6 > looks like a

Segault during sync

2006-08-02 Thread Tino Keitel
Hi, the following happens with the latest CVS version: Selecting master outbox... master: 3085 messages, 0 recent Selecting slave outbox... slave: 3084 messages, 0 recent M: ?0/0 +0/0 *0/0 #0/0 S: ?1/1 +0/0 *0/0 #0/0Synchronizing... M: ?0/0 +0/0 *0/0 #0/0 S: ?1/1 +0/1 *0/0 #0/0 Program received