Comment 17 for bug 419501

Revision history for this message
Jeffrey Elkner (jelkner) wrote :

I tried to file a bug report on a fatal error in karmic (both amd64 and i386) for the package python-gasp. The reply came that it is a duplicate of this bug. To reproduce it:

1. sudo apt-get install python-gasp (from universe)
2. from a python shell:
>>> from gasp import *
>>> begin_graphics()

This will cause python to die and give a core dump.