Hi,
Loading of Advanced hotspot results into GUI leads to an infinite loop of some sort and eventually pops up the dialog saying VTune is not responding. Most of the results seem to come up on the Summary page but the progress bar for "Collection and Platform Info" gets stuck at about 80%. amplxe-gui burns 100% CPU, apparently waiting for some mutex to be released, see strace below.
All other analysis types work ok. Displaying the results from the cli client works ok, e.g.:
amplxe-cl -R hotspots -r ~/vtune-proj/trk-bld-host/r002ah amplxe-cl -R hw-events -r ~/vtune-proj/trk-bld-host/r002ah
Any idea what I could try to get around this?
Best, Matevz
[pid 16096] futex(0x28a9068, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 16096] futex(0x28a9094, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 8459, {1433198657, 957790000}, ffffffff) = -1 ETIMEDOUT (Connection timed out) [pid 16096] futex(0x28a9068, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 16096] futex(0x28a9094, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 8461, {1433198658, 58034000}, ffffffff) = -1 ETIMEDOUT (Connection timed out) [pid 16096] futex(0x28a9068, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 16096] futex(0x28a9094, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 8463, {1433198658, 158400000}, ffffffff) = -1 ETIMEDOUT (Connection timed out) [pid 16096] futex(0x28a9068, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 16096] futex(0x28a9094, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 8465, {1433198658, 258828000}, ffffffff) = -1 ETIMEDOUT (Connection timed out) [pid 16096] futex(0x28a9068, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 16096] futex(0x28a9094, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 8467, {1433198658, 359052000}, ffffffff <unfinished ...> [pid 16081] poll([{fd=3, events=POLLIN}, {fd=5, events=POLLIN}], 2, 0) = 0 (Timeout) [pid 16081] poll([{fd=5, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=5, revents=POLLOUT}]) [pid 16081] writev(5, [{"&\2\2\0\271\5\300\6", 8}, {NULL, 0}, {"", 0}], 3) = 8 [pid 16081] poll([{fd=5, events=POLLIN}], 1, -1) = 1 ([{fd=5, revents=POLLIN}]) [pid 16081] recvfrom(5, "\1\1\36\251\0\0\0\0\335\1\0\0\0\0\0\0\325\0\330\1O\371\275\1\0\0\0\0\0\0\0\0", 4096, 0, NULL, NULL) = 32 [pid 16081] recvfrom(5, 0x25ff0c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) [pid 16081] recvfrom(5, 0x25ff0c4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable) [pid 16081] times({tms_utime=41698, tms_stime=42, tms_cutime=103, tms_cstime=30}) = 473453561 [pid 16096] <... futex resumed> ) = -1 ETIMEDOUT (Connection timed out) [pid 16096] futex(0x28a9068, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 16096] futex(0x28a9094, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 8469, {1433198658, 459420000}, ffffffff) = -1 ETIMEDOUT (Connection timed out) [pid 16096] futex(0x28a9068, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 16096] futex(0x28a9094, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 8471, {1433198658, 559772000}, ffffffff) = -1 ETIMEDOUT (Connection timed out) [pid 16096] futex(0x28a9068, FUTEX_WAKE_PRIVATE, 1) = 0 [pid 16096] futex(0x28a9094, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 8473, {1433198658, 660034000}, ffffffff) = -1 ETIMEDOUT (Connection timed out)