That’s the same bug that was being triggered on OSX with grid settings (and originally resulted in a deadlock before I switched GAL to RAII context locking).
I spent a couple of days on it but came up blank (other than that I suspected it was a result of drawing into a wrongly-sized buffer, which your case would support). Cheers, Jeff. > On 15 Oct 2018, at 16:32, jp charras <[email protected]> wrote: > > Le 14/10/2018 à 20:28, jp charras a écrit : >> Le 14/10/2018 à 20:02, Jeff Young a écrit : >>> Yeah, the AdvanceDepth() needs to go between the fill and the stroke, >>> rather than between the component and its children. I’ll look into it. >>> >> > > I just found an other very serious issue, fully reproductible, at least > on W7 32 bits. > > It happens when both Eeschema and Pcbnew are in Opengl mode, and when > the frames have a overlapping area: > > When trying to resize a frame (Pcbnew frame for instance), if the > overlapping area is modified (size of overlapping area changed when > resizing the frame) the screen of the frame behind the resized frame > becomes blank. > > If I try to zoom inside the blank screen (Eeschema for instance), I have > the error: > Error: switching framebuffer: invalid framebuffer operation > > and the fallback mode is set. > > It looks to me the wxPaintEvents create an issue, by I need a Opengl guru. > > However Kicad crashes on exit. > > Is just on my install? > > -- > Jean-Pierre CHARRAS > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

