Author Topic: Crash when unloading compiler plugin  (Read 20520 times)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Crash when unloading compiler plugin
« Reply #15 on: May 04, 2012, 02:04:48 pm »
Morten: Any progress with trying the "if (!Manager::Get()->IsAppShuttingdown()) " idea?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Crash when unloading compiler plugin
« Reply #16 on: May 04, 2012, 02:35:42 pm »
Morten: Any progress with trying the "if (!Manager::Get()->IsAppShuttingdown()) " idea?
Nope, I am too busy atm... sorry.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Crash when unloading compiler plugin
« Reply #17 on: May 19, 2012, 12:42:47 am »
In svn... including the isappshuttingdown check...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Crash when unloading compiler plugin
« Reply #18 on: May 19, 2012, 03:10:06 pm »
In svn... including the isappshuttingdown check...
NICE! ...but you missed one. I've added it in r7981. ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ