Created
May 2, 2012 23:52
-
-
Save trisweb/2582000 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Stacktrace: | |
at (wrapper managed-to-native) RogueAmoeba.AirTunes.Server.Rtp.Audio.ALACWrapper/NativeMethods.decode_frame (byte[],uint,intptr,uint&) <0xffffffff> | |
at RogueAmoeba.AirTunes.Server.Rtp.Audio.ALACWrapper.DecodeFrame (byte[],uint&) <0x000af> | |
at RogueAmoeba.AirTunes.Server.Rtp.Audio.Decoder.DecodeData (byte[]) <0x0003b> | |
at RogueAmoeba.AirTunes.Server.Rtp.Audio.RtpAudioPacket.DecodedAudioData (byte[],byte[]) <0x0002f> | |
at RogueAmoeba.AirTunes.Server.Rtp.Audio.RtpAudioPacketPlayer.AddPacket (RogueAmoeba.AirTunes.Server.Rtp.Audio.RtpAudioPacket) <0x00027> | |
at RogueAmoeba.AirTunes.Server.Rtp.Audio.RtpAudioConnection.HandlePacket (RogueAmoeba.AirTunes.Server.Rtp.RtpHeader,byte[]) <0x001a3> | |
at RogueAmoeba.AirTunes.Server.Rtp.RtpConnection.HandlePacket (byte[]) <0x001c9> | |
at RogueAmoeba.AirTunes.Server.UdpConnection.RunThread () <0x000f0> | |
at System.Threading.Thread.StartInternal () <0x00057> | |
at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) <0xffffffff> | |
Native stacktrace: | |
/usr/bin/mono() [0x80e16fc] | |
/usr/bin/mono() [0x81209fc] | |
/usr/bin/mono() [0x806094d] | |
[0xb772940c] | |
/usr/lib/airfoilspeakers/libRAalac.so(+0x29ec) [0xb5ed19ec] | |
/usr/lib/airfoilspeakers/libRAalac.so(dyn_decomp+0x129) [0xb5ed1cee] | |
/usr/lib/airfoilspeakers/libRAalac.so(_ZN11ALACDecoder6DecodeEP9BitBufferPhjjPj+0xc21) [0xb5ed7615] | |
/usr/lib/airfoilspeakers/libRAalac.so(decode_frame+0x76) [0xb5edb14a] | |
[0xb03355cc] | |
[0xb0335068] | |
[0xb0334a0c] | |
[0xb032a690] | |
[0xb032a568] | |
[0xb05e1874] | |
[0xb05de142] | |
[0xb5eed8b9] | |
[0xb613d190] | |
[0xb66a32e1] | |
/usr/bin/mono() [0x8064c2c] | |
Debug info from gdb: | |
Could not attach to process. If your uid matches the uid of the target | |
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try | |
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf | |
ptrace: Operation not permitted. | |
No threads. | |
================================================================= | |
Got a SIGSEGV while executing native code. This usually indicates | |
a fatal error in the mono runtime or one of the native libraries | |
used by your application. | |
================================================================= | |
Aborted (core dumped) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment