Page 1 of 1

RapaGUI Segmentation fault under Linux

Posted: Sun Nov 09, 2025 4:10 pm
by Yvan_Amiga
I cannot reproduce exactly when it happens. Mainly because I have no idea how to troubleshoot this kind of error.

My code works flawless under windows but under Linux I got several Segmentation faults.

In the console I get the following message

zsh: segmentation fault (core dumped) ./Interpreter

When I check the log I find

Nov 02 16:10:22 tashayar kernel: Interpreter[24220]: segfault at 28 ip 00007fb5a49c0618 sp 00007ffe587451b0 error 4 in RapaGUI.hwp[1c0618,7fb5a4800000+568000] likely on CPU 1 (core 1, socket 0)

Any idea how I can troubleshoot and fix this kind of error?

Re: RapaGUI Segmentation fault under Linux

Posted: Mon Nov 10, 2025 4:01 pm
by airsoftsoftwair
Try to cut your project down to an MCVE and then post that here...