ish-app / ish

Linux shell for iOS
https://ish.app
Other
16.94k stars 892 forks source link

Wireshark needs SSE #430

Open boigarfield00 opened 5 years ago

boigarfield00 commented 5 years ago

So I got wireshark from this repository for ish: "http://dl-cdn.alpinelinux.org/alpine/edge/testing." After adding it, I tried doing "apk add wireshark" which worked fine. Then I tried to run wireshark by simply typing "wireshark" into the terminal. Then, I got the error: "illegal instruction." Does anybody know how to fix this?

stek29 commented 5 years ago

Please post output of "dmesg" command

ranelson50 commented 5 years ago

“16 illegal instruction at 0xf25c778d: f2 0f 10 80 80 27 df ff”

This is the output I have received when running Wireshark on my clients.

Not-Nik commented 5 years ago

For less confusion; the output posted above is actually from dmesg. Can reproduce, iPhone 8 Plus. iOS 13 beta 3 btw

stek29 commented 5 years ago

SSE (movsd xmm0, ...)

MatthewMerrill commented 4 years ago

movsd is implemented, new blocker is 0f 14 c0 unpcklps xmm0,xmm0

Thman558 commented 4 years ago

Is there any fix yet?

isums commented 3 years ago

What is SSE/movsd?

saagarjha commented 3 years ago

https://en.wikipedia.org/wiki/Streaming_SIMD_Extensions https://www.felixcloutier.com/x86/movsd