You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This part of the code was executed when the program launched.
Then opening a JSON file in GUI will make it run again and cause the crash.
I don't know if this is the right way to fix it, but I added a flag to make it only run once. Now I can open JSON file in GUi without any problem.
If someone can check and fix this bug, much appreciated!
The text was updated successfully, but these errors were encountered:
BellssGit
changed the title
nextpnr-gowin GUI crash when opening JSON file (debug test included)
nextpnr-gowin GUI crash when opening JSON file in the GUI (debug test included)
Dec 7, 2023
OS: X86, Fedora39
Version: Latest Git
Test File: Blinky example
Launch args: "--gui --device GW1NR-LV9QN88PC6/I5"
As described in the title, when I tried to open the JSON file using GUI, The software crashed. shows "signal SIGSEGV (Address boundary error)"
So I built a Debug version and traceback using GDB, turns out it got a seg fault at "pyinterpreter.cc" line 134
This part of the code was executed when the program launched.
Then opening a JSON file in GUI will make it run again and cause the crash.
I don't know if this is the right way to fix it, but I added a flag to make it only run once. Now I can open JSON file in GUi without any problem.
If someone can check and fix this bug, much appreciated!
The text was updated successfully, but these errors were encountered: