kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #02338
Re: MacOSX - Pcbnew: Refresh issues with onload
-
To:
kicad-devel@xxxxxxxxxxxxxxx
-
From:
"Marco Serantoni" <marco.serantoni@...>
-
Date:
Fri, 03 Apr 2009 18:26:21 -0000
-
In-reply-to:
<49D5477E.80305@...>
-
User-agent:
eGroups-EW/0.82
> > Evidence of problems seems be:
> > Thu Apr 2 22:18:21 snowball.local pcbnew[23127] <Error>: CGContextRestoreGState: invalid context
> > Thu Apr 2 22:18:21 snowball.local pcbnew[23127] <Error>: CGContextRestoreGState: invalid context
>
> Could this be a problem with the OSX version of wxWidgets since it
> doesn't appear to effect Linux or Windows? Have you tried running a
> debug build (debug build of wxWidgets too) to see if there are any
> assert messages that occur before you get this error? It might be helpful.
Is a common issue between the 2.8 tree, CGContextRestoreGState is a system call that is used to Restore a previous stored CoreGraphics state.
This was present under also the wxPhyton http://trac.wxwidgets.org/ticket/4272 , with another build and with another release of OS.
References