Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unsupported opcode #33

Closed
vitalyster opened this issue Mar 17, 2015 · 3 comments
Closed

Unsupported opcode #33

vitalyster opened this issue Mar 17, 2015 · 3 comments
Labels

Comments

@vitalyster
Copy link
Contributor

How to fix that? (I think it should be in wiki)
Got "unsupported opcode" with opcode=200 (BSWAP?) in archlinux gtk3-demo

@wishstudio
Copy link
Owner

x86 decoding is very complex. I didn't expect others to fix the instruction table ;-)
For opcode=200=0xC8, I suspect it's ENTER which is not supported (never seen usage). BSWAP (0x0F 0xC8) is already supported.

@wishstudio
Copy link
Owner

For gtk related stuff, it may not be actually an unsupported opcode error.
I've observed an issue with gtk query-immodules that it tries to unload a loaded module. It then loads another module which will reside in the same place. This causes dbt to fail as we don't support code unloading yet.

@wishstudio
Copy link
Owner

gtk3-demo works now.

There are still some crashes, but I think this issue is somewhat fixed.

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

No branches or pull requests

2 participants