[GH-ISSUE #26] illegal hardware instruction (core dumped) #16

Closed
opened 2026-02-15 17:04:18 -05:00 by yindo · 4 comments
Owner

Originally created by @wh1tew0lf on GitHub (Feb 26, 2025).
Original GitHub issue: https://github.com/cloudstack-llc/msty-docs/issues/26

Hello,

When I try to run it on my linux mint

uname -a
Linux beta7 5.4.0-205-generic #225-Ubuntu SMP Fri Jan 10 22:23:35 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

I got this error [1] 43552 illegal hardware instruction (core dumped) ./Msty_x86_64_amd64.AppImage
There is no difference use I AppImage or deb package, get same error
There is from dmesg output

[ 1812.385094] traps: msty[43552] trap invalid opcode ip:7f216ca5b5bc sp:7fff4cca0060 error:0 in index.node[7f216c89a000+2549000]

cpu is i7-3770 x64

how can I fix it?

Originally created by @wh1tew0lf on GitHub (Feb 26, 2025). Original GitHub issue: https://github.com/cloudstack-llc/msty-docs/issues/26 Hello, When I try to run it on my linux mint ``` uname -a Linux beta7 5.4.0-205-generic #225-Ubuntu SMP Fri Jan 10 22:23:35 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux ``` I got this error `[1] 43552 illegal hardware instruction (core dumped) ./Msty_x86_64_amd64.AppImage` There is no difference use I AppImage or deb package, get same error There is from dmesg output ``` [ 1812.385094] traps: msty[43552] trap invalid opcode ip:7f216ca5b5bc sp:7fff4cca0060 error:0 in index.node[7f216c89a000+2549000] ``` cpu is i7-3770 x64 how can I fix it?
yindo closed this issue 2026-02-15 17:04:18 -05:00
Author
Owner

@romainrossi commented on GitHub (Mar 16, 2025):

Hello,
I got the same error on Ubuntu 20.04 :

$ msty
Illegal instruction (core dumped)

kernel :

$ uname -a
Linux vault15 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

In the dmesg log :

msty[80050] trap invalid opcode ip:7afdd76d05bc sp:7fff3fc5aff0 error:0 in index.node[7afdd750f000+2549000]

I have Msty running fine on another computer, with the exact same OS, but more recent hardware. I suspect the error to be related to supported CPU instructions so here is my CPU info (4 cores, only first is shown) :

$ cat /proc/cpuinfo 
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 58
model name	: Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz
stepping	: 9
microcode	: 0x21
cpu MHz		: 1596.378
cache size	: 6144 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d
vmx flags	: vnmi preemption_timer invvpid ept_x_only flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit srbds mmio_unknown
bogomips	: 6385.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:

Thank you for any hint on how to solve this (maybe build from source with specific build configuration ?).

@romainrossi commented on GitHub (Mar 16, 2025): Hello, I got the same error on Ubuntu 20.04 : ``` $ msty Illegal instruction (core dumped) ``` kernel : ``` $ uname -a Linux vault15 6.8.0-52-generic #53~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Jan 15 19:18:46 UTC 2 x86_64 x86_64 x86_64 GNU/Linux ``` In the dmesg log : `msty[80050] trap invalid opcode ip:7afdd76d05bc sp:7fff3fc5aff0 error:0 in index.node[7afdd750f000+2549000]` I have Msty running fine on another computer, with the exact same OS, but more recent hardware. I suspect the error to be related to supported CPU instructions so here is my CPU info (4 cores, only first is shown) : ``` $ cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 58 model name : Intel(R) Core(TM) i5-3470 CPU @ 3.20GHz stepping : 9 microcode : 0x21 cpu MHz : 1596.378 cache size : 6144 KB physical id : 0 siblings : 4 core id : 0 cpu cores : 4 apicid : 0 initial apicid : 0 fpu : yes fpu_exception : yes cpuid level : 13 wp : yes flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm cpuid_fault epb pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid fsgsbase smep erms xsaveopt dtherm ida arat pln pts vnmi md_clear flush_l1d vmx flags : vnmi preemption_timer invvpid ept_x_only flexpriority tsc_offset vtpr mtf vapic ept vpid unrestricted_guest bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs itlb_multihit srbds mmio_unknown bogomips : 6385.14 clflush size : 64 cache_alignment : 64 address sizes : 36 bits physical, 48 bits virtual power management: ``` Thank you for any hint on how to solve this (maybe build from source with specific build configuration ?).
Author
Owner

@ashokgelal commented on GitHub (Mar 26, 2025):

Closing because this repo is only for docs. Please send us an email or join our Discord for help/issues/feature requests.

@ashokgelal commented on GitHub (Mar 26, 2025): Closing because this repo is only for docs. Please send us an email or join our Discord for help/issues/feature requests.
Author
Owner

@Seedmanc commented on GitHub (Apr 17, 2025):

this is really poor user experience to force them to use the god awful discord service instead of Github issues like it's meant to be

@Seedmanc commented on GitHub (Apr 17, 2025): this is really poor user experience to force them to use the god awful discord service instead of Github issues like it's meant to be
Author
Owner

@ashokgelal commented on GitHub (Apr 17, 2025):

You can send an email as well so really not forcing. I'm suggesting Discord because we are always there and responding is faster. And, yes, not everyone is on Discord, I understand but similarly not everyone is on GitHub as well. I'm just saying that this is for docs and we don't monitor this for issues (the notifications from GitHub just gets filtered out in our inbox; we receive too many of them).

@ashokgelal commented on GitHub (Apr 17, 2025): You can send an email as well so really not forcing. I'm suggesting Discord because we are always there and responding is faster. And, yes, not everyone is on Discord, I understand but similarly not everyone is on GitHub as well. I'm just saying that this is for docs and we don't monitor this for issues (the notifications from GitHub just gets filtered out in our inbox; we receive too many of them).
yindo changed title from illegal hardware instruction (core dumped) to [GH-ISSUE #26] illegal hardware instruction (core dumped) 2026-06-05 16:27:00 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: cloudstack-llc/msty-docs#16