Author Topic: Slick hung while I had that long line file loaded  (Read 1938 times)

jporkkahtc

  • Senior Community Member
  • Posts: 2620
  • Hero Points: 210
  • Text
Slick hung while I had that long line file loaded
« on: August 01, 2018, 11:45:26 PM »
I've uploaded the DMP file to: jporkka-HangOnLongLine

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6826
  • Hero Points: 526
Re: Slick hung while I had that long line file loaded
« Reply #1 on: August 03, 2018, 12:41:19 PM »
Compiler seems to have optimized away about everything.

Since I'm going on very limited information it looks like you were typing (maybe the character F) and then a dialog started to come up (can't tell which at all). Also looks like the dialog is doing some sort of concat (no idea how large or what the data is though). According to one piece of debug information, you had a selection before typing F.

It's possible this is the same problem you hit before. Very long line, have selection, move mouse over selection, dialog comes up with about to create long string message due to get_line(line) call in debugpkg.e