[opensuse] libc segfaults attaching an iPad
I just tried to attach an iPad to my openSUSE 15.0 system, via USB. I think I've done it before, but this time it fails. Dmesg has: [9787970.148053] usb 3-9: new high-speed USB device number 96 using xhci_hcd [9787970.302089] usb 3-9: New USB device found, idVendor=05ac, idProduct=12a2 [9787970.302091] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [9787970.302092] usb 3-9: Product: iPad [9787970.302093] usb 3-9: Manufacturer: Apple Inc. [9787970.302094] usb 3-9: SerialNumber: c4088xxxxxserialxredacted [9787971.044264] ipheth 3-9:4.2: Apple iPhone USB Ethernet device attached [9787991.101146] pool[16789]: segfault at 0 ip 00007f6ada593ef1 sp 00007f6ad6203bd8 error 4 in libc-2.26.so[7f6ada43a000+1b1000] Anybody have any idea what the problem is? Thanks, Dave -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2019-01-27 4:43 p.m., Dave Howorth wrote:
I just tried to attach an iPad to my openSUSE 15.0 system, via USB. I think I've done it before, but this time it fails. Dmesg has:
[9787970.148053] usb 3-9: new high-speed USB device number 96 using xhci_hcd [9787970.302089] usb 3-9: New USB device found, idVendor=05ac, idProduct=12a2 [9787970.302091] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [9787970.302092] usb 3-9: Product: iPad [9787970.302093] usb 3-9: Manufacturer: Apple Inc. [9787970.302094] usb 3-9: SerialNumber: c4088xxxxxserialxredacted [9787971.044264] ipheth 3-9:4.2: Apple iPhone USB Ethernet device attached [9787991.101146] pool[16789]: segfault at 0 ip 00007f6ada593ef1 sp 00007f6ad6203bd8 error 4 in libc-2.26.so[7f6ada43a000+1b1000]
Anybody have any idea what the problem is?
It's not libc segfault, it's pool (part of gnome?). The crash seems to be in function `__strlen_avx2` (so, strlen) because it's probably supplied a NULL ptr. - Adam -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, 30 Jan 2019 14:08:57 +0100 Adam Majer <amajer@suse.de> wrote:
On 2019-01-27 4:43 p.m., Dave Howorth wrote:
I just tried to attach an iPad to my openSUSE 15.0 system, via USB. I think I've done it before, but this time it fails. Dmesg has:
[9787970.148053] usb 3-9: new high-speed USB device number 96 using xhci_hcd [9787970.302089] usb 3-9: New USB device found, idVendor=05ac, idProduct=12a2 [9787970.302091] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [9787970.302092] usb 3-9: Product: iPad [9787970.302093] usb 3-9: Manufacturer: Apple Inc. [9787970.302094] usb 3-9: SerialNumber: c4088xxxxxserialxredacted [9787971.044264] ipheth 3-9:4.2: Apple iPhone USB Ethernet device attached [9787991.101146] pool[16789]: segfault at 0 ip 00007f6ada593ef1 sp 00007f6ad6203bd8 error 4 in libc-2.26.so[7f6ada43a000+1b1000]
Anybody have any idea what the problem is?
It's not libc segfault, it's pool (part of gnome?). The crash seems to be in function `__strlen_avx2` (so, strlen) because it's probably supplied a NULL ptr.
Thanks for looking; it doesn't make me much wiser, sadly :( I have a workaround anyway. Plugging an iphone in instead of the ipad works just fine, and they share the information I want to transfer. I use LXDE but I don't know what software it's running to attempt the mount. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 2019-01-30 5:30 p.m., Dave Howorth wrote:
On Wed, 30 Jan 2019 14:08:57 +0100 Adam Majer <amajer@suse.de> wrote:
On 2019-01-27 4:43 p.m., Dave Howorth wrote:
I just tried to attach an iPad to my openSUSE 15.0 system, via USB. I think I've done it before, but this time it fails. Dmesg has:
[9787970.148053] usb 3-9: new high-speed USB device number 96 using xhci_hcd [9787970.302089] usb 3-9: New USB device found, idVendor=05ac, idProduct=12a2 [9787970.302091] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [9787970.302092] usb 3-9: Product: iPad [9787970.302093] usb 3-9: Manufacturer: Apple Inc. [9787970.302094] usb 3-9: SerialNumber: c4088xxxxxserialxredacted [9787971.044264] ipheth 3-9:4.2: Apple iPhone USB Ethernet device attached [9787991.101146] pool[16789]: segfault at 0 ip 00007f6ada593ef1 sp 00007f6ad6203bd8 error 4 in libc-2.26.so[7f6ada43a000+1b1000]
Anybody have any idea what the problem is?
It's not libc segfault, it's pool (part of gnome?). The crash seems to be in function `__strlen_avx2` (so, strlen) because it's probably supplied a NULL ptr.
Thanks for looking; it doesn't make me much wiser, sadly :(
I have a workaround anyway. Plugging an iphone in instead of the ipad works just fine, and they share the information I want to transfer.
I use LXDE but I don't know what software it's running to attempt the mount.
You should file a bug report with this information. The segfault should not happen. Whoever is assigned to this should be ask for more relevant information in course of fixing the cause. - Adam -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Wed, 30 Jan 2019 20:31:47 +0100 Adam Majer <amajer@suse.de> wrote:
On 2019-01-30 5:30 p.m., Dave Howorth wrote:
On Wed, 30 Jan 2019 14:08:57 +0100 Adam Majer <amajer@suse.de> wrote:
On 2019-01-27 4:43 p.m., Dave Howorth wrote:
I just tried to attach an iPad to my openSUSE 15.0 system, via USB. I think I've done it before, but this time it fails. Dmesg has:
[9787970.148053] usb 3-9: new high-speed USB device number 96 using xhci_hcd [9787970.302089] usb 3-9: New USB device found, idVendor=05ac, idProduct=12a2 [9787970.302091] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [9787970.302092] usb 3-9: Product: iPad [9787970.302093] usb 3-9: Manufacturer: Apple Inc. [9787970.302094] usb 3-9: SerialNumber: c4088xxxxxserialxredacted [9787971.044264] ipheth 3-9:4.2: Apple iPhone USB Ethernet device attached [9787991.101146] pool[16789]: segfault at 0 ip 00007f6ada593ef1 sp 00007f6ad6203bd8 error 4 in libc-2.26.so[7f6ada43a000+1b1000]
Anybody have any idea what the problem is?
It's not libc segfault, it's pool (part of gnome?). The crash seems to be in function `__strlen_avx2` (so, strlen) because it's probably supplied a NULL ptr.
Thanks for looking; it doesn't make me much wiser, sadly :(
I have a workaround anyway. Plugging an iphone in instead of the ipad works just fine, and they share the information I want to transfer.
I use LXDE but I don't know what software it's running to attempt the mount.
You should file a bug report with this information. The segfault should not happen. Whoever is assigned to this should be ask for more relevant information in course of fixing the cause.
- Adam
Done https://bugzilla.opensuse.org/show_bug.cgi?id=1123763 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Thu, 31 Jan 2019 03:48:45 +0000 Dave Howorth <dave@howorth.org.uk> wrote:
On Wed, 30 Jan 2019 20:31:47 +0100 Adam Majer <amajer@suse.de> wrote:
On 2019-01-30 5:30 p.m., Dave Howorth wrote:
On Wed, 30 Jan 2019 14:08:57 +0100 Adam Majer <amajer@suse.de> wrote:
On 2019-01-27 4:43 p.m., Dave Howorth wrote:
I just tried to attach an iPad to my openSUSE 15.0 system, via USB. I think I've done it before, but this time it fails. Dmesg has:
[9787970.148053] usb 3-9: new high-speed USB device number 96 using xhci_hcd [9787970.302089] usb 3-9: New USB device found, idVendor=05ac, idProduct=12a2 [9787970.302091] usb 3-9: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [9787970.302092] usb 3-9: Product: iPad [9787970.302093] usb 3-9: Manufacturer: Apple Inc. [9787970.302094] usb 3-9: SerialNumber: c4088xxxxxserialxredacted [9787971.044264] ipheth 3-9:4.2: Apple iPhone USB Ethernet device attached [9787991.101146] pool[16789]: segfault at 0 ip 00007f6ada593ef1 sp 00007f6ad6203bd8 error 4 in libc-2.26.so[7f6ada43a000+1b1000]
Anybody have any idea what the problem is?
It's not libc segfault, it's pool (part of gnome?). The crash seems to be in function `__strlen_avx2` (so, strlen) because it's probably supplied a NULL ptr.
Thanks for looking; it doesn't make me much wiser, sadly :(
I have a workaround anyway. Plugging an iphone in instead of the ipad works just fine, and they share the information I want to transfer.
I use LXDE but I don't know what software it's running to attempt the mount.
You should file a bug report with this information. The segfault should not happen. Whoever is assigned to this should be ask for more relevant information in course of fixing the cause.
- Adam
Hmm, I just got asked on bugzilla, by somebody who is not the assignee, for more information. Unfortunately they want information about versions of openSUSE I don't run, so maybe somebody else can help? And even if I did, I no longer have a bugzilla account, so perhaps somebody else will reply. TBH, over two years to look at a library segfault doesn't really encourage me to create a new bugzilla account.
On 3/25/21 4:48 PM, Dave Howorth wrote:
Done https://bugzilla.opensuse.org/show_bug.cgi?id=1123763 Hmm, I just got asked on bugzilla, by somebody who is not the assignee, for more information. Unfortunately they want information about versions of openSUSE I don't run, so maybe somebody else can help? And even if I did, I no longer have a bugzilla account, so perhaps somebody else will reply. TBH, over two years to look at a library segfault doesn't really encourage me to create a new bugzilla account.
Dave, The are asking for more information related to 15.2 or Tumbleweed. True to form, they are getting around to the bug after 15.0 reached end-of-life. So if you have 15.2 or Tumbleweed and an ipad, that's the data they are looking for to see if this still occurs. If this was with gphoto, our own Marcus Meissner should be able to confirm if this is still an issue. -- David C. Rankin, J.D.,P.E.
Am 25.03.21 um 22:48 schrieb Dave Howorth:
On Thu, 31 Jan 2019 03:48:45 +0000
Hmm, I just got asked on bugzilla, by somebody who is not the assignee, for more information. Unfortunately they want information about versions of openSUSE I don't run, so maybe somebody else can help? And even if I did, I no longer have a bugzilla account, so perhaps somebody else will reply. TBH, over two years to look at a library segfault doesn't really encourage me to create a new bugzilla account.
Hi dave, waiting a long time if somebody reply to a bug report is frustrating... BUT NOW somebody is willing to check your problem at a "up-to-date" system. searching for bugs in a system EOL makes no sense. because of eol you should update your system anyway. so it would be kind of you, if you try again and tell if the problem still exist. if you have at the moment no time to install/update your system it may be easy for you to download a live-cd, boot from it and try. for the second problem of you, try to make a new account, if you are not willing to do, you could also write here your tests, and i could write it into the bug (but will be delayed). simoN -- www.becherer.de
participants (4)
-
Adam Majer
-
Dave Howorth
-
David C. Rankin
-
Simon Becherer