just for the records your replaced -O2 with -g? Or could gdb already not pinpoint the address with -O2 -g?
gdb couldn't pinpoint the exact error as we build with -O2. However, a build with just -g made the problem disappear.
gdb couldn't pinpoint the exact error as we build with -O2. However, a