On Thu, 2 Jul 2020 05:55:53 -0700 (PDT), Michael Tutin <
mtu...@gmail.com> wrote:
>Hi Steve,
>
>Do you terminate application while running Inspector analysis or you
>observe a problem with persistence memory when you terminate the program
>without analysis? It is not quite clear from your description. In general,
>to have comprehensive Inspector analysis, application should run normally
>to completion to record all memory events for both ‘store’ and ‘recovery’
>phases.
I had the program use exit(1) in the middle of a transaction while running it under inspector for the "before unfortunate event" phase. Then I ran the
recovery phase as "after unfortunate event" under the inspector.
>Out of order stores analysis can be enabled by adding
>*-check-out-of-order-store* option to the *report *command. It is turned
>off by default.
>If there are no problems reported, it would be worth trying
>*-additional-diagnostics* option for that *report *command. Maybe it will
>detect something new there.
Ok, I'll try that next.
Thanks.
------------
Steve Heller