Re: Segfaults and debug builds
Jonathan Schultz <[email protected]>
| Newsgroups | gmane.comp.python.wxpython.devel |
|---|---|
| Message-ID | <[email protected]> |
Thanks for the help. The debug info didn't reveal very much other than obviously corrupted memory pointers. I can't seem to get a consistent result, ie when I fiddle with the Python script I get a different segfault. But it does seem to be related to trapping incorrectly called Python methods. Here is a very simple example: import wx > > app = wx.App() > #frame = wx.Frame(None) # works OK > frame = wx.Frame() # Segfaults > panel = wx.Panel(frame) > Cheers, Jonathan -- You received this message because you are subscribed to the Google Groups "wxPython-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.