[wxPython-users] refactoring ListCtrl caused segmentation fault

Michael Barron barronmo at gmail.com
Wed Jan 16 17:44:28 PST 2008


On Jan 16, 2008 7:39 PM, Michael Barron <barronmo at gmail.com> wrote:

> Attached is a small file that duplicates the problem I'm having.  Thanks
> for the help.
>
> Mike
>
>
> On Jan 14, 2008 2:44 PM, Robin Dunn <robin at alldunn.com > wrote:
>
> > Michael Barron wrote:
> > > I'm refactoring a CheckListCtrl and am now getting a crash,
> > > "Segmentation fault (core dumped)".  The old code worked fine.
> > >
> >
> > I'm using wxPython version 2.8.7.1.
> >
>
Mike

>
> > >
> > > I would love to understand why the change is causing a problem.  I am
> > > new to Python and wxPython.  Unforturnately I cannot find the core
> > dump
> > > file on the system I am using, Ubuntu 7.04.  Thanks in advance for any
> > help.
> >
> > Which version of wxPython?  Can you tell how far it gets before the
> > crash?  My guess is that one of the mix-ins is doing something that
> > assumes that there are columns and/or items already in the listctrl, so
> > you may have to reorder some things.  Can you make a small runnable
> > sample that shows the problem?
> >
> > http://wiki.wxpython.org/MakingSampleApps
> >
> > --
> > Robin Dunn
> > Software Craftsman
> > http://wxPython.org  Java give you jitters?  Relax with wxPython!
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: wxPython-users-unsubscribe at lists.wxwidgets.org
> > For additional commands, e-mail: wxPython-users-help at lists.wxwidgets.org
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/200801=
16/ba8acb37/attachment.htm


More information about the wxpython-users mailing list