On Thu, Aug 08, 2002 at 10:22:30PM +0200, Oliver Kurth wrote:
> I will now recompile without --enable-release.

Okay, I hope this helps:

(gdb) bt
#0  0x40446b00 in free () from /lib/libc.so.6
#1  0x40446aa3 in free () from /lib/libc.so.6
#2  0x4011a7f4 in __builtin_delete () from /usr/lib/libaviplay-0.7.so.0
#3  0x0804d2dc in CaptureProcess::writer (this=0x805e6c8) at capproc.cpp:776
#4  0x0804d9c2 in CaptureProcess::writer_starter (arg=0x805e6c8) at capproc.h:234
#5  0x402120ba in pthread_start_thread () from /lib/libpthread.so.0
#6  0x40212101 in pthread_start_thread_event () from /lib/libpthread.so.0
(gdb) up
#1  0x40446aa3 in free () from /lib/libc.so.6
(gdb) up
#2  0x4011a7f4 in __builtin_delete () from /usr/lib/libaviplay-0.7.so.0
(gdb) up
#3  0x0804d2dc in CaptureProcess::writer (this=0x805e6c8) at capproc.cpp:776
776                 delete ch.data;
(gdb) print m_qaud
$1 = {m_Type = 0x8067b88, m_uiCapacity = 128, m_uiPos = 108, m_uiSize = 128}
(gdb) print m_qaud.front()
Cannot evaluate function -- may be inlined
(gdb) print m_qaud.m_Type[m_qaud.m_uiPos - m_qaud.m_uiSize]
$2 = {data = 0x4044163a "", timestamp = 1320.01171875, size = -1121338340}
(gdb) 

Is this class qring well tested? May be a problem there.

Disregard my last mail, I did not rebuild properly. The segfault now
appears always at the same place.

Greetings,
Oliver
-- 
Oliver Kurth
mailto:[EMAIL PROTECTED]                         http://leinekanal.de

Attachment: msg03866/pgp00000.pgp
Description: PGP signature

Reply via email to