Public bug reported:

I have a short program that creates a TextCtrl as the child of a
StaticBox:

#!/usr/bin/env python

import wx

class Bug(wx.Frame):

    def __init__(self):
        wx.Frame.__init__(self, None)
        box = wx.StaticBox(self, label='Box')
        wx.TextCtrl(box)

app = wx.App()
Bug()
app.MainLoop()

Whenever I run it, I get a segmentation fault.  I'm attaching the
program and gdb backtrace; please let me know if I can provide anything
else.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: python-wxgtk2.8 2.8.12.1-6ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-58.88-generic 3.2.53
Uname: Linux 3.2.0-58-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu17.6
Architecture: amd64
Date: Sun Jan  5 01:01:55 2014
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
MarkForUpload: True
SourcePackage: wxwidgets2.8
UpgradeStatus: Upgraded to precise on 2013-01-13 (356 days ago)

** Affects: wxwidgets2.8 (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug precise running-unity

** Attachment added: "program that triggers the bug"
   https://bugs.launchpad.net/bugs/1266157/+attachment/3940959/+files/bug.py

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1266157

Title:
  segmentation fault with TextCtrl child of StaticBox

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/1266157/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to