We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.
Customize cookie preferences
We use cookies and similar tools (collectively, "cookies") for the following purposes.
Essential
Essential cookies are necessary to provide our site and services and cannot be deactivated. They are usually set in response to your actions on the site, such as setting your privacy preferences, signing in, or filling in forms.
Performance
Performance cookies provide anonymous statistics about how customers navigate our site so we can improve site experience and performance. Approved third parties may perform analytics on our behalf, but they cannot use the data for their own purposes.
Allowed
Functional
Functional cookies help us provide useful site features, remember your preferences, and display relevant content. Approved third parties may set these cookies to provide certain site features. If you do not allow these cookies, then some or all of these services may not function properly.
Allowed
Advertising
Advertising cookies may be set through our site by us or our advertising partners and help us deliver relevant marketing content. If you do not allow these cookies, you will experience less relevant advertising.
Allowed
Blocking some types of cookies may impact your experience of our sites. You may review and change your choices at any time by clicking Cookie preferences in the footer of this site. We and selected third-parties use cookies or similar technologies as specified in the AWS Cookie Notice.
Haven’t seen this, but sounds like a bug.
The intermittent occurrence suggests it’s related to threading again, although I couldn’t imagine why this particular issue is happening.
In such situations it might be best to break in the debugger and step over the code. Make it so that it breaks only when the bug occurs, e.g.
The crashes appear fully random. Presumably they are based on concurrent access to some shared resource from multiple threads. By the way the nuke API is not thread safe, so any calls to it should be serialized or made from the main thread.
There is one small piece installed in the user’s $HOME/.nuke directory, but the main part of the submitter is reloaded from the farm each time.
Thanks Mois!
We did notice around line 2432 there’s a list declaration that looks like it has a casing that is different from what’s being used. tempwriteNodes = [] # type: List[Any]
The var inside the subsequent code is using tempWriteNodes
We’ve updated this and so far have not hit previously mentioned error. I can’t confirm that this is the cause of the bug(because I was never able to replicate it on my workstation ;)), but so far so good.
Thanks,
-Jake
I’ll see about getting that typo fixed, but I don’t think it’s the root of your issue.
That typo’s been there since Deadline 10.1, and call to sorted happens in every branch of the following if/else ladder before it gets evaluated. So I figure that’s what’s keeping this from breaking for everyone else in the past.
What version of Deadline are you running? Line 2432 in my 10.3.2.1. checkout isn’t the line with the typo.
We did fix an issue with “Selected Nodes Only” and “Submit Write Nodes As Separate Jobs” before, but in that case no job would be created.