Not using a CollectionDebuggerView. I think i've reached the point where I
need to rollback to a few days ago and retrace my steps.

On Tue, Feb 7, 2012 at 8:20 AM, Jeff Stedfast <[email protected]> wrote:

> That's not a crash, it's just an EvaluatorException which just means it
> failed to evaluate some expression or another.
>
> Does your app define a CollectionDebuggerView<T>?
>
> As per the original question, this is probably where I'd focus my
> attention:
>
> ApolloApp_HostSetupMain_Source_StartPond + 2016
>        5   Apollo                              0x00674c20
> ApolloApp_HostSetupMain_Source_RowSelected_MonoTouch_
> UIKit_UITableView_MonoTouch_Foundation_NSIndexPath
> + 1412
>
> Looks like you are getting a RowSelected event which calls StartPond() or
> some such, which is doing something with a PlaylistItem when it crashes.
>
> Hope that helps,
>
> Jeff
>
> On Mon, Feb 6, 2012 at 8:51 AM, dermotos <[email protected]> wrote:
>
>> Also, this bug is frequently linked to this output:
>> Is this the debugger crashing, or is it still just something wrong with my
>> code?
>>
>> Mono.Debugging.Evaluation.EvaluatorException: Method `.ctor' not found in
>> type `CollectionDebuggerView`1'.
>>  at Mono.Debugging.Soft.SoftDebuggerAdaptor.OverloadResolve
>> (Mono.Debugging.Soft.SoftEvaluationContext ctx, System.String typeName,
>> System.String methodName, Mono.Debugger.Soft.TypeMirror[] argtypes,
>> System.Collections.Generic.List`1 candidates, Boolean throwIfNotFound)
>> [0x00137] in
>>
>> /Users/builder/data/lanes/monodevelop-mac-2.8.6.3/f4289daf/source/monodevelop/main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerAdaptor.cs:1114
>>  at Mono.Debugging.Soft.SoftDebuggerAdaptor.OverloadResolve
>> (Mono.Debugging.Soft.SoftEvaluationContext ctx, System.String methodName,
>> Mono.Debugger.Soft.TypeMirror type, Mono.Debugger.Soft.TypeMirror[]
>> argtypes, Boolean allowInstance, Boolean allowStatic, Boolean
>> throwIfNotFound) [0x00183] in
>>
>> /Users/builder/data/lanes/monodevelop-mac-2.8.6.3/f4289daf/source/monodevelop/main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerAdaptor.cs:1020
>>  at Mono.Debugging.Soft.SoftDebuggerAdaptor.CreateValue
>> (Mono.Debugging.Evaluation.EvaluationContext ctx, System.Object type,
>> System.Object[] args) [0x00075] in
>>
>> /Users/builder/data/lanes/monodevelop-mac-2.8.6.3/f4289daf/source/monodevelop/main/src/addins/MonoDevelop.Debugger.Soft/Mono.Debugging.Soft/SoftDebuggerAdaptor.cs:186
>>  at Mono.Debugging.Evaluation.ObjectValueAdaptor.GetProxyObject
>> (Mono.Debugging.Evaluation.EvaluationContext ctx, System.Object obj)
>> [0x0011c] in
>>
>> /Users/builder/data/lanes/monodevelop-mac-2.8.6.3/f4289daf/source/monodevelop/main/src/core/Mono.Debugging/Mono.Debugging.Evaluation/ObjectValueAdaptor.cs:880
>> StateUpdateDispatch Timer initialized, waiting 1 second to send...
>>
>>
>> --
>> View this message in context:
>> http://monotouch.2284126.n4.nabble.com/I-ve-been-stuck-on-this-for-8-hours-solid-Any-ideas-SIGSEGV-Crash-tp4361018p4361285.html
>> Sent from the MonoTouch mailing list archive at Nabble.com.
>> _______________________________________________
>> MonoTouch mailing list
>> [email protected]
>> http://lists.ximian.com/mailman/listinfo/monotouch
>>
>
>
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to