All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pete Eberlein <pete@sensoray.com>
To: Sander Eikelenboom <linux@eikelenboom.it>
Cc: Devin Heitmueller <dheitmueller@kernellabs.com>,
	mchehab@infradead.org, mrechberger@gmail.com, gregkh@suse.de,
	linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
	linux-usb@vger.kernel.org
Subject: Re: [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>]  em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
Date: Wed, 11 Aug 2010 08:58:45 -0700	[thread overview]
Message-ID: <1281542325.2360.86.camel@pete-desktop> (raw)
In-Reply-To: <1843123111.20100811092547@eikelenboom.it>

On Wed, 2010-08-11 at 09:25 +0200, Sander Eikelenboom wrote:
> Hello Devin,
> 
> Yes it's completely reproducible for a change:
> 
> ffmpeg -f video4linux -r 25 -s 720x576 -i /dev/video0 out.flv
> gave an error:

Use -f video4linux2.

The -f video4linux option uses the old video4linux1 API.  I have seen
similar strange behavior when I used that ffmpeg option with a v4l2
driver I am developing.  Also, ffmpeg does not use libv4l.


> serveerstertje:/mnt/software/software# ffmpeg -f video4linux -r 25 -s 720x576 -i  /dev/video0 out.flv
> FFmpeg version r11872+debian_0.svn20080206-18+lenny1, Copyright (c) 2000-2008 Fa brice Bellard, et al.
>   configuration: --enable-gpl --enable-libfaad --enable-pp --enable-swscaler --e nable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbi s --enable-pthreads --disable-strip --enable-libdc1394 --enable-shared --disable -static
>   libavutil version: 49.6.0
>   libavcodec version: 51.50.0
>   libavformat version: 52.7.0
>   libavdevice version: 52.0.0
>   built on Jan 25 2010 18:27:39, gcc: 4.3.2
> Input #0, video4linux, from '/dev/video0':
>   Duration: N/A, start: 1281511364.644674, bitrate: 165888 kb/s
>     Stream #0.0: Video: rawvideo, yuyv422, 720x576 [PAR 0:1 DAR 0:1], 165888 kb/ s, 25.00 tb(r)
> File 'out.flv' already exists. Overwrite ? [y/N] y
> Output #0, flv, to 'out.flv':
>     Stream #0.0: Video: flv, yuv420p, 720x576 [PAR 0:1 DAR 0:1], q=2-31, 200 kb/ s, 25.00 tb(c)
> Stream mapping:
>   Stream #0.0 -> #0.0
> Press [q] to stop encoding
> VIDIOCMCAPTURE: Invalid argument
> frame=    1 fps=  0 q=3.0 Lsize=      38kB time=0.0 bitrate=7687.6kbits/s
> video:37kB audio:0kB global headers:0kB muxing overhead 0.530927%
> 
> 
> 
> So I tried just:
> 
> ffmpeg -i /dev/video0 out.flv
> 
> That makes it oops allways and instantly.
> 
> --
> 
> Sander
> 
> 
> 
> 
> Wednesday, August 11, 2010, 4:33:28 AM, you wrote:
> 
> > On Tue, Aug 10, 2010 at 6:57 PM, Sander Eikelenboom
> > <linux@eikelenboom.it> wrote:
> >> Hello Devin,
> >>
> >> It's a k-world, which used to work fine (altough with another program, but I can't use that since it seems at least 2 other bugs prevent me from using my VM's :-)
> >> It's this model  http://global.kworld-global.com/main/prod_in.aspx?mnuid=1248&modid=6&pcid=47&ifid=17&prodid=104
> >>
> >> Tried to grab with ffmpeg.
> 
> > Is it reproducible?  Or did it just happen once?  If you have a
> > sequence to reproduce, can you provide the command line you used, etc?
> 
> > Devin
> 
> 
> 
> 



WARNING: multiple messages have this Message-ID (diff)
From: Pete Eberlein <pete@sensoray.com>
To: Sander Eikelenboom <linux@eikelenboom.it>
Cc: Devin Heitmueller <dheitmueller@kernellabs.com>,
	mchehab@infradead.org, mrechberger@gmail.com, gregkh@suse.de,
	linux-kernel@vger.kernel.org, linux-media@vger.kernel.org,
	linux-usb@vger.kernel.org
Subject: Re: [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx]
Date: Wed, 11 Aug 2010 08:58:45 -0700	[thread overview]
Message-ID: <1281542325.2360.86.camel@pete-desktop> (raw)
In-Reply-To: <1843123111.20100811092547@eikelenboom.it>

On Wed, 2010-08-11 at 09:25 +0200, Sander Eikelenboom wrote:
> Hello Devin,
> 
> Yes it's completely reproducible for a change:
> 
> ffmpeg -f video4linux -r 25 -s 720x576 -i /dev/video0 out.flv
> gave an error:

Use -f video4linux2.

The -f video4linux option uses the old video4linux1 API.  I have seen
similar strange behavior when I used that ffmpeg option with a v4l2
driver I am developing.  Also, ffmpeg does not use libv4l.


> serveerstertje:/mnt/software/software# ffmpeg -f video4linux -r 25 -s 720x576 -i  /dev/video0 out.flv
> FFmpeg version r11872+debian_0.svn20080206-18+lenny1, Copyright (c) 2000-2008 Fa brice Bellard, et al.
>   configuration: --enable-gpl --enable-libfaad --enable-pp --enable-swscaler --e nable-x11grab --prefix=/usr --enable-libgsm --enable-libtheora --enable-libvorbi s --enable-pthreads --disable-strip --enable-libdc1394 --enable-shared --disable -static
>   libavutil version: 49.6.0
>   libavcodec version: 51.50.0
>   libavformat version: 52.7.0
>   libavdevice version: 52.0.0
>   built on Jan 25 2010 18:27:39, gcc: 4.3.2
> Input #0, video4linux, from '/dev/video0':
>   Duration: N/A, start: 1281511364.644674, bitrate: 165888 kb/s
>     Stream #0.0: Video: rawvideo, yuyv422, 720x576 [PAR 0:1 DAR 0:1], 165888 kb/ s, 25.00 tb(r)
> File 'out.flv' already exists. Overwrite ? [y/N] y
> Output #0, flv, to 'out.flv':
>     Stream #0.0: Video: flv, yuv420p, 720x576 [PAR 0:1 DAR 0:1], q=2-31, 200 kb/ s, 25.00 tb(c)
> Stream mapping:
>   Stream #0.0 -> #0.0
> Press [q] to stop encoding
> VIDIOCMCAPTURE: Invalid argument
> frame=    1 fps=  0 q=3.0 Lsize=      38kB time=0.0 bitrate=7687.6kbits/s
> video:37kB audio:0kB global headers:0kB muxing overhead 0.530927%
> 
> 
> 
> So I tried just:
> 
> ffmpeg -i /dev/video0 out.flv
> 
> That makes it oops allways and instantly.
> 
> --
> 
> Sander
> 
> 
> 
> 
> Wednesday, August 11, 2010, 4:33:28 AM, you wrote:
> 
> > On Tue, Aug 10, 2010 at 6:57 PM, Sander Eikelenboom
> > <linux@eikelenboom.it> wrote:
> >> Hello Devin,
> >>
> >> It's a k-world, which used to work fine (altough with another program, but I can't use that since it seems at least 2 other bugs prevent me from using my VM's :-)
> >> It's this model  http://global.kworld-global.com/main/prod_in.aspx?mnuid=1248&modid=6&pcid=47&ifid=17&prodid=104
> >>
> >> Tried to grab with ffmpeg.
> 
> > Is it reproducible?  Or did it just happen once?  If you have a
> > sequence to reproduce, can you provide the command line you used, etc?
> 
> > Devin
> 
> 
> 
> 



  reply	other threads:[~2010-08-11 16:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-10 22:12 [2.6.35] usb 2.0 em28xx kernel panic general protection fault: 0000 [#1] SMP RIP: 0010:[<ffffffffa004fbc5>] [<ffffffffa004fbc5>] em28xx_isoc_copy_vbi+0x62e/0x812 [em28xx] Sander Eikelenboom
2010-08-10 22:45 ` Devin Heitmueller
2010-08-10 22:45   ` Devin Heitmueller
2010-08-10 22:57   ` Sander Eikelenboom
2010-08-11  2:33     ` Devin Heitmueller
2010-08-11  2:33       ` Devin Heitmueller
2010-08-11  7:25       ` Sander Eikelenboom
2010-08-11 15:58         ` Pete Eberlein [this message]
2010-08-11 15:58           ` Pete Eberlein
2010-08-11 16:46           ` Mauro Carvalho Chehab
2010-08-11 18:31             ` Devin Heitmueller
2010-08-11 18:31               ` Devin Heitmueller
2010-08-11 20:56               ` Sander Eikelenboom
2010-08-11 23:04 ` Andy Walls
2010-08-11 23:04   ` Andy Walls
2010-08-17 18:11 ` Maciej Rutecki

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1281542325.2360.86.camel@pete-desktop \
    --to=pete@sensoray.com \
    --cc=dheitmueller@kernellabs.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@eikelenboom.it \
    --cc=mchehab@infradead.org \
    --cc=mrechberger@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.