I am trying to run totalview on a c++ library called through an interface python with swig
. All of this is on the master node of a cluster (I want first to debug single node single thread). I follow the guide of totalview here posted and the tutorial here reported but when I launch totalview and I start the debugging session, after the setup of the debugger I get this error:
Fatal error: Bad FORM in extract_scalar: 0x21
and I do not manage to get neither a report neither the diagnostic tool of totalview due to the fact that the program crashes (I cannot access to the infos about the error). I have tried to look at the official guide of totalview but there is neither an error code neither a way to understand where can be a possible solution to this Fatal error.
Has anyone ever experienced such an error? There is a different way to launch the debugger on a complex python + c++ binding?