Opened 6 years ago

Closed 6 years ago

#13988 closed bug (duplicate)

HDA crashed Media Server

Reported by: leszek Owned by: korli
Priority: normal Milestone: Unscheduled
Component: Drivers/Audio/HDA Version: R1/Development
Keywords: Cc:
Blocked By: #12448 Blocking:
Platform: All

Description

Occasionally after boot on first opening up a media playing file it crashed the media server and I get an error message and need to kill the media player. After restarting the media server playback works just fine without any crash or problem.

I attached the syslog for details. hrev is 51795 it happened before aswell. Can't remember though when it started (but it is a long standing issue I have)

Attachments (1)

intel_hda_crash.txt (874 bytes ) - added by leszek 6 years ago.
syslog of the HDA crash message

Download all attachments as: .zip

Change History (4)

by leszek, 6 years ago

Attachment: intel_hda_crash.txt added

syslog of the HDA crash message

in reply to:  1 comment:2 by leszek, 6 years ago

Replying to korli:

Sounds like https://dev.haiku-os.org/ticket/12448

You are absolutely right. It did not occur to me that blacklisting firewire would fix this issue but it actually does. So for everyone experiencing the issue I created a new file /boot/system/settings/packages with the contents:

Package haiku {
	EntryBlacklist {
		add-ons/kernel/drivers/bin/fw_raw
	}
}

and saved that file. After reboot with the blacklisted fw_raw driver I don't get any crashes anymore with the Media Server.

comment:3 by korli, 6 years ago

Blocked By: 12448 added
Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.