Opened 12 years ago

Closed 12 years ago

#11889 closed Bug Report - Crash (Invalid)

mythfrontend.real crashed with SIGSEGV in AudioOutput::GetAudioDeviceConfig()

Reported by: aream06@… Owned by: JYA
Priority: minor Milestone: unknown
Component: MythTV - Audio Output Version: Unspecified
Severity: medium Keywords:
Cc: Ticket locked: no

Description

keep getting audio output device is set to directx device but directx support is not compiled in when trying to change the audio device through audio setup mythtv frontend has a segmentation fault

lspci shows sound card as intel corporation 6 series/c200 series chipset family high definition audio controller (rev 05)

Oct  3 16:09:27 shadow mythfrontend.real: mythfrontend[1879]: E CoreContext audio/audiooutput.cpp:175 (OpenAudio) Audio output device is set to DirectX device but DirectX support is not compiled in!
Oct  3 16:09:27 shadow mythfrontend.real: mythfrontend[1879]: C CoreContext audio/audiooutput.cpp:198 (OpenAudio) No useable audio output driver found.
Oct  3 16:09:27 shadow mythfrontend.real: mythfrontend[1879]: E CoreContext audio/audiooutput.cpp:200 (OpenAudio) Don't disable OSS support unless you're not running on Linux.

Attachments (4)

frontend.txt (47.5 KB) - added by aream06@… 12 years ago.
mythtv frontend log
gdb-mythfrontend.txt (59.0 KB) - added by aream06@… 12 years ago.
should be a backtrace of mythfrontend
gdb-mythfrontend.2.txt (59.0 KB) - added by aream06@… 12 years ago.
should be a backtrace of mythfrontend
gdb-mythfrontend.3.txt (59.0 KB) - added by aream06@… 12 years ago.
should be a backtrace of mythfrontend

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by aream06@…

Attachment: frontend.txt added

mythtv frontend log

Changed 12 years ago by aream06@…

Attachment: gdb-mythfrontend.txt added

should be a backtrace of mythfrontend

Changed 12 years ago by aream06@…

Attachment: gdb-mythfrontend.2.txt added

should be a backtrace of mythfrontend

Changed 12 years ago by aream06@…

Attachment: gdb-mythfrontend.3.txt added

should be a backtrace of mythfrontend

comment:1 Changed 12 years ago by JYA

Resolution: Invalid
Status: newclosed

You've compiled on Linux without OSS, the configure script is specific enough that you must compile OSS at the minimum.

Note: See TracTickets for help on using tickets.