segmentation fault when audio is AAC
#1
Hi
I really hope someone can help with this.

I Recently came back to XBMC after a year without using it.
I initially installed the package on Mandriva from the MIB repos but I found that it seemed to segfault at line 88 whenever I played a video, so I decided to build it myself from SVN. However it still seemed to segfault at line 88. I then found that I could play AVI files but not MKV or MP4 so I did a little bit more testing and it seems it's the AAC audio that is causing my problem.

I have a lot of AVC Video + AAC audio files both MP4 and MKV most encoded with HandBrake with an audio bitrate of 160 Kbps. All cause XBMC to crash.

I also have a few dual audio MKV files which cause XBMC to crash. If I remove the AAC track with mkvmerge, leaving just the AC3 audio track the file seems to play back fine.





Crash Log is here:

http://pastebin.com/m191a81a8


Crash Log for dual audio mkv:

http://pastebin.com/m70c4ed2f




System Details:
Dell Inspiron 9400 Laptop. Processor Intel Centrino Duo T2300, 2GB RAM
Intel GM graphics

Mandriva 2010.0 Gnome 2.28.0 Kernel 2.6.32-1


Any help would be appreciated.
Reply
#2
If it's reproducible with SVN, we'll need a trac ticket with the crashlog, Debug Log and a sample attached.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
same problem here with rev 26735 on debian unstable x64.
sample: e.g. "obe call now!" from http://billtmiller.com/mp3orgy/aac/

but xbmc 1:9.11+svn26540-karmic1 from http://ppa.launchpad.net karmic works quite well with aac tracks.
Reply
#4
Playback of linked sample .m4a is fine running SVN r26908 under Ubuntu Karmic i686 with internal ffmpeg. You 're using external ffmpeg?
Always read the online manual (wiki), FAQ (wiki) and search the forum before posting.
Do not PM or e-mail Team-Kodi members directly asking for support. Read/follow the forum rules (wiki).
Please read the pages on troubleshooting (wiki) and bug reporting (wiki) before reporting issues.
Reply
#5
i compiled svn r26917 with default options (internal ffmpeg) but still the same problem.

xbmc crash log
http://pastebin.com/m63318852

... so i compiled svn26540 like the working one from ubuntu repo http://ppa.launchpad.net, but still same problem. i don't know why one is working and other is not.
maybe a bug in a *-dev package, which affects xbmc?
Reply
#6
It could be a libfaad 2 issue.

Try to link /usr/lib/libfaad.so to libfaad.so.2.0.0.

Code:
rm /usr/lib/libfaad.so
ln -s /usr/lib/libfaad.so.2.0.0 /usr/lib/libfaad.so
Reply
#7
no, didn't help. link was already correct.
Reply

Logout Mark Read Team Forum Stats Members Help
segmentation fault when audio is AAC0