Hi
Pheeeewwwww.... finally back on track

In my search-quest, I found not a(ny) intialization "BuBu", but instead:
1) In a class that gets used as a kinda plugin(like fpimage architecture) and
will end up in a library as a real plugin, I found a double-free, checking for
nil is no good, when you call free

In the process I learnt, that FreeAndNil
doesn't check for nil

Somehow FpDebug was aware of that...
2) In a key containerclass I'd somehow managed to keep inheritance, but
new/re-introduce the interfaces it supports, which resulted in an
"Interfaces are not related" warning from fpc and the need to typecast a
hole slew, throughout the code, even though, they clearly were the same
interfaces and classes

What a hype & a mess

After I got the D*MNED double free out of the way, I could slowly start debugging again, but FpDebug kept crashing at random places in the code, then I scrutinized the whole code-tree and found the just as subtle 2) bug.
So Kudos to FpDebug, well spotted, but you could just have said so

That took a lot of coffee and cigarettes... Thank you Martin_Fr for your help, in getting me as far as I could debug a little and find my way

Regards Benny