pycrust crash when inspecting wx namespace
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wxwidgets2.8 (Ubuntu) |
Invalid
|
Undecided
|
Rolf Leggewie |
Bug Description
Using pycrust from python-wxtools 2.8.10.1-0 on Lucid Lynx, Ubuntu 10.04 and observe the following crash after importing the wx package and attempting to inspect the wx namespace. pycrust reports the following version info:
PyCrust 0.9.5 - The Flakiest Python Shell
Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56)
[GCC 4.4.3] on linux2
1. Open pycrust from a terminal
2. import wx
3. In the Namespace notebook tab, click the arrow beside locals() to expand the tree
4. Scroll the left pane of the Namespace to down to see wx
5. Click the arrow beside wx to expand its tree
6. Cursor clocks for a couple of seconds and the pycrust application crashes and shuts down
Output in terminal shows the following:
$ pycrust
/usr/lib/
d[key] = getattr(obj, key)
Segmentation fault
I expected to be able to view the namespace details of the wx package.
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: python-wxtools 2.8.10.1-0ubuntu1
Uname: Linux 2.6.34-
Architecture: i386
Date: Mon Jul 19 07:44:41 2010
InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release i386 (20100429)
PackageArchitec
ProcEnviron:
PATH=(custom, user)
LANG=en_US.utf8
SHELL=/bin/bash
SourcePackage: wxwidgets2.8
Backtrace requested by Robin Dunn on the wxPython-users on Google Groups from gdb per instructions at https:/ /wiki.ubuntu. com/Backtrace