On jaunty beta, with 2.6.28-11-generic, on running insmod smartcam.ko, 
segfaults due to a BUG_ON in v4l2-dev.c (line 229) (in drivers/media/video 
directory in the kernel). This BUG_ON specifically mentions that it expects a 
release callback from the smartcam video device.
In smartcam.c, uncomment the following line after applying the patch (2.6.27.1 
patch works fine).

.release        = video_device_release,

I don't see an implementation of the release function for smartcam, so
using the default implementation of the video_device's release will
atleast help us bypass the BUG_ON.

-- 
[needs-packaging] Smartcam 
https://bugs.launchpad.net/bugs/259371
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to