opensocsysarch / CoreGenPortal

OpenSoC System Architect CoreGen Portal Graphical User Interface
http://www.systemarchitect.tech/
Apache License 2.0
1 stars 0 forks source link

Failure to read in input yaml file results in odd behavior #140

Closed rkabrick closed 4 years ago

rkabrick commented 4 years ago

If the input file is failed to be read into the portal it does not prompt the user to either try again or input another file. Consequently, it treats the file that prompted the error as a legitimate file and lets users add nodes to the corrupt file. An example of the strange behavior is as follows:

1) Read in corrupt file 2) Logpane gives error message 3) If user goes to add, say a cache, inputting 1 in the integer fields throws an error to the log pane saying "1 is not a valid integer"

jleidel commented 4 years ago

on my version of the code, the application throws a segmentation fault on stage 3. debugging further

jleidel commented 4 years ago

passed all devel tests