View Single Post
Old 08-08-2012, 12:13 PM   #1663
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 6,317
Karma: 3966249
Join Date: Dec 2011
Location: Midwest USA
Device: Kindle Paperwhite(10th)
Quote:
Originally Posted by kovidgoyal View Post
That crash is almost certainly caused by some QAction in your plugin that is being garbage collected. Make sure you keep references to all QActions in your plugin to prevent them from being garbage collected.
That can be the case, yes.

But I recently saw a problem with a user on Mac that had all the symptoms of a garbage collected QAction but wasn't.

Just something else to look at if keeping references doesn't fix it.
JimmXinu is offline