Author Topic: b4 - find next occurrence Slick-C Stack Trace  (Read 4098 times)

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
b4 - find next occurrence Slick-C Stack Trace
« on: August 30, 2016, 07:08:55 PM »
During one of my searches with minfind present, I got the following Slick-C Trace:

Code: [Select]
stack[2016-08-30T10:35:52Z] Slick-C STACK TRACE ******************************
stack[2016-08-30T10:35:52Z] Created on 8/30/2016 at 10:35:52 (921 ms)
stack[2016-08-30T10:35:52Z] SlickEdit Pro Version 21.0.0.5 Copyright 1988-2016 SlickEdit Inc.
stack[2016-08-30T10:35:52Z] Edit module and type "st -f <offset>" to get the
stack[2016-08-30T10:35:52Z] run-time error position
stack[2016-08-30T10:35:52Z]
stack[2016-08-30T10:35:52Z] error code=-3015
stack[2016-08-30T10:35:52Z] Invalid argument
stack[2016-08-30T10:35:52Z]
stack[2016-08-30T10:35:52Z]docsearch.ex 8917 _gui_find_next(0)   p_window_id: 448 (invalid)
stack[2016-08-30T10:35:52Z]search.ex 3868 find_next(0)   p_window_id: 84 (invalid)
stack[2016-08-30T10:35:52Z]cua.ex 6512 _on_key()   p_window_id: 84 (invalid)

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6874
  • Hero Points: 530
Re: b4 - find next occurrence Slick-C Stack Trace
« Reply #1 on: August 31, 2016, 12:50:12 PM »
This is a very odd stack. Problem clearly happened just before this stack started. It's attempting to operate on an invalid window.

Are you able to reproduce this?

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6874
  • Hero Points: 530
Re: b4 - find next occurrence Slick-C Stack Trace
« Reply #2 on: August 31, 2016, 02:38:11 PM »
Were you holding down the <Enter> key?

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
Re: b4 - find next occurrence Slick-C Stack Trace
« Reply #3 on: August 31, 2016, 07:36:29 PM »
I was trying the find next using hotkey, but I may have slipped and pressed the enter key... I just don't recall doing so.

I haven't reproduced it again.   I just captured it when it occurred.  :-/

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6874
  • Hero Points: 530
Re: b4 - find next occurrence Slick-C Stack Trace
« Reply #4 on: August 31, 2016, 08:07:20 PM »
Were you holding down the find next hot key?

Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: b4 - find next occurrence Slick-C Stack Trace
« Reply #5 on: August 31, 2016, 08:10:53 PM »
I was just able to reproduce this one.  Working on a fix for this one for next build.