| Summary: | [acpi]: [modules] kldunload acpi_video - crash | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Milan Bartos <merlyn500> | ||||||||||
| Component: | bin | Assignee: | freebsd-acpi (Nobody) <acpi> | ||||||||||
| Status: | Closed FIXED | ||||||||||||
| Severity: | Affects Only Me | ||||||||||||
| Priority: | Normal | ||||||||||||
| Version: | 7.0-CURRENT | ||||||||||||
| Hardware: | Any | ||||||||||||
| OS: | Any | ||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Milan Bartos
2007-03-02 17:40:04 UTC
Can you get a crashdump and do the following in kgdb on the dump:
- stack trace ("bt")
- go to the frame of acpi_video_vo_destroy
- "p *vo"
- "p voqh"
- "p *voqh"
It looks like it is dying in the STAILQ_REMOVE() at the bottom of
acpi_video_vo_destroy(), but I need more info to see why.
--
John Baldwin
Responsible Changed From-To: freebsd-i386->freebsd-acpi reassign to acpi team State Changed From-To: open->feedback Note that submitter was asked for feedback. State Changed From-To: feedback->closed feedback timeout. Hi! I can repeat the same problem here. This is on a Samsung P35 (from 2004), running 7-stable. dmesg.txt is after reboot, while the dmesg part at the end of core.txt is from before crash. I have trimmed core.txt a bit. Cheers! Johannes |