https://bugs.kde.org/show_bug.cgi?id=452274

--- Comment #26 from Nick Briggs <afraid-splicer...@icloud.com> ---
> Now how to determine if we are in either of those functions?

I think it's actually any of 4 functions: 

3805cd30 R vgModuleLocal_blksys_setup
3805cd34 R vgModuleLocal_blksys_restart
3805cd38 R vgModuleLocal_blksys_complete
3805cd3c R vgModuleLocal_blksys_committed
3805cd40 R vgModuleLocal_blksys_finished

It's checking
     outside_range = ip < ML_(blksys_setup) || ip >= ML_(blksys_finished)
so being in any of blksys_setup,  blksys_restart, blksys_complete,
blksys_committed is supposed to be OK.

40 years ago I had to debug this sort of junk in my own assembler code with an
in-circuit emulator.  Things haven't improved much, have they!

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to