Hi Roger, On Sun, 2002-01-06 at 15:44, Roger wrote: > Also, on 1.5version, I saw Oops but atleast lavrec worked on the first > execution of it's binary but on second and third executions, it would > cause kernel oops. > > Here's what i'm getting with 1.6beta: > > # lavrec -t30 --software-encoding --input=N --quality=80 --stereo > --geometry=352x240 /extra1/test.avi > Press enter to pause recording > Segmentation fault Can you run it through a debugger? Something like: # gdb lavrec [....] (gdb) set args -t30 --software-encoding --input=N --quality=80 --stereo --gemoetry=352x240 /extra1/test.avi (gdb) run [....] Segmentation fault (gdb) bt [....] (gdb) quit # And send the output to me :-). It'd be nice to fix such bugs before releasing 1.6.0-final. PS --input=N will use the second input/channel of the Bt848 card, wouldn't you rather use --input=n (first input/channel)? Ronald -- - .-. - /V\ | Ronald Bultje <rbultje@xxxxxxxxxxxxxxxxxxx> - // \\ | Running: Linux 2.2.19 and OpenBSD 2.8 - /( )\ | http://ronald.bitfreak.net/ - ^^-^^