Quote Originally Posted by artt View Post
-- "is inactive" -- when I press indexate button and walkerwiththread() process C:\\Document and Settings (wriitten directly in Lister.cpp)-- i got nothing in console.
If it processes C:\\C (wriitten directly in Lister.cpp) it instantly render 28 results for other folder.
And you have equal access rights to both folders?

Have you added addition logging to see what happens?

Quote Originally Posted by artt View Post
Maybe not everything is on heap, and yet in stack as it was at the beginning?
We've already determined that this doesn't matter.

Quote Originally Posted by artt View Post
Anyway in both cases -- when Debug started...
I got such lines in console:
Could not load shared library symbols for 22 libraries, e.g. C:\WINDOWS\system32\ntdll.dll.
Use the "info sharedlibrary" command to see the complete listing.
Obviously the debugger can't find the debug symbols for these libraries.
Not a problem until you have to debug into them.

Quote Originally Posted by artt View Post
Really a very small need sto be done -- and it is really needs some SwingWorker java analogue as it renders instantly
So it works when you run everything from the main thread?

Cheers,
_