Author Topic: slick edit 2007 bug...  (Read 11395 times)

jmoliere

  • Community Member
  • Posts: 9
  • Hero Points: 0
slick edit 2007 bug...
« on: March 16, 2007, 06:57:16 PM »
Hello,
I downloaded and installed SE 2007 to work on a project.  Unfortanately I'm getting a nagging error with the stack trace of the error below.

It appears when I have too many source codes open (I'm programming in C++ [.h & .cpp files]), this error shows itself.


 Slick-C STACK TRACE ******************************
 Created on 3/16/2007 at 11:51:29 (851 ms)
 SlickEdit Version 12.0.0.0 Copyright 1988-2007 SlickEdit Inc.
 Edit module and type "st -f <offset>" to get the
 run-time error position

 error code=-3015
 Invalid argument

bufftabs.ex 2333 static(104,1)   p_window_id: 5   p_object: OI_FORM   p_name:
bufftabs.ex 2932 _update_mod_file_status()   p_window_id: 5   p_object: OI_FORM   p_name:
autosave.ex 418 _as_callback()   p_window_id: 104   p_object: OI_SSTAB   p_name: ctlsstab1


good luck resolving this!

jmoliere

  • Community Member
  • Posts: 9
  • Hero Points: 0
Re: slick edit 2007 bug...
« Reply #1 on: March 16, 2007, 07:03:53 PM »
Here is another stack trace....



 Slick-C STACK TRACE ******************************
 Created on 3/16/2007 at 12:3:0 (713 ms)
 SlickEdit Version 12.0.0.0 Copyright 1988-2007 SlickEdit Inc.
 Edit module and type "st -f <offset>" to get the
 run-time error position

 error code=-3015
 Invalid argument

bufftabs.ex 3775 static()   p_window_id: 168   p_object: OI_FORM   p_name:
bufftabs.ex 4057 static(104)   p_window_id: 168   p_object: OI_FORM   p_name:
bufftabs.ex 1279 _buffer_add_tabs(68,/home/jmoliere/dev/GUI6800/src/MainGUI.cpp,0)
   p_window_id: 168
   p_object: OI_FORM
   p_name:
bufftabs.ex 1905 _switchbuf_tabs(,W,<empty>,-1)   p_window_id: 168   p_object: OI_FORM   p_name:
files.ex 8537 call_list(_switchbuf_,,W,<empty>,-1)   p_window_id: 168   p_object: OI_FORM   p_name:
stdprocs.ex 12035 switch_buffer(,W,<empty>,-1)   p_window_id: 168   p_object: OI_FORM   p_name:
stdprocs.ex 11783 _on_got_focus()   p_window_id: 168   p_object: OI_FORM   p_name:

Ryan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 986
  • Hero Points: 77
Re: slick edit 2007 bug...
« Reply #2 on: March 19, 2007, 02:19:45 PM »
You were switching buffers when you got this stack trace?  If not, what were you doing?  Have you only seen this when you have tons of files open?  Approximately how many?  Thanks...this will help us track this down.

- Ryan

jmoliere

  • Community Member
  • Posts: 9
  • Hero Points: 0
Re: slick edit 2007 bug...
« Reply #3 on: March 19, 2007, 06:08:09 PM »
I just got another error with 7 files open -- there were about 11 files open before I started closing them and boom--got the stack trace again.

For some reason, the same file may show up in the tabbed are more than once.  It seems that this is a problem.


Lee

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1299
  • Hero Points: 130
Re: slick edit 2007 bug...
« Reply #4 on: March 19, 2007, 09:53:40 PM »
I've not been able to reproduce this issue as of yet.  I am going to need more specific information about what you're doing and your setup.  First of all, what platform are you on, and what emulation are you using?  Additionally, are there any other tool windows open (Preview, References, etc.)  are you using the new Files tools window?  Are you modifying files externally while they are also open in SlickEdit?  Do you have AutoSave/Backup History enabled?  Are you getting any warnings about any files being deleted and prompting you to re-save?   It would also help if you would send your vusrdefs.e file (from the SlickEdit config directory) to support@slickedit.com.  The more in-depth information you can provide the sooner I track down this bug.

jmoliere

  • Community Member
  • Posts: 9
  • Hero Points: 0
Re: slick edit 2007 bug...
« Reply #5 on: March 21, 2007, 03:05:02 PM »
Lee,
I'm using Linux (Fedora Core 6 (64 bit), I'm using the 'class' display to select my files to display on the screen.  After using SlickEdit for a while, I decide to close windows -- I don't pay attention to all the windows I bring up.  While closing, I get the error.

I've seen some crazing things where numerous 'New Tab' are displayed along the bottom (where the tabs go).

For display around the development area (where the code is), I see Class, Build, and Search Results.  I am not modifying files externally (I don't believe anyone is telnetting in on my and chaning my files either).  AutoSave is Off.  I'm getting no warnings about files to be saved.  At this time, I don't believe I have lost any code.

jmoliere

  • Community Member
  • Posts: 9
  • Hero Points: 0
Re: slick edit 2007 bug...
« Reply #6 on: March 21, 2007, 03:18:41 PM »
I just noticed...
In my previous message, where ever I have Class, replace it with the Open tool to open my files into the display.

Kohei

  • Senior Community Member
  • Posts: 192
  • Hero Points: 25
Re: slick edit 2007 bug...
« Reply #7 on: March 21, 2007, 03:23:15 PM »
Quote
For some reason, the same file may show up in the tabbed are more than once.  It seems that this is a problem.

Actually I just saw this happen on me yesterday, and I'm on SLED 10 (32-bit).  I was comparing files in a project against CVS, getting a diff, modifying the file in the diff window, etc..  And at some point I had two buffers of the same file, then the same Slick-C stack when trying to close the main window.

But unfortunately this is not totally reproducible on my side.  It just happened once.

Kohei

P.S. Hm, I still see the SlickEdit logo below my name.  :)

Kohei

  • Senior Community Member
  • Posts: 192
  • Hero Points: 25
Re: slick edit 2007 bug...
« Reply #8 on: March 21, 2007, 03:52:19 PM »
Hey it's gone now! :-)

jmoliere

  • Community Member
  • Posts: 9
  • Hero Points: 0
Re: slick edit 2007 bug...
« Reply #9 on: March 21, 2007, 09:10:01 PM »
Lee,
If you could point me to a software that works like Camtasia Studio for Linux (Fedora Core 6) where I can video my desktop as I work, I can easily repeat the problems.


natros

  • Community Member
  • Posts: 59
  • Hero Points: 1
Re: slick edit 2007 bug...
« Reply #10 on: March 21, 2007, 10:12:26 PM »
xvidcap

is a screen capture utility enabling you to create videos of your desktop for illustration or documentation purposes