-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: Multi-Threaded Generation of XDLRC Files #36
Comments
This is still an issue! I tried running the command:
twice, and both times the process hung. One at 16% and the other at 22%. I have generated an XDLRC file using just one process, but it took almost 24 hours to complete on my machine for the specified part. I need to generate a new XDLRC, because there is a bug with XDLRC generation for ultrascale devices (will describe more in a future pull request). but don't want to wait 24 hours every time I find an issue to regenerate the XDLRC. Can you reproduce the hanging bug and try to find a solution? |
This has been an off-and-on issue for some time. I have sometimes gotten it to work and other times had it hang, just like Thomas. I think we should elevate it to a higher level since, as Thomas points out, debugging with these time scales is problematic. Other suggestion: could we divide it up on the university supercomputer by parametrizing it via command line to have many CPUs speed it up? |
@bradselw can you take a look at this when you get some time? I just had an XDLRC run stall at 98% even with the |
I'll take a look this weekend. |
Still having troubles reproducing this error. Ran this command overnight:
It completed successfully after 10 hours. This appears to be an intermittent issue, possibly machine-related, which makes it difficult to debug. The best action at this point is probably to add better logging, to help diagnose the issue the next time it happens. |
@ttown523 are you sure you have enough space on your machine before running the command? Ideally, the drive you are running/saving the command on will have free space that is greater than twice the size of the file you are generating. I am looking into adding checks to |
Just wanted to comment something I noticed a few weeks ago. I am seeing this bug frequently on Windows 10. I also saw it occur once when I was only using a single process. Interestingly, I used to be running Ubuntu on this same machine. I don't think I ever saw this error occur on Ubuntu - if I did, it was very rare. So, there is a possibility that this bug is OS-dependent. |
I have observed that the multi-threaded generation of XDLRC files in Tincr hangs a significant fraction of the time. I resorted to specifying just one thread to get my file(s) generated.
Need to fix it to be more reliable.
This issue was originally posted in the RS2 repository by Dr. Nelson, but it is related to TINCR so I am moving it here.
The text was updated successfully, but these errors were encountered: