Changes between Initial Version and Version 1 of Ticket #899, comment 3
- Timestamp:
- Oct 23, 2017, 10:05:53 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #899, comment 3
initial v1 1 I ran ChimeraX/bin/ChimeraX.valgrind --nogui on Linux after compil ethe core with DEBUG=1. My guess is that is why this was assigned to me? There are lots of errors.1 I ran ChimeraX/bin/ChimeraX.valgrind --nogui on Linux after compiling the core with DEBUG=1. My guess is that is why this was assigned to me? There are lots of errors. 2 2 3 3 The first one is is molc.cpp:sseq_residue_at(). C++ doesn't bounds check operator[], you need to use the "at" member function. I've checked in that change. So now the morph command fails (the morph command was in a command script). See below for the traceback. Once that is fixed, the next error valgrind found might go away. The C++ stack for that is below too.