Is it thread safe to use GEditor?

I have rare crashes on rendering thread and I think that one of the possible ways leading to crash is accessing GEditor object in editor mode. Can it be the reason of crashes?

Same thoughts about accessing FViewport from GEditor object. I’m subscribing on OnObjectSelected event and do some actions with GEditor and FViewport.