kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #33862
Re: New OpenGL debug stuff crashes pcbnew on startup
Le 10/02/2018 à 10:54, jp charras a écrit :
> Le 09/02/2018 à 20:08, Wayne Stambaugh a écrit :
>> Linux and windows are find for me.
>>
>> On 02/09/2018 01:14 PM, Jeff Young wrote:
>>> Mac-only?
>
> Mac-only?: No. For me, it crashes on Windows (W7 32 bits) and works only on Linux.
>
> The crash happens both in debug and release mode, and in debug mode I have the same trace as on OSX.
Hi Orson,
Could you have a look into my commit 5ecfd326545c0bc34c853174e4de371a8bc0ac82
It allows call to enableGlDebug only in Debug Build ( __WXDEBUG__ is defined even in Kicad release
mode) and only on Linux.
For some reasons, on my W7 32 bits install, glEnable( GL_DEBUG_OUTPUT ) crash without message,
and glDisable( GL_DEBUG_OUTPUT ) crash but after displaying a error message.
Thanks,
--
Jean-Pierre CHARRAS
Follow ups
References