On Oct 02,09:33, Steven M. Schultz wrote:
 
> On Sun, 2 Oct 2005, Frank Albrecht wrote:
 
> > >   What does a gdb backtrace look show?  Perhaps knowing where the
> > >   fault is happening will provide an idea what area to investigate.
 
> > Puh, I don't know how to do that.

[...manual for dummies such as me...]
>       That wasn't so hard, was it? :-)

Thank you.
/--------------------------------------------------
(gdb) run streamer -t 0:30 -o movie.mov -f yv12 -F mono16
Starting program: /usr/local/bin/streamer streamer -t 0:30 -o
movie.mov -f yv12 -F mono16
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 1075430496 (LWP 7168)]
(no debugging symbols found)
...
(no debugging symbols found)
qt / video: 12 bit YUV 4:2:0 (planar) / audio: 16bit mono (BE)
[New Thread 1078692784 (LWP 7171)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1075430496 (LWP 7168)]
0x4022f1d9 in quicktime_set_audio () from
/usr/local/lib/libquicktime.so.0
(gdb) where
#0  0x4022f1d9 in quicktime_set_audio () from
/usr/local/lib/libquicktime.so.0
#1  0x402a0af7 in ?? () from /usr/local/lib/libquicktime.so.0
#2  0x00000001 in ?? ()
#3  0x4022f1b8 in quicktime_set_audio () from /usr/local/lib/libquicktime.so.0
#4  0x402140ff in ?? () from /usr/local/lib/xawtv/write-qt.so
#5  0x0806bbf8 in ?? ()
#6  0x00000001 in ?? ()
#7  0x0000ac44 in ?? ()
#8  0x00000010 in ?? ()
#9  0x40215d6c in ?? () from /usr/local/lib/xawtv/write-qt.so
#10 0x00000000 in ?? ()
#11 0x00000001 in ?? ()
#12 0x00000000 in ?? ()
#13 0x00201000 in ?? ()
#14 0x080611a0 in ?? ()
#15 0x406b9bb0 in ?? ()
#16 0x08065238 in ?? ()
#17 0x00000010 in ?? ()
#18 0x40215e40 in ?? () from /usr/local/lib/xawtv/write-qt.so
#19 0xbffff2f8 in ?? ()
#20 0x0805387b in movie_writer_init ()
#21 0x0805387b in movie_writer_init ()
#22 0x0804c6de in main ()
\---------------------------------------------------

I woldn't have expected it's an audio related problem. It' the
same with rpm package and self-compiled.

Thank you for the gdb hints, i've learnt a lot.

mit freundlichen Grüßen,
Frank Albrecht


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Mjpeg-users mailing list
Mjpeg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mjpeg-users

Reply via email to