- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Inspector has highlighted a line that has an uninitialised memory access which contains a number of variables, e.g.
a = b + c + d
Thus, I do not know exactly which variable is uninitialised. In the variable panel, it has a long hexadecimal address which I do not know how to convert to a variable name. Does anyone know how I can find out the variable that is uninitialised? Thanks in advance.
Regards,
- Tags:
- CC++
- Debugging
- Development Tools
- Fortran
- Intel® Inspector
- Optimization
- Parallel Computing
- Vectorization
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By the way, I am using Intel Fortran compiler 19.0.5.281 and Intel Inspector 2019.5.0.602103.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Only some of our analysis types support variable name detection.
I would use the Inspector debugger integration.
Right click on the problem and bring down the Debug this issue menu item. Inspector will launch the app and bring you to the location where the error occurs.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kevin,
Thanks for the info. That is useful to know, but I find GDB running under Inspector incredibly slow. So I have recorded all the errors and will put a breakpoint where the errors were found by Inspector and run it in a separate GDB session. By the way, is there a way to copy the errors found in the Summary tab in CSV format? It would be useful if the Summary tab also contained the line number too.
Cheers,
Wadud.
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page