[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-11-29 Thread Tom Hughes
https://bugs.kde.org/show_bug.cgi?id=400538 Tom Hughes changed: What|Removed |Added CC||eekn...@gmail.com --- Comment #13 from Tom Hughes

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-08-19 Thread Alex Henrie
https://bugs.kde.org/show_bug.cgi?id=400538 --- Comment #12 from Alex Henrie --- Thank you Julian, having this patch committed is a big help to the Wine project! -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-08-19 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=400538 Julian Seward changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution|---

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-07-14 Thread Daniel Lehman
https://bugs.kde.org/show_bug.cgi?id=400538 Daniel Lehman changed: What|Removed |Added Attachment #119759|0 |1 is obsolete|

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-07-10 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=400538 --- Comment #9 from Julian Seward --- (In reply to Daniel Lehman from comment #8) > Created attachment 119759 [details] > iretq implementation > > updated version of the iretq implementation i included in the tarball in >

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-04-30 Thread Daniel Lehman
https://bugs.kde.org/show_bug.cgi?id=400538 Daniel Lehman changed: What|Removed |Added CC||dlehma...@gmail.com --- Comment #8 from Daniel

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-04-10 Thread Austin English
https://bugs.kde.org/show_bug.cgi?id=400538 Austin English changed: What|Removed |Added CC||austinengl...@gmail.com --- Comment #7 from

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-04-08 Thread Alex Henrie
https://bugs.kde.org/show_bug.cgi?id=400538 Alex Henrie changed: What|Removed |Added See Also||https://bugs.kde.org/show_b |

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-03-16 Thread Doug Johnson
https://bugs.kde.org/show_bug.cgi?id=400538 --- Comment #6 from Doug Johnson --- Comment on attachment 118834 --> https://bugs.kde.org/attachment.cgi?id=118834 IRETQ Test Case >#include >#include > >void return_from_iret() { >printf("Hello From IRETQ\n"); >exit(0); >} > > >int

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-03-16 Thread Doug Johnson
https://bugs.kde.org/show_bug.cgi?id=400538 --- Comment #5 from Doug Johnson --- Created attachment 118834 --> https://bugs.kde.org/attachment.cgi?id=118834=edit IRETQ Test Case I went ahead and implemented a minimal test case which is attached. I confirmed the code runs fine on metal but

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-03-13 Thread Alex Henrie
https://bugs.kde.org/show_bug.cgi?id=400538 --- Comment #4 from Alex Henrie --- Wine has been using IRETQ since May 2009: https://source.winehq.org/git/wine.git/commitdiff/880d00fb43de924a3543b0ad53b5aaf0ad63d0cb The first reference I could find to IRETQ in Wine causing a problem with Valgrind

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-03-13 Thread Doug Johnson
https://bugs.kde.org/show_bug.cgi?id=400538 --- Comment #3 from Doug Johnson --- See the wine source here for usage of IRETQ: https://github.com/wine-mirror/wine/blob/master/dlls/ntdll/signal_x86_64.c -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-03-13 Thread Doug Johnson
https://bugs.kde.org/show_bug.cgi?id=400538 Doug Johnson changed: What|Removed |Added CC||dou...@gmail.com --- Comment #2 from Doug

[valgrind] [Bug 400538] vex amd64->IR: unhandled instruction bytes: 0x48 0xCF 0xF 0x1F 0x0 0xFF 0xD2 0xCC 0x90 0x55

2019-03-13 Thread Julian Seward
https://bugs.kde.org/show_bug.cgi?id=400538 --- Comment #1 from Julian Seward --- 0x48 0xCF is IRETQ (return from interrupt) and it segfaults when run even natively (not on V) on my Fedora 29 box. So I'm kinda surprised that you expect it to work when running on V. But maybe I misunderstand