On Thu, 2003-03-13 at 14:33, Brian J. Murrell wrote: > I reported this bug http://qa.mandrakesoft.com/show_bug.cgi?id=2456 > way back on Feb. 26th but still nothing. > > Is 9.1 really going to ship with a segfaulting Python? That seems to > me like quite a serious bug to put into a final release. You can > reproduce this bug simply by entering the following 3 lines: > > $ python > Python 2.2.2 (#2, Feb 5 2003, 10:40:08) > [GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-5mdk)] on linux-i386 > Type "help", "copyright", "credits" or "license" for more information. > >>> from gnome.ui import GnomeRequestDialog > >>> from socket import * > > And you will get a segfault. > > Might be a good idea to fix this before we ship, no? > > b.
-------------------------------------------------- [EMAIL PROTECTED] doom2]$ python Python 2.2.2 (#2, Feb 5 2003, 10:40:08) [GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-5mdk)] on linux-i386 Type "help", "copyright", "credits" or "license" for more information. >>> from gnome.ui import GnomeRequestDialog >>> from socket import * >>> quit 'Use Ctrl-D (i.e. EOF) to exit.' >>> [EMAIL PROTECTED] doom2]$ -------------------------------------------------- (my complete infamiliarity with Python heroically not edited out =>). Note, no segfault. -- adamw
