Bug 2416721
| Summary: | [abrt] android-tools: libusb_submit_transfer(): adb killed by SIGABRT | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Carlos Mogas da Silva <r3pek> | ||||||||||||||||||||||||
| Component: | android-tools | Assignee: | Ivan Afonichev <ivan.afonichev> | ||||||||||||||||||||||||
| Status: | NEW --- | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||||||||||||
| Priority: | medium | ||||||||||||||||||||||||||
| Version: | 43 | CC: | admiller, epel-packagers-sig, go-sig, ivan.afonichev, jeroen, nathan95, priv.luk, r3pek | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/31ed81ff1f32d40bb4ead1ccf5f6dfbdee0f86b | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:26e7bbbb079cd272ccfec34bf527fc6fed5cae17;VARIANT_ID=kde; | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | --- | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 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
Carlos Mogas da Silva
2025-11-24 09:36:41 UTC
Created attachment 2116044 [details]
File: maps
Created attachment 2116045 [details]
File: backtrace
Created attachment 2116046 [details]
File: proc_pid_status
Created attachment 2116047 [details]
File: limits
Created attachment 2116048 [details]
File: os_info
Created attachment 2116049 [details]
File: core_backtrace
Created attachment 2116050 [details]
File: cpuinfo
Created attachment 2116051 [details]
File: environ
Created attachment 2116052 [details]
File: dso_list
Created attachment 2116053 [details]
File: mountinfo
Created attachment 2116054 [details]
File: open_fds
Just to add to the above, since it's a little "clearer" ❯ adb devices * daemon not running; starting now at tcp:5037 ADB server didn't ACK Full server startup log: /tmp/adb.1598200003.log Server had pid: 1020436 --- adb starting (pid 1020436) --- 11-24 09:35:13.160 1020436 1020436 I adb : main.cpp:63 Android Debug Bridge version 1.0.41 11-24 09:35:13.160 1020436 1020436 I adb : main.cpp:63 Version 35.0.2-android-tools 11-24 09:35:13.160 1020436 1020436 I adb : main.cpp:63 Installed as /usr/bin/adb 11-24 09:35:13.160 1020436 1020436 I adb : main.cpp:63 Running on Linux 6.17.7-300.fc43.x86_64 (x86_64) 11-24 09:35:13.160 1020436 1020436 I adb : main.cpp:63 11-24 09:35:13.168 1020436 1020436 I adb : auth.cpp:416 adb_auth_init... 11-24 09:35:13.168 1020436 1020436 I adb : auth.cpp:152 loaded new key from '/home/r3pek/.android/adbkey' with fingerprint 192CADEA3523DE6676F2D2960EF7AE059D16A58D756BFDAF285023701B0EA70A 11-24 09:35:13.168 1020436 1020436 I adb : auth.cpp:391 adb_auth_inotify_init... 11-24 09:35:14.168 1020436 1020436 E adb : usb_libusb.cpp:602 failed to open device: Access denied (insufficient permissions) 11-24 09:35:14.168 1020436 1020436 I adb : transport.cpp:1153 R5CT825F7XN: connection terminated: failed to open device: Access denied (insufficient permissions) adb: ../../libusb/io.c:1493: libusb_submit_transfer: Assertion `transfer->dev_handle' failed. Disregard, I know what happened. (might still be an issue though) I had a VM started (using Virtual Machine manager) when I plugged in the android device, but it was auto taken to the vm. I then proceeded to unmap the usb device from the VM and back to the host. this is the state that actually produces this Insufficient Permissions problem. You can close it if you want, or keep it open if you wanna debug this further. |