Bug 817216
| Summary: | Segfault on startup | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Richard Chan <rc556677> |
| Component: | cheese | Assignee: | Matthias Clasen <mclasen> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 17 | CC: | eliasen, hdegoede, mclasen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-06-06 11:02:25 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Richard Chan
2012-04-28 05:35:01 UTC
Webcam is Logitech HD 720p Bus 002 Device 002: ID 046d:081d Logitech, Inc. Works under F17 skype, F16 cheese segfault occurs with latest kernel: Linux XXXXX 3.3.4-1.fc17.x86_64 #1 SMP Fri Apr 27 18:39:03 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux (with the previous kernel 3.3.2-8 I get application free) [ 84.731076] usb 2-2: new high-speed USB device number 2 using ehci_hcd [ 85.099284] usb 2-2: New USB device found, idVendor=046d, idProduct=081d [ 85.099294] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=1 [ 85.099302] usb 2-2: SerialNumber: 2E1256A0 [ 85.205588] Linux media interface: v0.10 [ 85.231928] Linux video capture interface: v2.00 [ 85.347705] ALSA sound/usb/mixer.c:846 5:0: cannot get min/max values for control 2 (id 5) [ 85.348684] uvcvideo: Found UVC 1.00 device <unnamed> (046d:081d) [ 85.348692] usbcore: registered new interface driver snd-usb-audio [ 85.362797] input: UVC Camera (046d:081d) as /devices/pci0000:00/0000:00:13.2/usb2/2-2/2-2:1.2/input/input13 [ 85.363411] usbcore: registered new interface driver uvcvideo [ 85.363420] USB Video Class driver (1.1.1) [ 85.393651] ALSA sound/usb/mixer.c:810 set resolution quirk: cval->res = 384 [ 94.676498] cheese[2424]: segfault at 0 ip 0000003a56c84426 sp 00007fff55979448 error 4 in libc-2.15.so[3a56c00000+1ac000] $ cheese (cheese:2501): Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only contain one widget at a time; it already contains a widget of type GtkLabel (cheese:2501): Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only contain one widget at a time; it already contains a widget of type GtkLabel (cheese:2501): Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only contain one widget at a time; it already contains a widget of type GtkLabel (cheese:2501): Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkButton, but as a GtkBin subclass a GtkButton can only contain one widget at a time; it already contains a widget of type GtkLabel (cheese:2501): Gtk-WARNING **: Attempting to add a widget with type GtkGrid to a GtkToggleButton, but as a GtkBin subclass a GtkToggleButton can only contain one widget at a time; it already contains a widget of type GtkLabel (cheese:2501): Gtk-WARNING **: Attempting to add a widget with type GtkImage to a GtkButton, but as a GtkBin subclass a GtkButton can only contain one widget at a time; it already contains a widget of type GtkLabel ** (cheese:2501): CRITICAL **: cheese_camera_device_get_uuid: assertion `CHEESE_IS_CAMERA_DEVICE (device)' failed Segmentation fault This is a clone of #815134 I had this same problem after installing Fedora 17 (and upgrading all packages.) I fixed it by removing the cheese package and reinstalling it (I don't know why this worked; it didn't bring in or remove any other dependencies and apparently reinstalled the exact same version.) # yum remove cheese # yum install cheese *** This bug has been marked as a duplicate of bug 810429 *** |