-
SVN revision r1293 should fix that bug. There we have limited the worker queue from 73 down to 32 entries, and changed the queue type from Critical into Delayed.
Both changes are hints from MSDN.
http://msdn.microsoft.com/en-us/library/aa490176.aspx:
"Because the pool of system worker threads is a limited resource, ... used only for operations that take a short period of time."...
2009-11-15 15:48:06 UTC by henryn
-
henryn committed revision 1293 to the Cooperative Linux SVN repository, changing 1 files.
2009-11-15 15:04:19 UTC by henryn
-
henryn committed revision 1292 to the Cooperative Linux SVN repository, changing 4 files.
2009-11-15 12:40:53 UTC by henryn
-
For this move the cocon into the batch from where you should set also fltk or nt.
for example FLTK.BAT:
colinux_daemon -t fltk cocon=150x65 @colinux.conf
and the other NT.BAT:
colinux_daemon -t nt cocon=150x69 @colinux.conf.
2009-11-12 19:47:49 UTC by henryn
-
Sometimes one or another option in config file depends of command line parameters or other options in config file. It will be usefull to add condional processing of options:
if $CONSOLE == 'fltk' # $CONSOLE - predefined variable with name of console from -t
cocon=150x65
else
cocon=150x69
endif.
2009-11-12 00:40:24 UTC by nobody
-
I have tried with the 20091110 snapshot, downloaded from http://www.henrynestler.com/colinux/testing/stable-0.7.6/20091110-Snapshot/stable-coLinux-20091110.exe, and the bug is still there.
About the memory, I tried with several options, but it makes no difference. Now I'm trying with the default debian-lenny.conf, wich has the mem line commented.
2009-11-11 08:48:33 UTC by germansalvador
-
Ok, have seen it with 0.7.6-rc1
scsi0=disk,j:\test.bin,8192
Created primary partition on /dev/sda with fdisk
mkfs.ext3 /dev/sda1
...
First coLinux stops doing, no keyboard reaction, The host is idle. Some seconds later, the host is no accessible. The mouse can move, and window-frames (GUI) can move with it. But, can not start taskmanager, and all of the windows-explorer hangs. It seams...
2009-11-11 00:51:28 UTC by henryn
-
Please try 0.7.6-rc1 from todays build (with kernel 2.6.22.18), or the devel build after 2009-11-05 with kernel 2.6.25.20 - Because a bug #2890857 inside scsi driver was fixed last days.
How many memory you have configured or used inside Linux?
I ask, because we have fixed an other bug #2893343 this weekend.
2009-11-10 23:22:37 UTC by henryn
-
Now, also fixed for the stable release 0.7.6-rc1 and committed to SVN release r1291.
Download available from Snapshot page.
2009-11-10 23:16:05 UTC by henryn
-
I have tryed to make a mkfs.ext3 on /dev/sda1, wich is the only partition crreated on a scsi disk, backed by a plain file.
I am using 0.7.5 with the debian lenny root filesystem image. The scsi parameter I am adding to the conf file is just
scsi0=disk,j:\test.bin (test.bin is a 8 GB empty file)
What happens is that mkfs starts quickly, but soon slows down, and can even freeze colinux.
2009-11-10 22:34:02 UTC by nobody