-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Segmentation Fault when change profile from command line #76
Comments
I can't repro this on Fedora with the same 3.1.2 version, same QT 5.15.1.
|
Hi!
|
Really strange. @pktiuk or @AriaMoradi , chance of a repro? |
I have reproduced it
But as @cyberconan told, it is a low priority issue, because this bug doesn't affect functionality of app. |
A seg fualt usually terminates a process. maybe it's a sub-processes that wont make the app crash and burn. |
I cannot load or unload a profile from command line because of this crash. |
This issue seems to be caused by problems with deleting some objects (probably multiple times). |
Update testing branch
Describe the bug
When change profile from command line, always return a seg fault.
To Reproduce
[karl@CyberPortatil ~]$ antimicrox --profile ~/Software/configs/antimicro/DOS.gamecontroller.amgp
Segmentation fault (core dumped)
[karl@CyberPortatil ~]$ antimicrox --profile ~/Software/configs/antimicro/WIN.gamecontroller.amgp
Segmentation fault (core dumped)
In dmesg I see a lot of lines like (appear always when change antimicrox profile from my .sh files)
[11887.666820] antimicrox[203273]: segfault at c ip 00007f1867ea08d2 sp 00007fffc38dafc0 error 4 cpu 7 in libQt5Widgets.so.5.15.1[7f1867e64000+3b0000]
[11910.791616] antimicrox[203350]: segfault at c ip 00007f9d0724b8d2 sp 00007ffddbaa71e0 error 4 cpu 6 in libQt5Widgets.so.5.15.1[7f9d0720f000+3b0000]
Expected behavior
No errors in console or dmesg.
Configuration
I'm using antimicrox 3.1.2 compiled from AUR in Archlinux.
Additional context
This is not a critical issue, is only a low problem because antimicrox do well the change from a profile to another one from command line, but always returns the error commented.
The text was updated successfully, but these errors were encountered: