tabtabtab-nuke icon indicating copy to clipboard operation
tabtabtab-nuke copied to clipboard

Crash at certain strings?

Open herronelou opened this issue 10 years ago • 4 comments

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 avatar Dec 04 '14 02:12 herronelou

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

herronelou avatar Dec 04 '14 02:12 herronelou

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...

herronelou avatar Dec 04 '14 09:12 herronelou

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

dbr avatar Dec 04 '14 11:12 dbr

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

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

herronelou avatar Dec 08 '14 08:12 herronelou