Re: Bug at version 0.70-rc2
Carsten Grohmann <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
Hi Miloslav, Carsten Grohmann schrieb am 31.10.2015: > Hi Miloslav, > > Carsten Grohmann schrieb am 31.10.2015: > > > >> c) segfault on cut/paste of widget > [...] > > > I think this problem usually arises from wxpython when you pass > > > an unexpected object to function > > > as they often dont have this situation checked. Maybe some > > > careful checks in code could help to fight with this problem. > Your note helps me to trace down and to fix this issue. I reworked the > deletion of a sizer slot and now the segfault doesn't occur. > > Now I'll review and rethink my changes and will release the fix later > today or tomorrow. It's fixed in changeset 1774:02df7a2ab281 "Fix segfault triggered by deleting a SizerSlot instance". The changeset is pushed to the bitbucket repository already. Regards, Carsten ------------------------------------------------------------------------------