tabtabtab-nuke
tabtabtab-nuke copied to clipboard
Crash at certain strings?
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.
Removing/reseting tabtabtab_weights.json seems to fix the problem. Investigating more.
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...
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:
- Get the process ID of Nuke (e.g from
ps auxw | grep -i nukeor similar) - gdb -p [the process ID]
- Make it crash (and Nuke will freeze instead of closing instantly)
- Run
set height 0and thenbtto dump out a backtrace
So, I'm getting about 70k lines of info
edited out, see this instead: https://drive.google.com/file/d/0B9hhMkQCe0f6WlZFTUxCSURrNVk/view?usp=sharing