Changes between Initial Version and Version 1 of Ticket #899, comment 3


Ignore:
Timestamp:
Oct 23, 2017, 10:05:53 PM (8 years ago)
Author:
Greg Couch

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #899, comment 3

    initial v1  
    1 I ran ChimeraX/bin/ChimeraX.valgrind --nogui on Linux after compile the core with DEBUG=1.  My guess is that is why this was assigned to me?  There are lots of errors.
     1I 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.
    22
    33The 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.