Bug 457245
Summary: | kernel oops + lockup in utrace at gdm startup | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Will Woods <wwoods> |
Component: | kernel | Assignee: | Roland McGrath <roland> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | rawhide | CC: | dcantrell, kernel-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-10-05 17:51:51 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 438943 |
Description
Will Woods
2008-07-30 14:25:38 UTC
Here's what I could copy down in those 60s: utrace_control ptrace_detach_utrace ptrace_attach sys_ptrace syscall_call __mutex_unlock_slowpath EIP: [<c045fa72>] get_utrace_lock_attached+0x5e/0x91 SS:ESP 0068:f2b89f44 kernel 2.6.27-0.166.rc0.git8.fc10 (the kernel currently tagged for F10Alpha) does not have this bug. The gdm crash that triggers this seems to have been brought on by an SELinux denial. Booting with 'enforcing=0' works fine. So can this be closed, or is it still happening? Well, the kernel bug that was triggering this is fixed, so it's hard to tell if the gdb + utrace lockup is still around. Still, I tried killing Xorg off while gdm was up (killall -SEGV Xorg) and nothing bad happens, and there have been plenty of other X crashes that didn't cause anything like this. So unless someone came up with a better way to reproduce the old trigger, I'd consider it fixed. |