Bug 17281
Summary: | [lxc] gdb cannot debug bash properly in an LXC container | ||
---|---|---|---|
Product: | Process Management | Reporter: | Robin Green (greenrd) |
Component: | Other | Assignee: | process_other |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | akpm, florian, fweisbec, lizf, menage |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.35.4 | Subsystem: | |
Regression: | Yes | Bisected commit-id: |
Description
Robin Green
2010-08-29 09:35:47 UTC
Confirmed as regression - bug not present in 2.6.31.12. Bug still present in 2.6.35.4. OK, I will now use git bisect to try and find the patch responsible. According to git bisect, this bug was introduced by commit: 24f1e32c60c45c89a997c73395b69c8af6f0a84e see http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=24f1e32c60c45c89a997c73395b69c8af6f0a84e Thanks for your report. This might be related to badly handled pid namespaces from breakpoint code. I'll try to to get that fixed soon, once I'll manage to get that lxc environment running... ping? (In reply to comment #5) > ping? The fix is now upstream: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=068e35eee9ef98eb4cab55181977e24995d273be And is tagged for backport as well. I guess the ticket can be closed now. |