Jody Bruchon (MOVED TO JODYBRUCHON.COM)

Results 192 comments of Jody Bruchon (MOVED TO JODYBRUCHON.COM)

I'm referring to adding a future option. You CAN use `nostr` and `onlystr` to choose files (based on path substring absence or presence) for matching consideration, but that means they...

No. What I'm talking about would make that possible. There is no concept of "source" and "destination" in the program; all parameters are combined into one unified list of things...

Run the "loud" executable with the `-@` option. It will spew A LOT OF STUFF to the console, which is normal. If it is indeed "halting," you can see what...

@RomanSinMoscow I just boosted the stack size limit. Here are some fresh binaries with the fixed size. Test and let me know if the problem goes away. [jdupes-1.20.2-win64.zip](https://github.com/jbruchon/jdupes/files/7809983/jdupes-1.20.2-win64.zip)

First, can you try an older version to see if it works? This will generate a colossal file and may not be helpful, but use a jdupes with loud debugging...

There are no pre-set limits; it's purely a question of stack size. The `grokdir()` code is recursive, so every subdirectory invokes another function call and all the on-stack variables that...

I'm rewriting the core code and the rewrite will fulfill this request. I'll be moving existing recursive binary tree operations to breadth-first operation that doesn't invoke the function recursively.

@straxhaber Can you build with current Git `master` and test again? I found a very simple way to increase the stack size and it should resolve the problem. Feel free...

I don't use or have any familiarity at all with that program. `-I` is broken and should not be used as it is known to not work (in favor of...