[Bug 418848] Re: Python Segfault on os.exec
dino99
418848 at bugs.launchpad.net
Fri Aug 28 09:59:34 UTC 2015
This version has expired
** Changed in: python
Importance: Unknown => Undecided
** Changed in: python
Status: Fix Committed => New
** Changed in: python
Remote watch: Python Roundup #8154 => None
** Changed in: python
Status: New => Invalid
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python2.6 in Ubuntu.
https://bugs.launchpad.net/bugs/418848
Title:
Python Segfault on os.exec
Status in Python:
Invalid
Status in python2.6 package in Ubuntu:
Fix Released
Bug description:
Binary package hint: python
Ubuntu Karmic, latest python from aptitude (2.6.2-0ubuntu1).
Using the exec command causes segfaults in python. For example:
Python 2.6.2+ (release26-maint, Jul 24 2009, 16:16:12)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.execlp('true')
Segmentation fault
~>
Expected behavior (from another Linux system):
Python 2.6 (r26:66714, Feb 3 2009, 20:49:49)
[GCC 4.3.2 [gcc-4_3-branch revision 141291]] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import os
>>> os.execlp('true')
~>
This has been confirmed on 3 different computers running karmic.
To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/418848/+subscriptions
More information about the foundations-bugs
mailing list