Skip to content

Instantly share code, notes, and snippets.

@atin360
Created May 2, 2013 11:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save atin360/9eaf4a90d4738fbffbbd to your computer and use it in GitHub Desktop.
Save atin360/9eaf4a90d4738fbffbbd to your computer and use it in GitHub Desktop.
Starting iOS simulator 6.0
Launching application
Application launched. PID = 4136
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.dll [External]
Thread started:
Loaded assembly: /Users/jatin/Desktop/monotouch-samples-master/MoviePlayback/MoviePlaybackSample/bin/iPhoneSimulator/Debug/MoviePlaybackSample.exe
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/Mono.Security.dll [External]
Loaded assembly: /Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll [External]
2013-05-02 16:18:05.057 MoviePlaybackSample[4136:c07] [MPAVController] Autoplay: Disabling autoplay for pause
2013-05-02 16:18:05.060 MoviePlaybackSample[4136:c07] [MPAVController] Autoplay: Disabling autoplay
2013-05-02 16:18:05.121 MoviePlaybackSample[4136:c07] [MPAVController] Autoplay: Disabling autoplay for pause
2013-05-02 16:18:05.122 MoviePlaybackSample[4136:c07] [MPAVController] Autoplay: Disabling autoplay
2013-05-02 16:18:05.131 MoviePlaybackSample[4136:c07] [MPAVController] Autoplay: Skipping autoplay, disabled (for current item: 1, on player: 0)
2013-05-02 16:18:05.549 MoviePlaybackSample[4136:c07] [MPAVController] Autoplay: Enabling autoplay
2013-05-02 16:18:05.562 MoviePlaybackSample[4136:c07] [MPAVController] Autoplay: Enabling autoplay
2013-05-02 16:18:05.563 MoviePlaybackSample[4136:c07] Error (null) setting playback mode to 'AVAudioSessionModeDefault'
2013-05-02 16:18:05.571 MoviePlaybackSample[4136:c07] [MPAVController] Autoplay: Likely to keep up or full buffer: 0
2013-05-02 16:18:05.572 MoviePlaybackSample[4136:c07] [MPAVController] Autoplay: Skipping autoplay, not enough buffered to keep up.
2013-05-02 16:18:05.576 MoviePlaybackSample[4136:c07] [MPAVController] Autoplay: Enabling autoplay
2013-05-02 16:18:05.584 MoviePlaybackSample[4136:c07] [MPQueuePlayer] Inserting item <AVPlayerItem: 0xc263010, asset = <AVURLAsset: 0xef38820, URL = Movies/file.m4v -- file://localhost/Users/jatin/Library/Application%20Support/iPhone%20Simulator/6.0/Applications/D212C522-6EB2-4DA0-BD04-5309ED048211/MoviePlayback.app/>> into player <AVQueuePlayer: 0xc25e280>
2013-05-02 16:18:05.615 MoviePlaybackSample[4136:c07] [MPQueuePlayer] Items after insertion: (
"<AVPlayerItem: 0xc263010, asset = <AVURLAsset: 0xef38820, URL = Movies/file.m4v -- file://localhost/Users/jatin/Library/Application%20Support/iPhone%20Simulator/6.0/Applications/D212C522-6EB2-4DA0-BD04-5309ED048211/MoviePlayback.app/>>"
)
2013-05-02 16:18:05.711 MoviePlaybackSample[4136:1903] <0xb0093000> Error '!obj' trying to fetch default input device's sample rate
2013-05-02 16:18:05.712 MoviePlaybackSample[4136:1903] <0xb0093000> Error getting audio input device sample rate: '!obj'
2013-05-02 16:18:05.733 MoviePlaybackSample[4136:1903] <0xb0093000> AQMEIOManager::FindIOUnit: error '!dev'
Native stacktrace:
2013-05-02 16:18:05.734 MoviePlaybackSample[4136:c07] <com.apple.main-thread> AQMEIOManager::FindIOUnit: error '!dev'
2013-05-02 16:18:05.736 MoviePlaybackSample[4136:c07] <com.apple.main-thread> AQMEIOManager::FindIOUnit: error '!dev'
2013-05-02 16:18:05.736 MoviePlaybackSample[4136:c07] <com.apple.main-thread> AQMEIOManager::FindIOUnit: error '!dev'
2013-05-02 16:18:05.737 MoviePlaybackSample[4136:c07] <com.apple.main-thread> AQMEIOManager::FindIOUnit: error '!dev'
0 MoviePlaybackSample 0x000923dc mono_handle_native_sigsegv + 284
1 MoviePlaybackSample 0x00005bf2 mono_sigsegv_signal_handler + 178
2 libsystem_c.dylib 0x9802286b _sigtramp + 43
3 ??? 0xffffffff 0x0 + 4294967295
4 AudioToolbox 0x009f547a _ZN21UISoundRendererStructC2EP17mach_msg_header_tmPK27AudioStreamBasicDescriptionPKhmmPK28AudioStreamPacketDescriptionPKvm + 90
5 AudioToolbox 0x00929a9e UISoundNewRenderer + 94
6 AudioToolbox 0x009cdb09 ___ZN15AQIONodeManagerC2Ev_block_invoke_0 + 121
7 libdispatch.dylib 0x0414c8c4 _dispatch_call_block_and_release + 15
8 libdispatch.dylib 0x0415e0d4 _dispatch_client_callout + 14
9 libdispatch.dylib 0x0414f495 _dispatch_root_queue_drain + 335
10 libdispatch.dylib 0x0414f5fd _dispatch_worker_thread2 + 39
11 libsystem_c.dylib 0x98038e12 _pthread_wqthread + 441
12 libsystem_c.dylib 0x98020cca start_wqthread + 30
=================================================================
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.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment