Description of problem: Trying to install printer - via KDE printer applet. Version-Release number of selected component: python-2.7.3-13.fc18 Additional info: backtrace_rating: 4 cmdline: /usr/bin/python /usr/lib/cups/backend/hpfax crash_function: __opendirat executable: /usr/bin/python2.7 kernel: 3.6.7-5.fc18.i686 uid: 0 var_log_messages: Nov 29 22:22:59 localhost abrt[2016]: Saved core dump of pid 2003 (/usr/bin/python2.7) to /var/spool/abrt/ccpp-2012-11-29-22:22:59-2003 (6516736 bytes) Truncated backtrace: Thread no. 1 (10 frames) #0 __opendirat at ../sysdeps/unix/opendir.c:86 #1 __opendir at ../sysdeps/unix/opendir.c:155 #2 usbfs_get_device_list at os/linux_usbfs.c:1092 #3 op_get_device_list at os/linux_usbfs.c:1284 #4 libusb_get_device_list at core.c:606 #5 musb_probe_devices at io/hpmud/musb.c:2038 #6 hpmud_probe_devices at io/hpmud/hpmud.c:586 #7 probe_devices at io/mudext/hpmudext.c:147 #8 PyCFunction_Call at /usr/src/debug/Python-2.7.3/Objects/methodobject.c:116 #9 call_function at /usr/src/debug/Python-2.7.3/Python/ceval.c:4098
Created attachment 654760 [details] File: backtrace
Created attachment 654761 [details] File: cgroup
Created attachment 654762 [details] File: core_backtrace
Created attachment 654763 [details] File: dso_list
Created attachment 654764 [details] File: environ
Created attachment 654765 [details] File: limits
Created attachment 654766 [details] File: maps
Created attachment 654767 [details] File: open_fds
Created attachment 654768 [details] File: proc_pid_status
Searching for and installing a network printer. backtrace_rating: 4 Package: python-2.7.3-13.fc18 OS Release: Fedora release 18 (Spherical Cow)
I probably should mention this occurred in a virtual machine (vmware esxi 5.1). Also at the same time I encountered bug 882069. They might be related.
Bug #882069 seems to be a duplicate, they both occurred in libusb_get_device_list() In this case it's: hplip-3.12.11/io/hpmud/musb.c:2038 libusb_context *ctx = NULL; libusb_device **list; /*List of connected USB devices */ libusb_init(&ctx); numdevs = libusb_get_device_list(ctx, &list); <= crash
*** This bug has been marked as a duplicate of bug 882069 ***