Questions tagged [totalview]

RogueWave's GUI-based source code defect analysis tool.

TotalView is a GUI-based source code defect analysis tool from RogueWave that gives you unprecedented control over processes and thread execution and visibility into program state and variables.

28 questions
1
vote
0 answers

Get QStringList content in Totalview debugger

In this question Totalview get the value of QString is described how to get QString value in totalview debugger. Do you know any way to see the content of QStringList too?
Ashot
  • 10,807
  • 14
  • 66
  • 117
1
vote
1 answer

Check the lmgrd log file, or try lmreread - An error when loading an Open MPI program in Totalview

When I load a program in TotalView, I am getting a warning dialog box "Check the lmgrd log file, or try lmreread" and the program doesn't load. I am first selecting the correct Program from the Program tab, then I am selecting "Open MPI" from the…
Eric Baldwin
  • 3,341
  • 10
  • 31
  • 71
0
votes
1 answer

total view debugger - debugging a process thats forked from a startup process at launch

I have application that has two executables. One that we launch and it forks n instances of the other. Now I have to debug the second tsk file at launch. I can do it later using the attach to process option. But during launch, there seems to be some…
AMM
  • 17,130
  • 24
  • 65
  • 77
0
votes
0 answers

TotalView binding python and C++ through swig - Fatal Error

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…
albiremo
  • 207
  • 1
  • 8
0
votes
1 answer

how to view content of object using TotalView?

how to view content of object using TotalView? suppose i hav a Reference of a class and i called the function of that class. then how i can view all content of that class using that Reference in Total View debugger. My code is in c++.
balasaheb
  • 21
  • 1
  • 1
  • 2
0
votes
1 answer

How can I send complex data to my visualizer in TotalView?

I routinely have to debug legacy Fortran code that is utilizing large arrays of complex data, and the best option available is TotalView. I have created my own visualizer to view data (as per TotalView's instructions here) that works well. It is…
Ajean
  • 5,528
  • 14
  • 46
  • 69
0
votes
1 answer

How do you stop in TotalView after an MPI Error?

I am using TotalView and am getting an MPI_Error. However, Totalview does not stop on this error and I can't find where it is occurring. I believe this also applies to GDB.
Walter Nissen
  • 16,451
  • 4
  • 26
  • 27
0
votes
0 answers

mpif90 compiled Fortran program calls h5fc compiled subroutine, some passed parameters get bad addresses

I have been working with a Fortran program for some time now and was recently tasked with having it produce some HDF5 output. I created a subroutine to write the h5 file, and it requires some parameters to be passed from the original Fortran…
CSCFCEM
  • 116
  • 6
0
votes
1 answer

Finding memory consumed using core file

I am analysing high memory consumption problem in our software. I have a core file corresponding to this high memory consumption(this core file is generated by killing our application which generates core file). But I am not able to view the actual…
suresh
  • 115
  • 7
0
votes
1 answer

Attach totalview debugger to a variable

So I am trying to debug a code. But for some reason it doesn't pass through the section I need it to. The governing variable which calls the piece of code is a pointer "*sret". I tried a lot but with no luck. Its a C program. Is there a way I can…
ban
  • 605
  • 2
  • 9
  • 22
0
votes
1 answer

Error while trying to debug CUDA code using TOTALVIEW

I am trying to fix some error related to a SEGMENTATION FAULT. So when I try to fix the error using by step by step debugging of the code, I got couple of errors: ERROR: cuda_trace_obj::initialize_cuda_library: Cuda initialize() returned…
user1801733
  • 147
  • 1
  • 3
  • 11
0
votes
0 answers

Querying Datasource via ODBC using PHP

I'm trying to query a datasource using a simple SQL query, but I'm getting the following error: *Warning: odbc_exec() [function.odbc-exec]: SQL error: [SimbaLNA][Simba][SimbaEngine ODBC Driver]select (<< ??? >>[agent_id], [agent_name]) from agent;,…
Kahlil N
  • 71
  • 2
  • 10
0
votes
1 answer

Problems with Totalview debugging software on OSX

I am trying to do some multithreaded debugging on OSX. I had initially attempted to use GDB through the QtCreator IDE, however I never could get this to work exactly right. I am using the Totalview evaluation right now, and as soon as I point it to…
Derek
  • 11,715
  • 32
  • 127
  • 228
1
2