Octave syntax highlighter have implied, that Octave session have run before highlighter constructor had call. It worked until 17.12 version, inclusively, but after login() function for 'session' have begun to be called after the constructor, so we get a segmentation fault (call method of nullptr(m_process)). So I fix it. And I have done same small changes of debugg messages, too.
There is known limitation: sytax highlighting don't work before run first entry (because we call login() in this time). I think, i fix it later maybe.