Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 288671 Details for
Bug 329499
dev-lang/python-2.6 'rwx' mmap() calls prevent loading of ctypes module (possibly others) under new PaX kernels
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
strace output from twistd
twistd.strace.out (text/plain), 20.10 KB, created by
Burcin Erocal
on 2011-10-03 12:00:57 UTC
(
hide
)
Description:
strace output from twistd
Filename:
MIME Type:
Creator:
Burcin Erocal
Created:
2011-10-03 12:00:57 UTC
Size:
20.10 KB
patch
obsolete
>7885 stat("/usr/lib64/portage/pym/win32api", 0x7fffca1ee6e0) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/portage/pym/win32api.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/portage/pym/win32apimodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/portage/pym/win32api.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/portage/pym/win32api.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/lib64/python2.7/site-packages/twisted/python/ctypes", 0x7fffca1ee580) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/site-packages/twisted/python/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/site-packages/twisted/python/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/site-packages/twisted/python/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/site-packages/twisted/python/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/var/portage/rep/portage/dev-lang/python/ctypes", 0x7fffca1ee580) = -1 ENOENT (No such file or directory) >7885 open("/var/portage/rep/portage/dev-lang/python/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/var/portage/rep/portage/dev-lang/python/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/var/portage/rep/portage/dev-lang/python/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/var/portage/rep/portage/dev-lang/python/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/bin/ctypes", 0x7fffca1ee580) = -1 ENOENT (No such file or directory) >7885 open("/usr/bin/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/bin/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/bin/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/bin/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/lib64/python2.7/ctypes", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >7885 stat("/usr/lib64/python2.7/ctypes/__init__.py", {st_mode=S_IFREG|0644, st_size=17383, ...}) = 0 >7885 stat("/usr/lib64/python2.7/ctypes/__init__", 0x7fffca1ed530) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/__init__.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/__init__module.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/__init__.py", O_RDONLY) = 12 >7885 fstat(12, {st_mode=S_IFREG|0644, st_size=17383, ...}) = 0 >7885 open("/usr/lib64/python2.7/ctypes/__init__.pyc", O_RDONLY) = 13 >7885 fstat(13, {st_mode=S_IFREG|0644, st_size=19992, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(13, "\3\363\r\n\205\263\220Mc\0\0\0\0\0\0\0\0\6\0\0\0@\0\0\0s\202\n\0\0d\0"..., 4096) = 4096 >7885 fstat(13, {st_mode=S_IFREG|0644, st_size=19992, ...}) = 0 >7885 read(13, "\0\207\1\0\207\2\0f\3\0d\5\0\206\0\0\203\0\0Y}\3\0|\3\0t\7\0\210\0\0"..., 12288) = 12288 >7885 read(13, "\0\0\203\1\0j\3\0\203\0\0}\1\0n\0\0t\4\0|\0\0|\1\0\203\2\0S(\1"..., 4096) = 3608 >7885 read(13, "", 4096) = 0 >7885 close(13) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 stat("/usr/lib64/python2.7/ctypes", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >7885 stat("/usr/lib64/python2.7/ctypes", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 >7885 stat("/usr/lib64/python2.7/ctypes/os", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/os.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/osmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/os.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/os.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/lib64/python2.7/ctypes/sys", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/sys.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/sysmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/sys.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/sys.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/lib64/python2.7/ctypes/_ctypes", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/var/portage/rep/portage/dev-lang/python/_ctypes", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/var/portage/rep/portage/dev-lang/python/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/var/portage/rep/portage/dev-lang/python/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/var/portage/rep/portage/dev-lang/python/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/var/portage/rep/portage/dev-lang/python/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/bin/_ctypes", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/bin/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/bin/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/bin/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/bin/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/lib64/python2.7/_ctypes", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/lib64/python2.7/plat-linux2/_ctypes", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/plat-linux2/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/plat-linux2/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/plat-linux2/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/plat-linux2/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/lib64/python2.7/lib-tk/_ctypes", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/lib-tk/_ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/lib-tk/_ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/lib-tk/_ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/lib-tk/_ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/lib64/python2.7/lib-dynload/_ctypes", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/lib-dynload/_ctypes.so", O_RDONLY) = 13 >7885 fstat(13, {st_mode=S_IFREG|0755, st_size=124024, ...}) = 0 >7885 open("/usr/lib64/python2.7/lib-dynload/_ctypes.so", O_RDONLY) = 14 >7885 read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300z\0\0\0\0\0\0"..., 832) = 832 >7885 fstat(14, {st_mode=S_IFREG|0755, st_size=124024, ...}) = 0 >7885 mmap(NULL, 2219184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7fc03a477000 >7885 mprotect(0x7fc03a491000, 2093056, PROT_NONE) = 0 >7885 mmap(0x7fc03a690000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x19000) = 0x7fc03a690000 >7885 close(14) = 0 >7885 open("/etc/ld.so.cache", O_RDONLY) = 14 >7885 fstat(14, {st_mode=S_IFREG|0644, st_size=197603, ...}) = 0 >7885 mmap(NULL, 197603, PROT_READ, MAP_PRIVATE, 14, 0) = 0x7fc03ed16000 >7885 close(14) = 0 >7885 open("/usr/lib/gcc/x86_64-pc-linux-gnu/4.5.3/libffi.so.4", O_RDONLY) = 14 >7885 read(14, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\32\0\0\0\0\0\0"..., 832) = 832 >7885 fstat(14, {st_mode=S_IFREG|0755, st_size=138702, ...}) = 0 >7885 mmap(NULL, 2127360, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 14, 0) = 0x7fc03a26f000 >7885 mprotect(0x7fc03a276000, 2093056, PROT_NONE) = 0 >7885 mmap(0x7fc03a475000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 14, 0x6000) = 0x7fc03a475000 >7885 close(14) = 0 >7885 mprotect(0x7fc03a475000, 4096, PROT_READ) = 0 >7885 mprotect(0x7fc03a690000, 4096, PROT_READ) = 0 >7885 munmap(0x7fc03ed16000, 197603) = 0 >7885 close(13) = 0 >7885 stat("/usr/lib64/python2.7/ctypes/struct", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/struct.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/structmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/struct.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/struct.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 brk(0x1cb7000) = 0x1cb7000 >7885 stat("/usr/lib64/python2.7/ctypes/ctypes", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/ctypes.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/ctypesmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/ctypes.py", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/ctypes.pyc", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 stat("/usr/lib64/python2.7/ctypes/_endian", 0x7fffca1e9f50) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/_endian.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/_endianmodule.so", O_RDONLY) = -1 ENOENT (No such file or directory) >7885 open("/usr/lib64/python2.7/ctypes/_endian.py", O_RDONLY) = 13 >7885 fstat(13, {st_mode=S_IFREG|0644, st_size=2041, ...}) = 0 >7885 open("/usr/lib64/python2.7/ctypes/_endian.pyc", O_RDONLY) = 14 >7885 fstat(14, {st_mode=S_IFREG|0644, st_size=2274, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(14, "\3\363\r\n\205\263\220Mc\0\0\0\0\0\0\0\0\3\0\0\0@\0\0\0s\303\0\0\0d\0"..., 4096) = 2274 >7885 fstat(14, {st_mode=S_IFREG|0644, st_size=2274, ...}) = 0 >7885 read(14, "", 4096) = 0 >7885 close(14) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 close(13) = 0 >7885 statfs("/selinux", 0x7fffca1ebfa0) = -1 ENOENT (No such file or directory) >7885 open("/proc/mounts", O_RDONLY) = 13 >7885 fstat(13, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(13, "rootfs / rootfs rw 0 0\nproc /pro"..., 1024) = 1003 >7885 close(13) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 open("/tmp/ffiS3iyaG", O_RDWR|O_CREAT|O_EXCL, 0600) = 13 >7885 unlink("/tmp/ffiS3iyaG") = 0 >7885 ftruncate(13, 4096) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_EXEC, MAP_SHARED, 13, 0) = -1 EPERM (Operation not permitted) >7885 close(13) = 0 >7885 open("/var/tmp/ffi5ASZqt", O_RDWR|O_CREAT|O_EXCL, 0600) = 13 >7885 unlink("/var/tmp/ffi5ASZqt") = 0 >7885 ftruncate(13, 4096) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_EXEC, MAP_SHARED, 13, 0) = -1 EPERM (Operation not permitted) >7885 close(13) = 0 >7885 open("/dev/shm/ffiANqtHg", O_RDWR|O_CREAT|O_EXCL, 0600) = 13 >7885 unlink("/dev/shm/ffiANqtHg") = 0 >7885 ftruncate(13, 4096) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_EXEC, MAP_SHARED, 13, 0) = -1 EPERM (Operation not permitted) >7885 close(13) = 0 >7885 open("/dev/null/ffiTXPYX3", O_RDWR|O_CREAT|O_EXCL, 0600) = -1 ENOTDIR (Not a directory) >7885 open("/etc/mtab", O_RDONLY) = 13 >7885 fstat(13, {st_mode=S_IFREG|0644, st_size=865, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed43000 >7885 read(13, "rootfs / rootfs rw 0 0\nproc /pro"..., 4096) = 865 >7885 close(13) = 0 >7885 munmap(0x7fc03ed43000, 4096) = 0 >7885 open("/proc/mounts", O_RDONLY) = 13 >7885 fstat(13, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(13, "rootfs / rootfs rw 0 0\nproc /pro"..., 1024) = 1003 >7885 close(13) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 close(12) = 0 >7885 close(11) = 0 >7885 close(10) = 0 >7885 close(9) = 0 >7885 close(8) = 0 >7885 close(7) = 0 >7885 close(6) = 0 >7885 close(5) = 0 >7885 write(2, "Traceback (most recent call last"..., 35) = 35 >7885 write(2, " File \"/usr/bin/twistd-2.7\", li"..., 51) = 51 >7885 open("/usr/bin/twistd-2.7", O_RDONLY) = 5 >7885 fstat(5, {st_mode=S_IFREG|0755, st_size=606, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(5, "#!/usr/bin/python2.7\n\n# Copyrigh"..., 4096) = 606 >7885 write(2, " ", 4) = 4 >7885 write(2, "from twisted.scripts.twistd impo"..., 39) = 39 >7885 close(5) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 write(2, " File \"/usr/lib64/python2.7/sit"..., 92) = 92 >7885 open("/usr/lib64/python2.7/site-packages/twisted/scripts/twistd.py", O_RDONLY) = 5 >7885 fstat(5, {st_mode=S_IFREG|0644, st_size=711, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(5, "# -*- test-case-name: twisted.te"..., 4096) = 711 >7885 write(2, " ", 4) = 4 >7885 write(2, "from twisted.application import "..., 36) = 36 >7885 close(5) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 write(2, " File \"/usr/lib64/python2.7/sit"..., 93) = 93 >7885 open("/usr/lib64/python2.7/site-packages/twisted/application/app.py", O_RDONLY) = 5 >7885 fstat(5, {st_mode=S_IFREG|0644, st_size=20908, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(5, "# -*- test-case-name: twisted.te"..., 4096) = 4096 >7885 write(2, " ", 4) = 4 >7885 write(2, "from twisted.application import "..., 50) = 50 >7885 close(5) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 write(2, " File \"/usr/lib64/python2.7/sit"..., 97) = 97 >7885 open("/usr/lib64/python2.7/site-packages/twisted/application/service.py", O_RDONLY) = 5 >7885 fstat(5, {st_mode=S_IFREG|0644, st_size=11434, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(5, "# Copyright (c) Twisted Matrix L"..., 4096) = 4096 >7885 write(2, " ", 4) = 4 >7885 write(2, "from twisted.plugin import IPlug"..., 35) = 35 >7885 close(5) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 write(2, " File \"/usr/lib64/python2.7/sit"..., 84) = 84 >7885 open("/usr/lib64/python2.7/site-packages/twisted/plugin.py", O_RDONLY) = 5 >7885 fstat(5, {st_mode=S_IFREG|0644, st_size=8349, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(5, "# -*- test-case-name: twisted.te"..., 4096) = 4096 >7885 write(2, " ", 4) = 4 >7885 write(2, "from twisted.python.modules impo"..., 45) = 45 >7885 close(5) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 write(2, " File \"/usr/lib64/python2.7/sit"..., 92) = 92 >7885 open("/usr/lib64/python2.7/site-packages/twisted/python/modules.py", O_RDONLY) = 5 >7885 fstat(5, {st_mode=S_IFREG|0644, st_size=26357, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(5, "# -*- test-case-name: twisted.te"..., 4096) = 4096 >7885 write(2, " ", 4) = 4 >7885 write(2, "from twisted.python.filepath imp"..., 62) = 62 >7885 close(5) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 write(2, " File \"/usr/lib64/python2.7/sit"..., 93) = 93 >7885 open("/usr/lib64/python2.7/site-packages/twisted/python/filepath.py", O_RDONLY) = 5 >7885 fstat(5, {st_mode=S_IFREG|0644, st_size=36773, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(5, "# -*- test-case-name: twisted.te"..., 4096) = 4096 >7885 write(2, " ", 4) = 4 >7885 write(2, "from twisted.python.win32 import"..., 76) = 76 >7885 close(5) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 write(2, " File \"/usr/lib64/python2.7/sit"..., 91) = 91 >7885 open("/usr/lib64/python2.7/site-packages/twisted/python/win32.py", O_RDONLY) = 5 >7885 fstat(5, {st_mode=S_IFREG|0644, st_size=5482, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(5, "# -*- test-case-name: twisted.py"..., 4096) = 4096 >7885 read(5, " from ctypes import WinEr"..., 4096) = 1386 >7885 write(2, " ", 4) = 4 >7885 write(2, "formatError = _ErrorFormatter.fr"..., 60) = 60 >7885 close(5) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 write(2, " File \"/usr/lib64/python2.7/sit"..., 98) = 98 >7885 open("/usr/lib64/python2.7/site-packages/twisted/python/win32.py", O_RDONLY) = 5 >7885 fstat(5, {st_mode=S_IFREG|0644, st_size=5482, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(5, "# -*- test-case-name: twisted.py"..., 4096) = 4096 >7885 read(5, " from ctypes import WinEr"..., 4096) = 1386 >7885 write(2, " ", 4) = 4 >7885 write(2, "from ctypes import WinError\n", 28) = 28 >7885 close(5) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 write(2, " File \"/usr/lib64/python2.7/cty"..., 72) = 72 >7885 open("/usr/lib64/python2.7/ctypes/__init__.py", O_RDONLY) = 5 >7885 fstat(5, {st_mode=S_IFREG|0644, st_size=17383, ...}) = 0 >7885 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7fc03ed46000 >7885 read(5, "################################"..., 4096) = 4096 >7885 read(5, "c__)\n flags = _FUNCFLAG_S"..., 4096) = 4096 >7885 read(5, "):\n _type_ = \"?\"\n\nfrom _ctype"..., 4096) = 4096 >7885 read(5, "'t it derive from c_long then?\n "..., 4096) = 4096 >7885 read(5, " ccom = __import__(\"comt"..., 4096) = 999 >7885 write(2, " ", 4) = 4 >7885 write(2, "CFUNCTYPE(c_int)(lambda: None)\n", 31) = 31 >7885 close(5) = 0 >7885 munmap(0x7fc03ed46000, 4096) = 0 >7885 write(2, "MemoryError", 11) = 11 >7885 write(2, "\n", 1) = 1 >7885 rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTORER, 0x7fc03e563430}, {0x7fc03e887630, [], SA_RESTORER, 0x7fc03e563430}, 8) = 0 >7885 exit_group(1) = ?
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 329499
:
239871
|
239875
|
240887
|
240889
|
240891
| 288671 |
297183
|
297185
|
298441
|
298841
|
304207
|
308707
|
308711