Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

vice: illegal instruction #58

Closed
attuska opened this issue Oct 30, 2019 · 5 comments
Closed

vice: illegal instruction #58

attuska opened this issue Oct 30, 2019 · 5 comments

Comments

@attuska
Copy link
Contributor

attuska commented Oct 30, 2019

Nem indul egyik része sem, illegális utasításba futnak.
Példa:

attila@attila-pc:~$ x64
Érvénytelen utasítás (core készült)

gdb:

Starting program: /usr/bin/x64
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/libthread_db.so.1".

Program received signal SIGILL, Illegal instruction.
0x000000000058ef79 in ?? ()
(gdb) bt
#0 0x000000000058ef79 in ?? ()
#1 0x00000000004de5b8 in ?? ()
#2 0x00000000004da799 in ?? ()
#3 0x000000000045b5f9 in ?? ()
#4 0x00000000004f05b7 in ?? ()
#5 0x0000000000430892 in ?? ()
#6 0x00007ffff685a08e in __libc_start_main () from /lib/libc.so.6
#7 0x000000000041920a in ?? ()
(gdb) q

@attuska
Copy link
Contributor Author

attuska commented Oct 30, 2019

Fix: a9610d6
Az eddigi O3 optimatizáció intel dual-core CPU által értelmezhetetlen utasítást eredményezett!
Lecserélve -O2 -re már nincs ilyen többé.

@attuska attuska closed this as completed Oct 30, 2019
@attuska attuska reopened this Nov 29, 2019
@attuska
Copy link
Contributor Author

attuska commented Nov 29, 2019

A full rebuild után ismét van!
attila@attila-pc:$ x64
Érvénytelen utasítás (core készült)
attila@attila-pc:
$

@attuska
Copy link
Contributor Author

attuska commented Nov 29, 2019

Újraforgatva a csomagot helyrejött.

@attuska attuska closed this as completed Nov 29, 2019
@attuska attuska reopened this Jan 24, 2020
@attuska
Copy link
Contributor Author

attuska commented Jan 24, 2020

Újból előjött, illegális utasítás van a generált kódban.

@attuska
Copy link
Contributor Author

attuska commented Jan 24, 2020

Ismét újtaforgatva már működik a csomag.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant