[Mono-bugs] [Bug 678234] New: Crash while debugging on a real device

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 9 14:08:18 EST 2011


https://bugzilla.novell.com/show_bug.cgi?id=678234

https://bugzilla.novell.com/show_bug.cgi?id=678234#c0


           Summary: Crash while debugging on a real device
    Classification: Mono
           Product: MonoDroid
           Version: SVN
          Platform: x86-64
        OS/Version: Windows 7
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: Debugger
        AssignedTo: mkestner at novell.com
        ReportedBy: martin at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Development
           Blocker: ---


When debugging on my HTC Desire HD, the app silently crashes a few seconds
after hitting the first breakpoint.

I've investigated this problem this afternoon, and this seems related to
func-eval - disabling ToString() calls fixes it.

[To disable ToString() calls:
 In MonoTools.Engine/StackFrame.cs:EnumProperties(), change
 opts.AllowToStringCalls to false].

After some more investigation, I realized that it's crashing when it tries to
call Java.Lang.Object.ToString() on the 'button' object.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list