gtDMMB / RNAStructViz

Visualization, comparison, and analysis of RNA secondary structures via a cross-platform GUI
https://github.com/gtDMMB/RNAStructViz/wiki
GNU General Public License v3.0
17 stars 5 forks source link

Documentation of known issues list #7

Closed maxieds closed 5 years ago

maxieds commented 5 years ago

Clicking on this button causes a SEGFAULT. This was likely something long forgotten about, or otherwise rarely tested, in the original source. It needs to be fixed before writing the application note.

screenshot at 2018-09-27 10-34-12

maxieds commented 5 years ago

Currently the "Draw (16S) Domains" checkbox in the DiagramWindow is not doing anything. Need to investigate why not since it used to be a working feature.

maxieds commented 5 years ago

Fixed the SEGFAULT error. Apparently, since m_contentWindow was not set to NULL it was getting some other value which prevented the initialization in RNAStructure::DisplayFileContents() from running. I set the variable equal to NULL in the constructor, which then produced the correct behavior.