Bug 24829 - PTRACE_EVENT_* mechanism does not work in CT
Summary: PTRACE_EVENT_* mechanism does not work in CT
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: kernel-image-ovz-el (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Gleb F-Malinovskiy
QA Contact: qa-sisyphus
URL: http://bugzilla.openvz.org/show_bug.c...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-27 10:02 MSK by Denis Smirnov
Modified: 2011-01-18 09:53 MSK (History)
14 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Denis Smirnov 2010-12-27 10:02:25 MSK
$ cat > test.spec << __EOF__
Name: test
Summary: test
Version: 1.0
Release: alt1

License: GPL
Group: System/Base
BuildArch: noarch

%description
%summary
%prep
%install
mkdir -p %buildroot
%files
%changelog
__EOF__
$ buildreq test.spec

в результате имеем мертвый вис.

не воспроизводится в HN, воспроизводится в VE на ядре 2.6.32-ovz-el-alt4
Comment 1 Dmitry V. Levin 2010-12-28 20:22:24 MSK
На el-smp-2.6.32-alt11 тоже работает.
Видимо, новая фича в strace-4.5.20-alt6 как-то не так реализована в CT на 2.6.32-ovz-el-alt4.
Антон, чтобы разобраться, кто виноват, strace или ovz-el, требуется помощь.
Comment 2 aspsk 2010-12-29 10:50:19 MSK
(В ответ на комментарий №1)
> На el-smp-2.6.32-alt11 тоже работает.
> Видимо, новая фича в strace-4.5.20-alt6 как-то не так реализована в CT на
> 2.6.32-ovz-el-alt4.
> Антон, чтобы разобраться, кто виноват, strace или ovz-el, требуется помощь.

Какая?
Comment 3 Dmitry V. Levin 2011-01-14 17:28:40 MSK
This is indeed a rhel6 ovz kernel bug.
Comment 4 Repository Robot 2011-01-18 09:53:59 MSK
kernel-image-ovz-el-2.6.32-alt8 -> sisyphus:

* Mon Jan 17 2011 Anton Protopopov <aspsk@altlinux> 2.6.32-alt8
- Changes to configs
- ptrace: return virtual pid in events by Andrey Vagin (ALT 24829)
- fix NULL dereference in nfsd_statfs (ALT 24873)

* Thu Dec 30 2010 Anton Protopopov <aspsk@altlinux> 2.6.32-alt7
- Switch to new scheme of merging with the latest kernel
- Apply 042test005.1 patches