"QClipboard :: event(class QEvent *) Cowardly refusing to send clipboard message to hung application"
I get this a lot even in Nuke9.0v6. And I mean a lot. If I look at the terminal after working for a few hours I often have something like 5-10 lines of this message. Quite annoying. Are you saying it has to do with Quicktimes? As everyone else I'm also seeing crashes on exit. ------------------------------- Simon Björk Compositor/TD +46 (0)70-2859503 www.bjorkvisuals.com 2015-06-05 10:18 GMT+02:00 Frank Harrison <fr...@thefoundry.co.uk>: > Hey all, > > thanks for all the feedback, we've been following your comments carefully > and apologise if it's been causing you any problems. > > We're not aware of any crash-on-exit bugs after using large amounts of > memory i.e. after rendering large, complex scripts. Does anyone have any > concrete reproducible steps? If so we will log a bug and investigate. We > did have some issues with Quicktimes in Nuke 9.0v4 and earlier which would > have been exacerbated by rendering large files. > > We fixed one NukePanels crash-on-exit in the latest release, Nuke 9.0v6 so > it would be great if those of you who use nukescripts.panels could see if > that helps your issues: > > Bug 47788 - nukescripts.panels crash [RESOLVED - 9.0v6+] > > > On a related note, we also have some long-standing bugs with PySide, such > as the one Ben Dickson mentioned. We suspect that this is we're on quite an > old version of PySide and it looks like the PySide guys have fixed a couple > of crash-on-exit fixes in releases later than the one Nuke uses (Nuke is on > PySide v1.0.9 - as of Nuke 8.0, which correlates with Mr Rueter's > comments). Right now, the best we can do is recommend that you keep any > PySide code simple, but we will try to look into it further: > > Bug 23576 - Segmentation Fault on Nuke exit after using a custom PySide > window [REOPENED] > > > We are also aware of issues with custom workspaces which we are looking > into as I type. > > > "QClipboard :: event(class QEvent *) Cowardly refusing to send > clipboard message to > > hung application" > This message relates to Quicktime Helpers, an issue we fixed for 9.0v1. > I'm not sure if we back-ported it to 8.0v7. > > We were not aware that so many of you were getting native-OS crash reports > (instead of Nuke's custom handler). This means that we don't see those > reports which means we don't fix them, so I've logged a bug for us to try > and make sure we handle more cases where Nuke (unfortunately) crashes. > > Bug 49364 - [Crash Reporter] - Being unloaded before application-teardown > completed > > > We'll try and look into most of these issues a bit more, so thanks for > letting us know. > > F. > > > On 5 June 2015 at 06:41, Fredrik Averpil <fredrik.aver...@gmail.com> > wrote: > >> We have custom nuke panels (PySide) which are required to save a comp (so >> they are pretty much always loaded) but the crashes on exit does not always >> happen. So I wouldn't make the assumption; custom nuke panels == crash. >> >> There's probably more to it. >> tors 4 jun 2015 kl. 23:22 skrev Frank Rueter|OHUfx <fr...@ohufx.com>: >> >>> quite consistent for me:-D >>> >>> >>> On 05/06/15 00:17, Fredrik Pihl wrote: >>> >>> Here also.. quite random. >>> >>> On Thu, Jun 4, 2015 at 5:53 AM, Tzuen Wu <m...@tzuenwu.com> wrote: >>> >>>> Yes, I'd be interested for an answer to this as well. Seeing the same. >>>> >>>> Sent from my iPhone >>>> >>>> On 3/06/2015, at 07:41, Sebastian Elsner|RISE <sebast...@risefx.com> >>>> wrote: >>>> >>>> This seems to be a common issue. We have it too. >>>> >>>> On 06/03/2015 04:37 PM, Jake Richards wrote: >>>> >>>> To maybe reiterate what Frank says, I can get consistent seg faults >>>> with the following code in linux and Nuke 9.0v4: >>>> >>>> Nuke9.0 --safe >>>> (paste and execute this code in the script editor) >>>> ### >>>> from PyQt4 import QtGui,QtCore >>>> >>>> class pyQtTestDialog(QtGui.QWidget): >>>> def __init__(self): >>>> super(pyQtTestDialog,self).__init__() >>>> self.grid = QtGui.QGridLayout() >>>> self.setLayout(self.grid) >>>> self.OKButton = QtGui.QPushButton("Ok") >>>> self.cancelButton = QtGui.QPushButton("Cancel") >>>> self.grid.addWidget(self.OKButton,0,0,1,1) >>>> self.grid.addWidget(self.cancelButton,0,1,1,1) >>>> self.connect(self.OKButton,QtCore.SIGNAL('clicked()'),self.close) >>>> self.connect(self.cancelButton,QtCore.SIGNAL('clicked()'),self.close) >>>> >>>> >>>> nuke.menu("Nuke").addCommand("HI","t = pyQtTestDialog();t.show()") >>>> ### >>>> >>>> Click HI, then close the window and Nuke and I get a seg fault. >>>> In Nuke 8.0v6 everything used to work fine. What are the versions of >>>> Qt or PyQt that should be used? >>>> My query reports: >>>> >>>> ('Qt version:', '4.8.4') >>>> >>>> ('PyQt version:', '4.10.2') >>>> >>>> >>>> Thanks! >>>> >>>> Jake >>>> >>>> >>>> ------------------------------ >>>> >>>> *From: *"Frank Rueter|OHUfx" <fr...@ohufx.com> <fr...@ohufx.com> >>>> *To: *nuke-users@support.thefoundry.co.uk >>>> *Sent: *Tuesday, June 2, 2015 9:20:16 PM >>>> *Subject: *Re: [Nuke-users] Nuke crash on exit >>>> >>>> I get it every time the moment I use the viewer. >>>> -start nuke >>>> -create checkerboard >>>> -hook up checkerboard to viewer >>>> -close nuke >>>> -seg fault >>>> >>>> Without my pipeline code (which does register a couple of PySide >>>> widgets as nuke panels) it doesn't happen, but it never used to happen >>>> before Nuke 8. >>>> >>>> Reported this back when it started in Nuke 8 >>>> >>>> >>>> >>>> On 03/06/15 01:45, Rich Bobo wrote: >>>> >>>> Frank, >>>> >>>> I have been getting crashes on exit (Nuke 9.0v4 on Windows 7 Pro) for >>>> a while now… Not sure what leads to the problem - it’s fairly random. Could >>>> be high memory usage, but I’m not sure. My machine has 64 GB of RAM... >>>> >>>> Rich >>>> >>>> >>>> Rich Bobo >>>> Senior VFX Compositor >>>> Armstrong White >>>> Email: rich.b...@armstrong-white.com >>>> http://armstrong-white.com/ >>>> >>>> Email: richb...@mac.com >>>> Mobile: (248) 840-2665 >>>> Web: http://richbobo.com/ >>>> >>>> On Jun 1, 2015, at 7:29 PM, Frank Rueter|OHUfx <fr...@ohufx.com> >>>> wrote: >>>> >>>> interestingly Nuke9 decided to seg fault on start up for me as well >>>> now. If I keep trying it eventually launches. >>>> anybody else? >>>> >>>> On 31/05/15 18:02, Daniel Hartlehnert wrote: >>>> >>>> Uh, segmentation fault crashes. Getting these alot! on Linux/Nuke7. >>>> However, the crashes i talked about don't show any error message in the >>>> command line window. Usually its already gone as well. >>>> >>>> >>>> Am 31.05.2015 um 05:22 schrieb Ben Dickson: >>>> >>>> >>>> Might be due to this (not sure if this is still the case in Nuke 9): >>>> >>>> On 23/11/13 02:54, The Foundry Support wrote: >>>> >>>> Hi Ben >>>> >>>> I managed to get this crashing consistently on Linux with your steps in >>>> Nuke >>>> 7/8 but not in 6.3v9. I've reopened the bug. >>>> >>>> Thanks >>>> >>>> Jason >>>> >>>> Ben Dickson <ben.dick...@rsp.com.au> <ben.dick...@rsp.com.au> wrote: >>>> >>>> >>>> There was a problem fixed in Nuke 6.3v8, >>>> >>>> Bug #23576, "Segmentation Fault on Nuke exit after using a custom PySide >>>> window" >>>> >>>> However I am having a similar problem in Nuke 7.0v8, on Linux. >>>> [...] >>>> >>>> On 30/05/15 15:39, Fredrik Averpil wrote: >>>> >>>> Yeah, we get this too occasionally. >>>> lör 30 maj 2015 kl. 05:12 skrev Frank Rueter|OHUfx >>>> <fr...@ohufx.com<mailto:fr...@ohufx.com> <fr...@ohufx.com>>: >>>> >>>> Same here since Nuke 8 (on linux and osx). Quite annoying. >>>> Reported it back then >>>> >>>> >>>> >>>> On 30/05/15 06:36, Daniel Hartlehnert wrote: >>>> >>>> I doubt its your pipeline. I've seen it across many companies i >>>> have worked for. Like i said, it only happens when the script was >>>> very memory heavy. Seems to have something to do with freeing the >>>> memory. >>>> >>>> Am 29.05.2015 um 20:23 schrieb Bruno-Pierre Jobin: >>>> >>>> >>>> Same on Linux. I thought it was one of our pipeline tools that >>>> cause the crashing but if you are also experiencing this, >>>> its probably Nuke 9. >>>> >>>> On Fri, May 29, 2015 at 1:27 PM, Howard Jones >>>> <mrhowardjo...@yahoo.com <mailto:mrhowardjo...@yahoo.com> >>>> <mrhowardjo...@yahoo.com>> wrote: >>>> >>>> I can confirm on Mac - see this a lot. >>>> >>>> H >>>> > On 29 May 2015, at 18:21, Daniel Hartlehnert <dah...@gmx.de >>>> <mailto:dah...@gmx.de> <dah...@gmx.de>> wrote: >>>> > >>>> > Hi, >>>> > >>>> > in my experience, Nuke 9 crashes alot when your script was >>>> memory intense and you are closing it. When you quit the >>>> application, Nuke will exit, but Windows will very often >>>> display a crash message. No Nuke crash reporter. >>>> > I saw this very often with earlier version, maybe around >>>> v6, then i got better, and now in 9, its as bad as it ever was. >>>> > Can anyone else confirm this? Nuke 9 on Windows. >>>> > >>>> > Cheers, >>>> > Daniel >>>> > >>>> > _______________________________________________ >>>> > Nuke-users mailing list >>>> > Nuke-users@support.thefoundry.co.uk >>>> <mailto:Nuke-users@support.thefoundry.co.uk> >>>> <Nuke-users@support.thefoundry.co.uk>, >>>> http://forums.thefoundry.co.uk/ >>>> > >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> _______________________________________________ >>>> Nuke-users mailing list >>>> Nuke-users@support.thefoundry.co.uk >>>> <mailto:Nuke-users@support.thefoundry.co.uk> >>>> <Nuke-users@support.thefoundry.co.uk>, >>>> http://forums.thefoundry.co.uk/ >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> >>>> >>>> >>>> -- >>>> Bruno-Pierre Jobin >>>> _______________________________________________ >>>> Nuke-users mailing list >>>> Nuke-users@support.thefoundry.co.uk >>>> <mailto:Nuke-users@support.thefoundry.co.uk> >>>> <Nuke-users@support.thefoundry.co.uk>, >>>> http://forums.thefoundry.co.uk/ >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> _______________________________________________ >>>> Nuke-users mailing list >>>> Nuke-users@support.thefoundry.co.uk >>>> <mailto:Nuke-users@support.thefoundry.co.uk> >>>> <Nuke-users@support.thefoundry.co.uk>,http://forums.thefoundry.co.uk/ >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> -- >>>> ohufxLogo 50x50 <http://www.ohufx.com> <http://www.ohufx.com/> *vfx >>>> compositing >>>> <http://ohufx.com/index.php/vfx-compositing> >>>> <http://ohufx.com/index.php/vfx-compositing> | *workflow >>>> customisation and consulting >>>> <http://ohufx.com/index.php/vfx-customising> >>>> <http://ohufx.com/index.php/vfx-customising>* * >>>> >>>> _______________________________________________ >>>> Nuke-users mailing list >>>> Nuke-users@support.thefoundry.co.uk >>>> <mailto:Nuke-users@support.thefoundry.co.uk> >>>> <Nuke-users@support.thefoundry.co.uk>, >>>> http://forums.thefoundry.co.uk/ >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> >>>> >>>> _______________________________________________ >>>> Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, >>>> http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> -- >>>> ben dickson >>>> 2D TD | ben.dick...@rsp.com.au >>>> rising sun pictures | www.rsp.com.au >>>> _______________________________________________ >>>> Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, >>>> http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> _______________________________________________ >>>> Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, >>>> http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> >>>> -- >>>> <ohufxLogo_50x50.png> <http://www.ohufx.com/> *vfx compositing >>>> <http://ohufx.com/index.php/vfx-compositing> | workflow customisation and >>>> consulting <http://ohufx.com/index.php/vfx-customising> * >>>> _______________________________________________ >>>> Nuke-users mailing list >>>> Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, >>>> http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> >>>> -- >>>> <mime-attachment.png> <http://www.ohufx.com> *vfx compositing >>>> <http://ohufx.com/index.php/vfx-compositing> | workflow customisation and >>>> consulting <http://ohufx.com/index.php/vfx-customising> * >>>> >>>> _______________________________________________ >>>> Nuke-users mailing list >>>> Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> >>>> >>>> >>>> _______________________________________________ >>>> Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, >>>> http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> >>>> -- >>>> >>>> *check out pointcloud9.com* <http://pointcloud9.com/> >>>> >>>> >>>> >>>> >>>> * Sebastian Elsner - Pipeline Techincal Director - RISE t: +49 30 >>>> 20180300 <%2B49%2030%2020180300> sebast...@risefx.com >>>> <sebast...@risefx.com> f: +49 30 61651074 <%2B49%2030%2061651074> >>>> www.risefx.com <http://www.risefx.com/>* >>>> >>>> *RISE FX GmbH* >>>> >>>> >>>> >>>> >>>> >>>> * Schlesische Straße 28, 10997 Berlin An der Schanz 1A, 50735 Köln >>>> Büchsenstraße 20, 70174 Stuttgart Gumpendorferstraße 55, 1060 Wien >>>> Geschaeftsfuehrer: Sven Pannicke, Robert Pinnow Handelsregister Berlin HRB >>>> 106667 B* >>>> >>>> _______________________________________________ >>>> Nuke-users mailing list >>>> Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>>> >>>> _______________________________________________ >>>> Nuke-users mailing list >>>> Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ >>>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>>> >>> >>> >>> >>> -- >>> ______________________________________________________ >>> *Fredrik Pihl - **visual effects supervisor - **visual effects producer* >>> >>> *Chairman - Swedish Visual Effects Association * >>> +46-72 381 05 35 >>> >>> >>> >>> >>> >>> *CONFIDENTIALITY NOTICE: This e-mail message is intended only for the >>> above-mentioned recipient(s). Its content is confidential. If you have >>> received this e-mail by error, please notify us immediately and delete it >>> without making a copy, nor disclosing its content, nor taking any action >>> based thereon. Thank you. *ツ >>> >>> >>> _______________________________________________ >>> Nuke-users mailing listnuke-us...@support.thefoundry.co.uk, >>> http://forums.thefoundry.co.uk/http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >>> >>> >>> -- >>> [image: ohufxLogo 50x50] <http://www.ohufx.com> *vfx compositing >>> <http://ohufx.com/index.php/vfx-compositing> | workflow customisation and >>> consulting <http://ohufx.com/index.php/vfx-customising> * >>> _______________________________________________ >>> Nuke-users mailing list >>> Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ >>> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >> >> >> _______________________________________________ >> Nuke-users mailing list >> Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ >> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >> > > > > -- > Frank Harrison > Senior Nuke Software Engineer > The Foundry > Tel: +44 (0)20 7968 6828 - Fax: +44 (0)20 7930 8906 > Web: www.thefoundry.co.uk > Email: frank.harri...@thefoundry.co.uk > > _______________________________________________ > Nuke-users mailing list > Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users >
_______________________________________________ Nuke-users mailing list Nuke-users@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/ http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users