[Please don't top post on this list.]

On 5/8/2021 11:03 AM, Brent Epp wrote:
Sorry, my silly mail client doesn't reply to the list by default.

------------------------------

It might be worth noting that these rsync commands run using an on-demand script to manage sync jobs.  Generally, it will execute rsync once with `--dry-run` to gather a list of files for me to preview:

rsync -avi --progress --no-perms --no-owner --no-group --delete --dry-run -s --exclude-from='/cygdrive/d/my/exclusion/file' --exclude-from='/cygdrive/d/my/additional/exclusion/file' /cygdrive/d/path/to/source'/. '/cygdrive/d/path/to/target'

trace file: http://cygtestdata.ddnsfree.com/strace.exec1.out

Then it can run rsync a consecutive time:

rsync -avi --progress --no-perms --no-owner --no-group --delete -s --exclude-from='/cygdrive/d/my/exclusion/file' --exclude-from='/cygdrive/d/my/additional/exclusion/file' /cygdrive/d/path/to/source'/. '/cygdrive/d/path/to/target'

trace file: http://cygtestdata.ddnsfree.com/strace.exec2.out

After the line "dll_crt0_0: finished dll_crt0_0 initialization" in the trace files, you can see several additional DLLs loaded, including several from NVIDIA and one from 0patch, and then the program crashes. This looks to me like BLODA. Can you uninstall or at least disable something from NVIDIA or 0patch to see if that fixes the problem?

Ken

--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to