Skip to content

Instantly share code, notes, and snippets.

@gshackles
Created August 29, 2013 03:45
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 gshackles/3c0186fe07769c40229b to your computer and use it in GitHub Desktop.
Save gshackles/3c0186fe07769c40229b to your computer and use it in GitHub Desktop.
2013-08-28 23:44:06.053 CodeCampCoreTestsiOS[8210:1803] MonoTouch: Socket error while connecting to MonoDevelop on 127.0.0.1:10000: Connection refused
2013-08-28 23:44:09.869 CodeCampCoreTestsiOS[8210:c07] [Runner executing: Run Everything]
2013-08-28 23:44:09.876 CodeCampCoreTestsiOS[8210:c07] [MonoTouch Version: 6.4.1]
2013-08-28 23:44:09.879 CodeCampCoreTestsiOS[8210:c07] [iPhone Simulator: iPhone OS v6.1]
2013-08-28 23:44:09.880 CodeCampCoreTestsiOS[8210:c07] [Device Name: iPhone Simulator]
2013-08-28 23:44:09.880 CodeCampCoreTestsiOS[8210:c07] [Device UDID: 965b8a1185a75b2a8a397745d849ac0d00000000]
2013-08-28 23:44:09.882 CodeCampCoreTestsiOS[8210:c07] [Device Locale: en_US]
2013-08-28 23:44:09.889 CodeCampCoreTestsiOS[8210:c07] [Device Date/Time: 8/28/2013 11:44:09 PM]
2013-08-28 23:44:09.890 CodeCampCoreTestsiOS[8210:c07] [Bundle: com.yourcompany.codecampcoretestsios]
2013-08-28 23:44:09.896 CodeCampCoreTestsiOS[8210:c07] CodeCampCoreTestsiOS
2013-08-28 23:44:09.897 CodeCampCoreTestsiOS[8210:c07] CodeCampServiceTests
2013-08-28 23:44:10.029 CodeCampCoreTestsiOS[8210:c07] [PASS] GetData_CalledTwice_UsesCacheSecondTime
2013-08-28 23:44:10.032 CodeCampCoreTestsiOS[8210:c07] [PASS] GetData_FirstCall_FetchesData
2013-08-28 23:44:10.034 CodeCampCoreTestsiOS[8210:c07] [PASS] GetSession_ValidSessionId_ReturnsSession
2013-08-28 23:44:10.037 CodeCampCoreTestsiOS[8210:c07] [PASS] GetSpeaker_ValidSpeakerId_ReturnsSpeaker
2013-08-28 23:44:10.043 CodeCampCoreTestsiOS[8210:c07] [PASS] GetSponsor_ValidSponsorId_ReturnsSponsor
2013-08-28 23:44:10.059 CodeCampCoreTestsiOS[8210:c07] [PASS] ListSessions_FetchesDataAndReturnsSessions
2013-08-28 23:44:10.062 CodeCampCoreTestsiOS[8210:c07] [PASS] ListSessionsBySpeaker_ValidSpeakerId_ReturnsSessionsForSpeaker
2013-08-28 23:44:10.066 CodeCampCoreTestsiOS[8210:c07] [PASS] ListSpeakers_FetchesDataAndReturnsSpeakers
2013-08-28 23:44:10.074 CodeCampCoreTestsiOS[8210:c07] [PASS] ListSponsors_FetchesDataAndReturnsSponsors
2013-08-28 23:44:10.076 CodeCampCoreTestsiOS[8210:c07] CodeCampServiceTests : 177 ms
2013-08-28 23:44:10.077 CodeCampCoreTestsiOS[8210:c07] MenuViewModelTests
2013-08-28 23:44:10.098 CodeCampCoreTestsiOS[8210:c07] [PASS] ShowMapCommand_Executed_ClearsAndNavigatesToMap
2013-08-28 23:44:10.100 CodeCampCoreTestsiOS[8210:c07] [PASS] ShowSessionsCommand_Executed_ClearsAndNavigatesToSessions
2013-08-28 23:44:10.101 CodeCampCoreTestsiOS[8210:c07] [PASS] ShowSpeakersCommand_Executed_ClearsAndNavigatesToSpeakers
2013-08-28 23:44:10.103 CodeCampCoreTestsiOS[8210:c07] [PASS] ShowSponsorsCommand_Executed_ClearsAndNavigatesToSponsors
2013-08-28 23:44:10.103 CodeCampCoreTestsiOS[8210:c07] MenuViewModelTests : 26 ms
2013-08-28 23:44:10.104 CodeCampCoreTestsiOS[8210:c07] SessionsViewModelTests
2013-08-28 23:44:10.114 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_DataLoadsSuccessfully_LoadsTimeSlots
2013-08-28 23:44:10.126 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_ExceptionThrown_ReportsError
2013-08-28 23:44:10.130 CodeCampCoreTestsiOS[8210:5603] System.Exception: Exception of type 'System.Exception' was thrown.
at CodeCamp.Core.Tests.ViewModelTests.SessionsViewModelTests+<Init_ExceptionThrown_ReportsError>c__asyncC.<>m__E () [0x00001] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/ViewModelTests/SessionsViewModelTests.cs:45
at CodeCamp.Core.Tests.Mocks.MockCampDataClient.GetData () [0x00007] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/Mocks/MockCampDataClient.cs:14
at CodeCamp.Core.Services.CodeCampService+<RefreshData>c__async1.MoveNext () [0x00034] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:43
2013-08-28 23:44:10.140 CodeCampCoreTestsiOS[8210:c07] [PASS] ViewSessionCommand_NavigatesToSession
2013-08-28 23:44:10.141 CodeCampCoreTestsiOS[8210:c07] SessionsViewModelTests : 37 ms
2013-08-28 23:44:10.141 CodeCampCoreTestsiOS[8210:c07] SessionViewModelTests
2013-08-28 23:44:10.145 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_DataLoadsSuccessfully_LoadsSession
2013-08-28 23:44:10.147 CodeCampCoreTestsiOS[8210:5603] System.Exception: Exception of type 'System.Exception' was thrown.
at CodeCamp.Core.Tests.ViewModelTests.SessionViewModelTests+<Init_ExceptionThrown_ReportsError>c__asyncA.<>m__B () [0x00001] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/ViewModelTests/SessionViewModelTests.cs:37
at CodeCamp.Core.Tests.Mocks.MockCampDataClient.GetData () [0x00007] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/Mocks/MockCampDataClient.cs:14
at CodeCamp.Core.Services.CodeCampService+<RefreshData>c__async1.MoveNext () [0x00034] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:43
2013-08-28 23:44:10.148 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_ExceptionThrown_ReportsError
2013-08-28 23:44:10.148 CodeCampCoreTestsiOS[8210:c07] SessionViewModelTests : 7 ms
2013-08-28 23:44:10.149 CodeCampCoreTestsiOS[8210:c07] SpeakersViewModelTests
2013-08-28 23:44:10.152 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_DataLoadsSuccessfully_LoadsSpeakerList
2013-08-28 23:44:10.155 CodeCampCoreTestsiOS[8210:5603] System.Exception: Exception of type 'System.Exception' was thrown.
at CodeCamp.Core.Tests.ViewModelTests.SpeakersViewModelTests+<Init_ExceptionThrown_ReportsError>c__async11.<>m__15 () [0x00001] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/ViewModelTests/SpeakersViewModelTests.cs:33
at CodeCamp.Core.Tests.Mocks.MockCampDataClient.GetData () [0x00007] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/Mocks/MockCampDataClient.cs:14
at CodeCamp.Core.Services.CodeCampService+<RefreshData>c__async1.MoveNext () [0x00034] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:43
2013-08-28 23:44:10.155 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_ExceptionThrown_ReportsError
2013-08-28 23:44:10.157 CodeCampCoreTestsiOS[8210:c07] [PASS] ViewSpeakerCommand_NavigatesToSpeaker
2013-08-28 23:44:10.158 CodeCampCoreTestsiOS[8210:c07] SpeakersViewModelTests : 9 ms
2013-08-28 23:44:10.158 CodeCampCoreTestsiOS[8210:c07] SpeakerViewModelTests
2013-08-28 23:44:10.162 CodeCampCoreTestsiOS[8210:c07] [PASS] EmailSpeakerCommand_Executed_StartsComposingEmailToSpeaker
2013-08-28 23:44:10.165 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_DataLoadsSuccessfully_LoadsSpeakerAndSessions
2013-08-28 23:44:10.167 CodeCampCoreTestsiOS[8210:5603] System.Exception: Exception of type 'System.Exception' was thrown.
at CodeCamp.Core.Tests.ViewModelTests.SpeakerViewModelTests+<Init_ExceptionThrown_ReportsError>c__asyncE.<>m__11 () [0x00001] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/ViewModelTests/SpeakerViewModelTests.cs:37
at CodeCamp.Core.Tests.Mocks.MockCampDataClient.GetData () [0x00007] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/Mocks/MockCampDataClient.cs:14
at CodeCamp.Core.Services.CodeCampService+<RefreshData>c__async1.MoveNext () [0x00034] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:43
2013-08-28 23:44:10.168 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_ExceptionThrown_ReportsError
2013-08-28 23:44:10.169 CodeCampCoreTestsiOS[8210:c07] [PASS] ViewSessionCommand_Executed_NavigatesToSession
2013-08-28 23:44:10.170 CodeCampCoreTestsiOS[8210:c07] SpeakerViewModelTests : 11 ms
2013-08-28 23:44:10.170 CodeCampCoreTestsiOS[8210:c07] SponsorsViewModelTests
2013-08-28 23:44:10.174 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_DataLoadsSuccessfully_LoadsSponsorList
2013-08-28 23:44:10.176 CodeCampCoreTestsiOS[8210:5603] System.Exception: Exception of type 'System.Exception' was thrown.
at CodeCamp.Core.Tests.ViewModelTests.SponsorsViewModelTests+<Init_ExceptionThrown_ReportsError>c__async17.<>m__1F () [0x00001] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/ViewModelTests/SponsorsViewModelTests.cs:37
at CodeCamp.Core.Tests.Mocks.MockCampDataClient.GetData () [0x00007] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/Mocks/MockCampDataClient.cs:14
at CodeCamp.Core.Services.CodeCampService+<RefreshData>c__async1.MoveNext () [0x00034] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:43
2013-08-28 23:44:10.177 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_ExceptionThrown_ReportsError
2013-08-28 23:44:10.179 CodeCampCoreTestsiOS[8210:c07] [PASS] ViewSessionCommand_NavigatesToSession
2013-08-28 23:44:10.179 CodeCampCoreTestsiOS[8210:c07] SponsorsViewModelTests : 9 ms
2013-08-28 23:44:10.180 CodeCampCoreTestsiOS[8210:c07] SponsorViewModelTests
2013-08-28 23:44:10.183 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_DataLoadsSuccessfully_LoadsSponsor
2013-08-28 23:44:10.185 CodeCampCoreTestsiOS[8210:5603] System.Exception: Exception of type 'System.Exception' was thrown.
at CodeCamp.Core.Tests.ViewModelTests.SponsorViewModelTests+<Init_ExceptionThrown_ReportsError>c__async19.<>m__22 () [0x00001] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/ViewModelTests/SponsorViewModelTests.cs:33
at CodeCamp.Core.Tests.Mocks.MockCampDataClient.GetData () [0x00007] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/Mocks/MockCampDataClient.cs:14
at CodeCamp.Core.Services.CodeCampService+<RefreshData>c__async1.MoveNext () [0x00034] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:43
2013-08-28 23:44:10.186 CodeCampCoreTestsiOS[8210:c07] [PASS] Init_ExceptionThrown_ReportsError
2013-08-28 23:44:10.188 CodeCampCoreTestsiOS[8210:c07] [PASS] ViewWebsiteCommand_Executed_GoesToSponsorWebsite
2013-08-28 23:44:10.188 CodeCampCoreTestsiOS[8210:c07] SponsorViewModelTests : 8 ms
2013-08-28 23:44:10.189 CodeCampCoreTestsiOS[8210:c07] ViewModelTests
2013-08-28 23:44:10.190 CodeCampCoreTestsiOS[8210:c07] [PASS] ClassMarkedWithDoesNotRequireLoadingAttribute_StartsOutInNotLoadingState
2013-08-28 23:44:10.192 CodeCampCoreTestsiOS[8210:c07] [PASS] ClassNotMarkedWithDoesNotRequireLoadingAttribute_StartsOutInLoadingState
2013-08-28 23:44:10.194 CodeCampCoreTestsiOS[8210:c07] [PASS] ReportError_MessageProvided_PublishesErrorMessage
2013-08-28 23:44:10.197 CodeCampCoreTestsiOS[8210:c07] System.Exception: boom
at CodeCamp.Core.Tests.ViewModelTests.ViewModelTests+<SafeOperation_FlagProvided_ExceptionThrown_ReturnsFalseAndReportsError>c__async15.<>m__1D () [0x00006] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/ViewModelTests/ViewModelTests.cs:74
at System.Threading.Tasks.TaskActionInvoker+FuncInvoke`1[System.Threading.Tasks.Task].Invoke (System.Threading.Tasks.Task owner, System.Object state, System.Threading.Tasks.Task context) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading.Tasks/TaskActionInvoker.cs:241
at System.Threading.Tasks.Task.InnerInvoke () [0x00028] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading.Tasks/Task.cs:507
at System.Threading.Tasks.Task.ThreadStart () [0x00097] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading.Tasks/Task.cs:406
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00033] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter.cs:60
at CodeCamp.Core.ViewModels.ViewModelBase+<SafeOperation>c__asyncA.MoveNext () [0x00084] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/ViewModelBase.cs:64
2013-08-28 23:44:10.198 CodeCampCoreTestsiOS[8210:c07] [PASS] SafeOperation_FlagProvided_ExceptionThrown_ReturnsFalseAndReportsError
2013-08-28 23:44:10.201 CodeCampCoreTestsiOS[8210:c07] [PASS] SafeOperation_FlagProvided_NoExceptionThrown_ReturnsTrue
2013-08-28 23:44:10.203 CodeCampCoreTestsiOS[8210:c07] [PASS] SafeOperation_NoFlagProvided_ExceptionThrown_ReturnsFalseAndReportsError
2013-08-28 23:44:10.204 CodeCampCoreTestsiOS[8210:c07] [PASS] SafeOperation_NoFlagProvided_NoExceptionThrown_ReturnsTrue
2013-08-28 23:44:10.205 CodeCampCoreTestsiOS[8210:c07] ViewModelTests : 15 ms
2013-08-28 23:44:10.207 CodeCampCoreTestsiOS[8210:c07] CodeCampCoreTestsiOS : 309 ms
2013-08-28 23:44:10.208 CodeCampCoreTestsiOS[8210:c07] Tests run: 38 Passed: 38 Inconclusive: 0 Failed: 0 Ignored: 0
2013-08-28 23:44:10.211 CodeCampCoreTestsiOS[8210:c07] System.Exception: There was a problem refreshing the data
at CodeCamp.Core.Services.CodeCampService+<GetData>c__async9.MoveNext () [0x000d5] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:141
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[CodeCamp.Core.Data.Entities.CampData].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.Services.CodeCampService+<ListSessions>c__async2.MoveNext () [0x0006c] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:76
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Collections.Generic.IList`1[CodeCamp.Core.Data.Entities.TimeSlot]].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.ViewModels.SessionsViewModel+<Init>c__async26.MoveNext () [0x00021] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/SessionsViewModel.cs:35
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00033] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter.cs:60
at CodeCamp.Core.ViewModels.ViewModelBase+<SafeOperation>c__asyncA.MoveNext () [0x00084] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/ViewModelBase.cs:64
2013-08-28 23:44:10.213 CodeCampCoreTestsiOS[8210:c07] System.Exception: There was a problem refreshing the data
at CodeCamp.Core.Services.CodeCampService+<GetData>c__async9.MoveNext () [0x000d5] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:141
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[CodeCamp.Core.Data.Entities.CampData].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.Services.CodeCampService+<GetSession>c__async4.MoveNext () [0x00099] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:97
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[CodeCamp.Core.Data.Entities.Session].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.ViewModels.SessionViewModel+<Init>c__asyncB+<Init>c__AnonStorey1F+<Init>c__async1E.MoveNext () [0x00021] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/SessionViewModel.cs:33
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00033] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter.cs:60
at CodeCamp.Core.ViewModels.ViewModelBase+<SafeOperation>c__asyncA.MoveNext () [0x00084] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/ViewModelBase.cs:64
2013-08-28 23:44:10.215 CodeCampCoreTestsiOS[8210:c07] System.Exception: There was a problem refreshing the data
at CodeCamp.Core.Services.CodeCampService+<GetData>c__async9.MoveNext () [0x000d5] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:141
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[CodeCamp.Core.Data.Entities.CampData].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.Services.CodeCampService+<ListSpeakers>c__async5.MoveNext () [0x0006c] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:102
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Collections.Generic.IList`1[CodeCamp.Core.Data.Entities.Speaker]].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.ViewModels.SpeakersViewModel+<Init>c__async42.MoveNext () [0x00021] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/SpeakersViewModel.cs:35
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00033] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter.cs:60
at CodeCamp.Core.ViewModels.ViewModelBase+<SafeOperation>c__asyncA.MoveNext () [0x00084] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/ViewModelBase.cs:64
2013-08-28 23:44:10.216 CodeCampCoreTestsiOS[8210:c07] System.ArgumentNullException: Argument cannot be null.
Parameter name: source
at System.Linq.Check.SourceAndPredicate (System.Object source, System.Object predicate) [0x00017] in /Developer/MonoTouch/Source/mono/mcs/class/System.Core/System.Linq/Check.cs:81
at System.Linq.Enumerable.Where[Session] (IEnumerable`1 source, System.Func`2 predicate) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/System.Core/System.Linq/Enumerable.cs:3106
at CodeCamp.Core.Services.CodeCampService+<ListSessionsBySpeaker>c__async3.MoveNext () [0x000ce] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:90
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Collections.Generic.IList`1[CodeCamp.Core.Data.Entities.Session]].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.ViewModels.SpeakerViewModel+<Init>c__asyncD+<Init>c__AnonStorey3B+<Init>c__async3A.MoveNext () [0x0010e] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/SpeakerViewModel.cs:65
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00033] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter.cs:60
at CodeCamp.Core.ViewModels.ViewModelBase+<SafeOperation>c__asyncA.MoveNext () [0x00084] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/ViewModelBase.cs:64
2013-08-28 23:44:10.225 CodeCampCoreTestsiOS[8210:c07] System.Exception: There was a problem refreshing the data
at CodeCamp.Core.Services.CodeCampService+<GetData>c__async9.MoveNext () [0x000d5] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:141
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[CodeCamp.Core.Data.Entities.CampData].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.Services.CodeCampService+<GetSpeaker>c__async6.MoveNext () [0x00099] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:107
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[CodeCamp.Core.Data.Entities.Speaker].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.ViewModels.SpeakerViewModel+<Init>c__asyncD+<Init>c__AnonStorey3B+<Init>c__async3A.MoveNext () [0x00095] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/SpeakerViewModel.cs:64
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00033] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter.cs:60
at CodeCamp.Core.ViewModels.ViewModelBase+<SafeOperation>c__asyncA.MoveNext () [0x00084] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/ViewModelBase.cs:64
2013-08-28 23:44:10.227 CodeCampCoreTestsiOS[8210:c07] System.Exception: There was a problem refreshing the data
at CodeCamp.Core.Services.CodeCampService+<GetData>c__async9.MoveNext () [0x000d5] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:141
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[CodeCamp.Core.Data.Entities.CampData].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.Services.CodeCampService+<ListSponsors>c__async7.MoveNext () [0x0006c] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:114
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[System.Collections.Generic.IList`1[CodeCamp.Core.Data.Entities.SponsorTier]].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.ViewModels.SponsorsViewModel+<Init>c__async59.MoveNext () [0x00021] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/SponsorsViewModel.cs:35
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00033] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter.cs:60
at CodeCamp.Core.ViewModels.ViewModelBase+<SafeOperation>c__asyncA.MoveNext () [0x00084] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/ViewModelBase.cs:64
2013-08-28 23:44:10.229 CodeCampCoreTestsiOS[8210:c07] System.Exception: There was a problem refreshing the data
at CodeCamp.Core.Services.CodeCampService+<GetData>c__async9.MoveNext () [0x000d5] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:141
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[CodeCamp.Core.Data.Entities.CampData].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.Services.CodeCampService+<GetSponsor>c__async8.MoveNext () [0x00099] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/Services/CodeCampService.cs:127
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter`1[CodeCamp.Core.Data.Entities.Sponsor].GetResult () [0x00043] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter_T.cs:59
at CodeCamp.Core.ViewModels.SponsorViewModel+<Init>c__async10+<Init>c__AnonStorey6F+<Init>c__async6E.MoveNext () [0x00021] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/SponsorViewModel.cs:36
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00033] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter.cs:60
at CodeCamp.Core.ViewModels.ViewModelBase+<SafeOperation>c__asyncA.MoveNext () [0x00084] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/ViewModelBase.cs:64
2013-08-28 23:44:10.230 CodeCampCoreTestsiOS[8210:c07] System.Exception: boom
at CodeCamp.Core.Tests.ViewModelTests.ViewModelTests+<SafeOperation_NoFlagProvided_ExceptionThrown_ReturnsFalseAndReportsError>c__async13.<>m__1A () [0x00006] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/ViewModelTests/ViewModelTests.cs:47
at System.Threading.Tasks.TaskActionInvoker+FuncInvoke`1[System.Threading.Tasks.Task].Invoke (System.Threading.Tasks.Task owner, System.Object state, System.Threading.Tasks.Task context) [0x00000] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading.Tasks/TaskActionInvoker.cs:241
at System.Threading.Tasks.Task.InnerInvoke () [0x00028] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading.Tasks/Task.cs:507
at System.Threading.Tasks.Task.ThreadStart () [0x00097] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Threading.Tasks/Task.cs:406
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw () [0x0000b] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.ExceptionServices/ExceptionDispatchInfo.cs:62
at System.Runtime.CompilerServices.TaskAwaiter.GetResult () [0x00033] in /Developer/MonoTouch/Source/mono/mcs/class/corlib/System.Runtime.CompilerServices/TaskAwaiter.cs:60
at CodeCamp.Core.ViewModels.ViewModelBase+<SafeOperation>c__asyncA.MoveNext () [0x00084] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/src/CodeCamp.Core/ViewModels/ViewModelBase.cs:64
Unhandled Exception:
NUnit.Framework.AssertionException: Expected: not null
But was: null
at NUnit.Framework.Assert.That (System.Object actual, IResolveConstraint expression, System.String message, System.Object[] args) [0x00027] in /Developer/MonoTouch/Source/NUnitLite/NUnitLite-0.9.0/src/framework/Assert.cs:287
at NUnit.Framework.Assert.NotNull (System.Object anObject) [0x00006] in /Developer/MonoTouch/Source/NUnitLite/NUnitLite-0.9.0/src/framework/Assert.cs:1047
at CodeCamp.Core.Tests.ViewModelTests.ViewModelTests+<SafeOperation_NoFlagProvided_ExceptionThrown_ReturnsFalseAndReportsError>c__async13.MoveNext () [0x00107] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/ViewModelTests/ViewModelTests.cs:50
2013-08-28 23:44:10.241 CodeCampCoreTestsiOS[8210:c07] Unhandled managed exception: Expected: not null
But was: null
(NUnit.Framework.AssertionException)
at NUnit.Framework.Assert.That (System.Object actual, IResolveConstraint expression, System.String message, System.Object[] args) [0x00027] in /Developer/MonoTouch/Source/NUnitLite/NUnitLite-0.9.0/src/framework/Assert.cs:287
at NUnit.Framework.Assert.NotNull (System.Object anObject) [0x00006] in /Developer/MonoTouch/Source/NUnitLite/NUnitLite-0.9.0/src/framework/Assert.cs:1047
at CodeCamp.Core.Tests.ViewModelTests.ViewModelTests+<SafeOperation_NoFlagProvided_ExceptionThrown_ReturnsFalseAndReportsError>c__async13.MoveNext () [0x00107] in /Users/gshackles/code/github/gshackles/NycCodeCamp8/CodeCamp.Core/tests/CodeCamp.Core.Tests/ViewModelTests/ViewModelTests.cs:50
mono-rt: Stacktrace:
mono-rt:
Native stacktrace:
mono-rt: 0 CodeCampCoreTestsiOS 0x000b0b2a mono_handle_native_sigsegv + 266
mono-rt: 1 CodeCampCoreTestsiOS 0x000bd38d sigabrt_signal_handler + 109
mono-rt: 2 libsystem_c.dylib 0x94f818cb _sigtramp + 43
mono-rt: 3 ??? 0xffffffff 0x0 + 4294967295
mono-rt: 4 libsystem_sim_c.dylib 0x0425d57b abort + 140
mono-rt: 5 CodeCampCoreTestsiOS 0x00233d0b monotouch_unhandled_exception_handler + 283
mono-rt: 6 CodeCampCoreTestsiOS 0x000ad967 mono_invoke_unhandled_exception_hook + 231
mono-rt: 7 CodeCampCoreTestsiOS 0x000b204a mono_handle_exception_internal + 4170
mono-rt: 8 CodeCampCoreTestsiOS 0x000b2199 mono_handle_exception + 41
mono-rt: 9 CodeCampCoreTestsiOS 0x0005526d mono_x86_throw_exception + 285
mono-rt: 10 ??? 0x0b576e8f 0x0 + 190279311
mono-rt: 11 ??? 0x167af4da 0x0 + 377156826
mono-rt: 12 ??? 0x167af46e 0x0 + 377156718
mono-rt: 13 ??? 0x0b593f99 0x0 + 190398361
mono-rt: 14 CodeCampCoreTestsiOS 0x000de845 mono_jit_runtime_invoke + 741
mono-rt: 15 CodeCampCoreTestsiOS 0x0018490e mono_runtime_invoke + 126
mono-rt: 16 CodeCampCoreTestsiOS 0x0022cc3e monotouch_trampoline + 3822
mono-rt: 17 libobjc.A.dylib 0x040ad6b0 -[NSObject performSelector:withObject:] + 70
mono-rt: 18 Foundation 0x019f5765 __NSThreadPerformPerform + 327
mono-rt: 19 CoreFoundation 0x0131cf3f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
mono-rt: 20 CoreFoundation 0x0131c96f __CFRunLoopDoSources0 + 239
mono-rt: 21 CoreFoundation 0x0133f734 __CFRunLoopRun + 964
mono-rt: 22 CoreFoundation 0x0133ef44 CFRunLoopRunSpecific + 276
mono-rt: 23 CoreFoundation 0x0133ee1b CFRunLoopRunInMode + 123
mono-rt: 24 GraphicsServices 0x04d8e7e3 GSEventRunModal + 88
mono-rt: 25 GraphicsServices 0x04d8e668 GSEventRun + 104
mono-rt: 26 UIKit 0x0279affc UIApplicationMain + 1211
mono-rt: 27 ??? 0x0efe6fd4 0x0 + 251555796
mono-rt: 28 ??? 0x0efe5fb4 0x0 + 251551668
mono-rt: 29 ??? 0x0efe5cd0 0x0 + 251550928
mono-rt: 30 ??? 0x0efe5d5f 0x0 + 251551071
mono-rt: 31 CodeCampCoreTestsiOS 0x000de845 mono_jit_runtime_invoke + 741
mono-rt: 32 CodeCampCoreTestsiOS 0x0018490e mono_runtime_invoke + 126
mono-rt: 33 CodeCampCoreTestsiOS 0x00188914 mono_runtime_exec_main + 420
mono-rt: 34 CodeCampCoreTestsiOS 0x00188c85 mono_runtime_run_main + 725
mono-rt: 35 CodeCampCoreTestsiOS 0x0004d165 mono_jit_exec + 149
mono-rt: 36 CodeCampCoreTestsiOS 0x002213f4 main + 1988
mono-rt: 37 CodeCampCoreTestsiOS 0x000034b5 start + 53
mono-rt:
=================================================================
Got a SIGABRT 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