kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #128882
[Bug 1479111] Missing required logs.
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:
apport-collect 1479111
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.
** Changed in: linux (Ubuntu)
Status: New => Incomplete
** Tags added: trusty
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1479111
Title:
Old legacy Python errors under the new kernel
Status in linux package in Ubuntu:
Incomplete
Bug description:
I am using some very old installation of Zope server with its own
archaic Python. Under new kernel (3.13.0-59-generic
#98~precise1-Ubuntu SMP Fri Jul 24 21:05:34 UTC 2015 x86_64 x86_64
x86_64 GNU/Linux) any call of os.system in this Python fails with
error code 139 (SIGSEV), under previous kernels (until 3.13.0-58) it
worked OK:
$ /opt/zope/bin/python
Python 2.1.3 (#1, Sep 19 2002, 13:15:46)
[GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import os
>>> os.system('pwd')
139
>>>
Obviously I am not sure whether the source of the problem is kernel or
not, all I know then after rebooting with older kernel my application
works all right, when rebooting with 3.13.0-59 it crashes on those
failed os.system calls.
I am using Ubuntu 12.04, 64-bit.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1479111/+subscriptions
References