Skip to content
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

Crash at certain strings? #12

Open
herronelou opened this issue Dec 4, 2014 · 4 comments
Open

Crash at certain strings? #12

herronelou opened this issue Dec 4, 2014 · 4 comments

Comments

@herronelou
Copy link

Hi.
On Nuke7.0v8, I installed tabtabtab facility wide.
Works fine on Windows, but on the linux boxes, typing "cam" crashes nuke.
Any idea why that might be?
I'm looking into it but haven't found anything so far.

@herronelou
Copy link
Author

Removing/reseting tabtabtab_weights.json seems to fix the problem. Investigating more.

@herronelou
Copy link
Author

Really really strange..
This was my .json
{"Image/ColorBars": 1, "Image/Constant": 6, "Color/Clamp": 4, "Color/Grade": 1, "Image/CheckerBoard": 2}
I had done a change in the original .py which was to change the size from 200,300 to 300,200 (line 361,362)
if I edit this, Nuke crashes when typing "cam"
if I reset to the original, it doesn't crash...

@dbr
Copy link
Owner

dbr commented Dec 4, 2014

That is really weird. So with both that weights json file and changing the size to 300x200, it crashes?

It'd be interesting to see if gdb provides a useful backtrace - if you launch Nuke as usual, then:

  1. Get the process ID of Nuke (e.g from ps auxw | grep -i nuke or similar)
  2. gdb -p [the process ID]
  3. Make it crash (and Nuke will freeze instead of closing instantly)
  4. Run set height 0 and then bt to dump out a backtrace

@herronelou
Copy link
Author

So, I'm getting about 70k lines of info

edited out, see this instead: https://drive.google.com/file/d/0B9hhMkQCe0f6WlZFTUxCSURrNVk/view?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants