I'm currently developing a wdx plugin. It's really slow on big files.
While testing it I entered to directory which contained big ones, so I changed view to full, but there was some job in the background. After a second i got this. Plugin isn't really stable yet, so it may by it's crash. But see plugin name.
[Crash] Changing view
Moderators: Hacker, petermad, Stefan2, white
- ghisler(Author)
- Site Admin
- Posts: 50475
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
It seems that the plugin somehow corrupted either the stack, or the plugin name on the heap.
Do you use delayed loading of the data? If yes, try using some critical sections to protect your functions. Just have a look at MSDN online, once you have read about critical sections, they are really quite easy to use and prevent that functions which aren't thread-safe aren't executed at the same time.
Do you use delayed loading of the data? If yes, try using some critical sections to protect your functions. Just have a look at MSDN online, once you have read about critical sections, they are really quite easy to use and prevent that functions which aren't thread-safe aren't executed at the same time.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com