Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
5017 Discussions

Intel Inspector error that application is not mult-threaded

Kevin_McGrattan
186 Views

I recently upgraded to Intel(R) Inspector 2024.1 (build 606844) Command Line tool and a test program that worked fine with the old version now gives me

 

Analyzing data in the node-wide mode. The hostname (blaze005) will be added to the result path/name.
Collection started.
forrtl: severe (174): SIGSEGV, segmentation fault occurred
Image PC Routine Line Source
libpthread-2.17.s 00002B0953269630 Unknown Unknown Unknown
libirng.so 00002B0960F40910 _simd_mask_drand4 Unknown Unknown
Unknown 00002B0927A57AB0 Unknown Unknown Unknown
Warning: Failed to find more than one thread. Ensure that your program is multithreaded.

 

I checked that the program is multi-threaded. Has anybody had this same problem?

0 Kudos
1 Reply
yuzhang3_intel
Moderator
122 Views

It looks like there is one issue with the Fortran runtime crash happened. Did you run the application without the Inspector?

forrtl: severe (174): SIGSEGV, segmentation fault occurred

 

I see there is one similar issue discussed in the Fortan Compiler forum, I hope it is helpful for you.

https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/m-p/746775

https://community.intel.com/t5/Intel-Fortran-Compiler/forrtl-severe-174-SIGSEGV-segmentation-fault-occurred/td-p/1297662

 

0 Kudos
Reply