Re: smtplib Segfaults Python under Debian
| localhost:~alex#python | Python 2.3.3 (#2, Feb 24 2004, 09:29:20) | [GCC 3.3.3 (Debian)] on linux2 | Type "help", "copyright", "credits" or "license" | for more information. | | >>> import smtplib | | Segmentation fault (core dumped) | | This happens under python 2.2 and 2.3 and 2.4 | Alex Using Python 2.3.5 here under Debian GNU/Linux Sarge import smtplib is OK [EMAIL PROTECTED] : ~/python $ python Python 2.3.5 (#2, Feb 9 2005, 00:38:15) [GCC 3.3.5 (Debian 1:3.3.5-8)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> >>> import smtplib >>> >>> smtplib.__file__ '/usr/lib/python2.3/smtplib.pyc' >>> [EMAIL PROTECTED] : ~/python $ apt-cache policy python2.3 python2.3: Installed: 2.3.5-1 Candidate: 2.3.5-1 Version Table: *** 2.3.5-1 0 500 http://mirrors.kernel.org sarge/main Packages 100 /var/lib/dpkg/status -- Stanley C. Kitching Human Being Phoenix, Arizona -- http://mail.python.org/mailman/listinfo/python-list
Re: smtplib Segfaults Python under Debian
Alex> localhost:~alex#python Alex> Python 2.3.3 (#2, Feb 24 2004, 09:29:20) Alex> [GCC 3.3.3 (Debian)] on linux2 Alex> Type "help", "copyright", "credits" or "license" for more information. import smtplib Alex> Segmentation fault (core dumped) Can you file a bug report on SF so this doesn't get lost? Can you run Python under gdb and get a C stack trace? Alex> everything else seems to be ok, any ideas anyone? I believe this Alex> to be the debian testing version. Alex> Debian is a PITA at times :/ If you suspect it's a Debian issue I suggest you file a bug report there as well. Skip -- http://mail.python.org/mailman/listinfo/python-list
smtplib Segfaults Python under Debian
localhost:~alex#python Python 2.3.3 (#2, Feb 24 2004, 09:29:20) [GCC 3.3.3 (Debian)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import smtplib Segmentation fault (core dumped) This happens under python 2.2 and 2.3 and 2.4 argh! everything else seems to be ok, any ideas anyone? I believe this to be the debian testing version. Debian is a PITA at times :/ -- http://mail.python.org/mailman/listinfo/python-list