|
From: Ivo R. <iv...@iv...> - 2017-05-12 00:54:58
|
> But the very next block is the code following the bl at 0x6CF1B88, not > the code at 0x6D04798: > > ==== SB 8420 (evchecks 3471236) [tid 1] 0x6cf1b88 > vsscanf@@GLIBC_2.17+88 /opt/at10.0-4-beta1/lib64/power9/libc- > 2.24.so+0x81b88 An obvious question - are you sure that the next block executed is really SB 8420? It is not possible to deduce it from the VEX logs alone - they show only translations. I tracked a similar problem in past and had to add a debug statement in the scheduler and disable block chaining to get a clear picture what gets scheduled. Maybe there is a better way... I. |