https://bugs.kde.org/show_bug.cgi?id=344139
--- Comment #3 from Sebastian Lackner <sebast...@fds-team.de> --- Created attachment 103551 --> https://bugs.kde.org/attachment.cgi?id=103551&action=edit [PATCH 1/2] Initialize x86 system GDT on first use. Thanks Julian for taking a look at the proposed patches. This series is an improved version of method 3, which initializes the system GDT on first use. Feedback welcome! Testcase (crashes without the patch): --- snip --- /* gcc -m32 -o test test.c */ int main (int argc, char *argv[]) { asm(".byte 0x3E\n" \ "movl (%esp),%eax\n"); return 0; } --- snip --- Please note that this issue is unrelated to the SS segment problem. -- You are receiving this mail because: You are watching all bug changes.