Skip to content

Instantly share code, notes, and snippets.

@habermeier
habermeier / AddingPlaceCaptionViewModel
Created February 8, 2015 03:34
wannago_crash source
using Cirrious.CrossCore;
using Cirrious.MvvmCross.ViewModels;
using Client.Core.Services;
using System.Threading.Tasks;
using Client.Core.Models;
using Client.Api.Models;
namespace Client.Core.ViewModels
{
public class AddingPlaceCaptionViewModel : BaseViewModel
@habermeier
habermeier / wannago_crash_output
Last active August 29, 2015 14:14
monioscrash output
sh-3.2# ./monoioscrash.rb
native_trace_ips:
0x00f69a61 -> 0xea8a61: mono_handle_exception_internal (in ClientTouch) (mini-exceptions.c:1491)
0x00f69077 -> 0xea8077: mono_handle_exception (in ClientTouch) (mini-exceptions.c:1937)
0x00f62e1b -> 0xea1e1b: mono_arm_throw_exception (in ClientTouch) (exceptions-arm.c:160)
0x0052b4c8 -> 0x46a4c8: throw_exception (in ClientTouch) + 64
0x003d4674 -> 0x313674: System_Runtime_CompilerServices_ConfiguredTaskAwaitable_ConfiguredTaskAwaiter_GetResult (in ClientTouch) (ConfiguredTaskAwaitable.cs:119)
0x0024d820 -> 0x18c820: Client_Core_ViewModels_AddingPlaceCaptionViewModel__c__async3_MoveNext (in ClientTouch) (AddingPlaceCaptionViewModel.cs:45)
@habermeier
habermeier / monoioscrash.rb
Last active August 29, 2015 14:14
wannago crash inspection script
#!/usr/bin/ruby
# references:
#
# FOR getting slide, and lookup = slide + stack_adr - load
# http://stackoverflow.com/questions/13574933/ios-crash-reports-atos-not-working-as-expected/13576028#13576028
require 'json'
require 'pp'
require 'ostruct'
@habermeier
habermeier / wannago_crash_sample
Created February 8, 2015 03:15
Wannago Crash Sample
Incident Identifier: BFF4DE02-9A10-40B9-B02F-ADF26D0AF5BB
CrashReporter Key: 76B22726-4625-41E6-81A2-641B3FBE5223
Hardware Model: iPhone6,1
Process: ClientTouch [360]
Path: /private/var/mobile/Containers/Bundle/Application/80E4F46B-C7DC-4E9B-95AC-82A794157B5A/clientTouch.app/ClientTouch
Identifier: com.wannago.wannago2.beta
Version: 2.0.38
Code Type: ARM
Parent Process: launchd [1]