Bug 869974
| Summary: | [abrt] xsane-0.998-12.fc17: get_interface: Process /usr/bin/xsane was killed by signal 11 (SIGSEGV) | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Yann Droneaud <yann> | ||||||||||||||||||||||||||
| Component: | hplip | Assignee: | Tim Waugh <twaugh> | ||||||||||||||||||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||
| Version: | 17 | CC: | jpopelka, nphilipp, twaugh | ||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:802b5ea6d58bb0037e137a2cb6d1366276b47368 | ||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||
| Last Closed: | 2012-12-12 00:19:23 UTC | Type: | --- | ||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||
|
Description
Yann Droneaud
2012-10-25 09:32:29 UTC
Created attachment 633237 [details]
File: core_backtrace
Created attachment 633238 [details]
File: environ
Created attachment 633239 [details]
File: backtrace
Created attachment 633240 [details]
File: limits
Created attachment 633241 [details]
File: cgroup
Created attachment 633242 [details]
File: smolt_data
Created attachment 633243 [details]
File: maps
Created attachment 633244 [details]
File: dso_list
Created attachment 633245 [details]
File: proc_pid_status
Created attachment 633246 [details]
File: build_ids
Created attachment 633247 [details]
File: open_fds
Created attachment 633248 [details]
File: var_log_messages
The crash happens in libhpmud.so at io/hpmud/musb.c:407:
--- 8< ---
libusb_get_device_descriptor (dev, &device_desc);
for (conf = 0 ; conf < device_desc.bNumConfigurations; conf++)
{
libusb_get_config_descriptor(dev, conf, &confptr);
for (iface = 0, ifaceptr = confptr->interface; iface < confptr->bNumInterfaces; iface++, ifaceptr++)
--- >8 ---
--> confptr which is NULL gets dereferenced. According to libusb API documentation[1], libusb_get_config_descriptor() doesn't write confptr if an error occurs which is indicated by a non-zero return code (which isn't checked, likewise for libusb_get_device_descriptor() 3 lines above).
Changing component to hplip.
[1]: http://libusb.sourceforge.net/api-1.0/group__desc.html
reported upstream as https://bugs.launchpad.net/hplip/+bug/1073650 Fix has been commited upstream. hplip-3.12.11-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/hplip-3.12.11-1.fc18 hplip-3.12.11-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/hplip-3.12.11-1.fc17 Package hplip-3.12.11-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing hplip-3.12.11-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-19173/hplip-3.12.11-1.fc18 then log in and leave karma (feedback). hplip-3.12.11-1.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. hplip-3.12.11-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. |