Author Topic: Bug: Annotations Stacktrace at Startup in 12.0.3 rev 31  (Read 3298 times)

Ivan N. Zlatev

  • Community Member
  • Posts: 87
  • Hero Points: 5
Bug: Annotations Stacktrace at Startup in 12.0.3 rev 31
« on: February 02, 2008, 10:34:00 AM »
Yesterday before going in bed I created a few "Comment" annotations in my "Personal Annotations" for a couple of files that were not part of my loaded project/workspace (I usually just add // TODO:s and // FIXME:s in the code itself, but I thought I might give annotations a try). Today when I loaded SlickEdit to continue my work I get the stacktrace below on every start and when I open the annotations toolbar the annotations are gone. If I open personal.sca I do see them though. I will attach personal.sca for reference.

Code: [Select]
Stack trace written to file: /tmp/vsstack.ivanz
 Invalid argument
annotations.ex 10303 static(/home/ivanz/.slickedit/12.0.3/personal.sca)
   p_window_id: 12
   p_object: OI_EDITOR
   p_name:
annotations.ex 5236 static()   p_window_id: 5   p_object: OI_FORM   p_name:
annotations.ex 1406 _srg_annotations(R,6,1,<empty>)   p_window_id: 5   p_object: OI_FORM   p_name:
restore.ex 1498 static(,<empty>,1,0)   p_window_id: 5   p_object: OI_FORM   p_name:
restore.ex 408 restore(I,0,<empty>,1,0)   p_window_id: 5   p_object: OI_FORM   p_name:


Also as it appears SlickEdit fails to restore the pervious session after this stacktrace. Funnily if I rename personal.sca and restart SE it would run without a stacktrace and it won't load the session, but when I load a workspace myself it would restore the session all together with the opened files that are not part of the workspace/project. On the other side if I do not rename personal.sca and load the workspace myself it will restore the session, but when I click on the Annotations toolbar I get another exception:

Code: [Select]
Stack trace written to file: /tmp/vsstack.ivanz
 Invalid argument
annotations.ex 28368 static(
   1:   [0]=0
   p_window_id: 160
   p_object: OI_MINIHTML
   p_name: _note_preview
annotations.ex 30644 _tbannotations_browser_form._filter.\x{eda}(0)
   p_window_id: 142
   p_object: OI_COMBO_BOX
   p_name: _filter
combobox.ex 724 _ul2_combobx.^()   p_window_id: 142   p_object: OI_COMBO_BOX   p_name: _filter
annotations.ex 26448 static()   p_window_id: 142   p_object: OI_COMBO_BOX   p_name: _filter
annotations.ex 26229 _tbannotations_browser_form.\x{d13}()   p_window_id: 141   p_object: OI_FORM   p_name: _tbannotations_browser_form
toolbar.ex 1539 _tbLoadTemplate(14,298975232,136)   p_window_id: 101   p_object: OI_FORM   p_name: _dock_channel_form
tbpanel.ex 199 _tbLoadTemplateIntoPanel(14,298975232,114,136)   p_window_id: 101   p_object: OI_FORM   p_name: _dock_channel_form
tbautohide.ex 4557 _tbAutoShow(_tbannotations_browser_form,4,1,0)
   p_window_id: 105
   p_object: OI_IMAGE
   p_name:
tbdockchannel.ex 763 _tbDockChanMouseInCallback(4,_tbannotations_browser_form,4564,Code Annotations,
   5:   1
   6:   1
   p_window_id: 105
   p_object: OI_IMAGE
   p_name:
dockchannel.ex 3827 static(_tbannotations_browser_form,1,0)   p_window_id: 105   p_object: OI_IMAGE   p_name:
dockchannel.ex 3658 dockchanSelect(4:_tbannotations_browser_form)
   p_window_id: 105
   p_object: OI_IMAGE
   p_name:
dockchannel.ex 3704 _dock_channel_form.Z()   p_window_id: 105   p_object: OI_IMAGE   p_name:
« Last Edit: February 03, 2008, 10:03:36 PM by i-nZ »