RapaGUI Segmentation fault under Linux

Discuss GUI programming with the RapaGUI plugin here
Post Reply
Yvan_Amiga
Posts: 22
Joined: Mon Mar 14, 2022 5:05 pm

RapaGUI Segmentation fault under Linux

Post 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?
User avatar
airsoftsoftwair
Posts: 5834
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: RapaGUI Segmentation fault under Linux

Post by airsoftsoftwair »

Try to cut your project down to an MCVE and then post that here...
Post Reply