Author Topic: The 23 November 2018 build (11511) is out.  (Read 26013 times)

Offline riban

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 23 November 2018 build (11511) is out.
« Reply #15 on: December 08, 2018, 10:09:20 am »
There is an assertion error when setting some configuration settings that has been introduced since 17.12.

Example: Menu Settings->Editor...->General settings->C/C++ Editor settings
Tick "Interpret #if, #elseif, #endif to grey out inactive preprocessor-code".
Press "OK".
Results in a wxWidgets Debug Alert box:

Code
A debugging check in this application has failed.
../../src/common/wincmn.cpp(1531):assert ""Assert failure"" failed in RemoveEventHandler();
where has the event handler gone?

Continuing (rather than exiting app) allows normal operation to continue.

This is running "svn build rev 11511 (2018-11-19 15:21:51) gcc 5.1.0 Windows/unicode - 64 bit" running on Windows 7 Professional 64-bit with Service Pack 1. I have seen this with other workflows but did not record what they were. (I had more time today to record the workflow.)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 23 November 2018 build (11511) is out.
« Reply #16 on: December 08, 2018, 11:03:18 am »
Can you reproduce this problem reliably?
(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 riban

  • Multiple posting newcomer
  • *
  • Posts: 26
Re: The 23 November 2018 build (11511) is out.
« Reply #17 on: December 08, 2018, 11:10:36 am »
Yes, it happens every time with the nightly and does not occur with 17.12.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: The 23 November 2018 build (11511) is out.
« Reply #18 on: December 08, 2018, 11:24:31 am »
Unfortunately on linux it doesn't reproduce every time :(
(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!]