Author Topic: minimap -> Terminated process  (Read 2752 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
minimap -> Terminated process
« on: August 08, 2018, 11:29:53 PM »
While dragging the minimap around (zoomed in a lot, and using soft wrap), Slickedit process was terminated suddenly - no warning, no error dialogs, just poof.

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: minimap -> Terminated process
« Reply #1 on: August 09, 2018, 01:46:19 PM »
A dump for this would be really helpful.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: minimap -> Terminated process
« Reply #2 on: August 10, 2018, 11:41:44 AM »
I haven't been able to reproduce this.  Can you give any more information?  How many zoomins?  What type of file.  Softwrap is on, but is it softwrapping whole pages or just a "regular" amount of lines?

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Re: minimap -> Terminated process
« Reply #3 on: August 10, 2018, 02:46:53 PM »
Sorry, I haven't been able to repro.

No dump because I didn't get any sort of crash/JIT dialog - it just terminated abruptly.
I ran Slick all day yesterday under debugger control just in case, but no crashing

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: minimap -> Terminated process
« Reply #4 on: August 10, 2018, 04:38:13 PM »
Sorry, I haven't been able to repro.

No dump because I didn't get any sort of crash/JIT dialog - it just terminated abruptly.
I ran Slick all day yesterday under debugger control just in case, but no crashing
Thanks for trying to get us a dump.

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Re: minimap -> Terminated process
« Reply #5 on: August 10, 2018, 09:14:06 PM »
WRT JIT Debugging on Windows:
So, even thought I enabled JIT in Visual Studio, native application crashes where just silently terminating.
I don't know in what world this makes sense - crazy.

I found: https://docs.microsoft.com/en-us/windows/desktop/Debug/configuring-automatic-debugging
Creating an string key Auto == "1" under *both*
HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows NT\CurrentVersion\AeDebug
is necessary.

Now, when foo.exe crashes, I get the nice dialog that lets me debug the crashed process.

I have no idea why this is needed now, seems like there used to always be a dialog on process crashes.

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2897
  • Hero Points: 153
Re: minimap -> Terminated process
« Reply #6 on: August 13, 2018, 02:00:47 PM »
It doesn't help any, but I saw this once after installing a Visual Studio beta (or alpha?) with warnings about this sort of thing.  It's kind of strange when you're still typing.