Skip to content

Instantly share code, notes, and snippets.

@lewurm
Created December 13, 2016 17:05
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 lewurm/c96c6236fc1b79b3c30473de174b71dd to your computer and use it in GitHub Desktop.
Save lewurm/c96c6236fc1b79b3c30473de174b71dd to your computer and use it in GitHub Desktop.
runtime crash
20336 E mono-rt : Stacktrace:
20336 E mono-rt :
20336 E mono-rt : at <unknown> <0xffffffff>
20336 E mono-rt : at System.Exception..cctor () <0x00013>
20336 E mono-rt : at (wrapper runtime-invoke) object.runtime_invoke_void (object,intptr,intptr,intptr) <0x0006f>
20336 E mono-rt : at <unknown> <0xffffffff>
20336 E mono-rt : at System.SystemException..ctor (string) <0x0001b>
20336 E mono-rt : at System.OutOfMemoryException..ctor (string) <0x0001b>
20336 E mono-rt : at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <0x000d7>
20336 E mono-rt :
20336 E mono-rt : Attempting native Android stacktrace:
20336 E mono-rt :
20336 E mono-rt : at +4102561792 [0x2]
20336 E mono-rt : at +4102561792 [0x0]
20336 E mono-rt :
20336 E mono-rt : =================================================================
20336 E mono-rt : Got a SIGSEGV while executing native code. This usually indicates
20336 E mono-rt : a fatal error in the mono runtime or one of the native libraries
20336 E mono-rt : used by your application.
20336 E mono-rt : =================================================================
20336 E mono-rt :
20336 F libc : Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 20336 (artup.lulzcrash)
3282 F DEBUG : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
3282 F DEBUG : Build fingerprint: 'samsung/zerofltespr/zerofltespr:6.0.1/MMB29K/G920PVPS3CPD2:user/release-keys'
3282 F DEBUG : Revision: '10'
3282 F DEBUG : ABI: 'arm'
3282 F DEBUG : pid: 20336, tid: 20336, name: artup.lulzcrash >>> com.xamarin.nativecrashonstartup.lulzcrash <<<
3282 F DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0
3282 F DEBUG : r0 00000000 r1 e0b6b1a8 r2 e0718520 r3 e96ac7d0
3282 F DEBUG : r4 ff9e4d50 r5 00000000 r6 00000000 r7 00000002
3282 F DEBUG : r8 00000001 r9 05c1bd51 sl e0b6b1a8 fp ff9e5d50
3282 F DEBUG : ip e96ad3c0 sp ff9e4328 lr e071c074 pc e0868674 cpsr 800e0010
3282 F DEBUG :
3282 F DEBUG : backtrace:
3282 F DEBUG : #00 pc 001bc674 /data/data/com.xamarin.nativecrashonstartup.lulzcrash/files/.__override__/libmonosgen-2.0.so (mono_arch_opcode_supported+24)
20350 W ActivityManager: Force finishing activity com.xamarin.nativecrashonstartup.lulzcrash/md57ffdd9e14125b1458fc6920cc9970e0f.MainActivity
3282 F DEBUG :
3282 F DEBUG : Tombstone written to: /data/tombstones/tombstone_07
3282 E DEBUG : AM write failed: Broken pipe
3282 E : ro.product_ship = true
3282 E : ro.debug_level = 0x4f4c
3282 E : sys.mobilecare.preload = false
5429 E audit : type=1701 msg=audit(1481647320.755:1203): auid=4294967295 uid=10293 gid=10293 ses=4294967295 subj=u:r:untrusted_app:s0:c512,c768 pid=20336 comm="artup.lulzcrash" reason="memory violation" sig=11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment