Page 1 of 1
workspace builder crashes
Posted: Thu Feb 01, 2018 4:42 am
by jmasles
I was trying to build a workspace from a directory hierarchy with a lot of files. I tried to exclude some of the directories that I don't need using the ignore folders field but I'm not sure about the syntax as it looks like it's a cut and paste of the ignore files example. The builder starts up and runs for a minute or so and then disappears. Is there a debug log file I can send you ?
Re: workspace builder crashes
Posted: Thu Feb 01, 2018 6:29 am
by jussij
Unfortunately since it is just a stand alone utility there is not log.
However, I take a look at it to see if it can be changed to generate a crash dump or some sort of stack trace.
Cheers Jussi
Re: workspace builder crashes
Posted: Thu Feb 01, 2018 11:06 am
by jussij
A new Workspace Builder tool can be found here:
http://www.zeusedit.com/z300/xWorkspace.zip
If you crash the tool, it will display a dialog that shows the location of the crash dump file and log file.
Cheers Jussi
Re: workspace builder crashes
Posted: Fri Feb 02, 2018 9:58 pm
by jmasles
alas no dialog popped up, the builder window just disappeared. I looked around, no obvious sign of a log file created ...
Re: workspace builder crashes
Posted: Sat Feb 03, 2018 1:34 am
by jussij
As a test I tried creating a very large workspace by doing three search, appends searching for a large number of files across many subdirectories and it had no trouble creating the workspace
Which software action are you instigating before the software disappears
Cheers Jussi
Re: workspace builder crashes
Posted: Sat Feb 03, 2018 7:16 pm
by jmasles
Basically I launch the builder, update the extensions list (*.c;*.h;*.cpp;*.hpp), the first 3 check boxes are checked, and then I hit "Search". I timed it this time and it runs for 2 minutes and 45 seconds before the builder screen disappears and I'm back to the "New Workspace" dialog box. I did a quick check on the file hierarchy and there are 12,586 files that match the supplied pattern.
Re: workspace builder crashes
Posted: Sun Feb 04, 2018 10:21 pm
by jussij
Apply the steps that you described, I was able to use the builder tool to create a new workspace with over 50,000 files and it took less than a minute
When I ran the exact same task a second time it was even quicker.
Since your times are much longer, it sound like the tool might be having trouble accessing the file system
I will look to add some extra logging to the builder tool to see what it is doing.
Cheers Jussi
Re: workspace builder crashes
Posted: Tue Feb 06, 2018 10:28 pm
by jussij
A new version of the
xWorkspace tool can be found here:
https://www.zeusedit.com/z300/xWorkspace.zip
This version will write to the following log file:
Code: Select all
C:\Users\<User ID>\AppData\Roaming\Xidicone\Zeus\xWorkspace.log
This version also has a debug option. To use that option open a command prompt window and run this command line:
By using this option, the names of all the files found will be listed in the log file.
Cheers Jussi