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


           Summary: Loop doesn't cause managed exception
           Product: Mono: Runtime
           Version: SVN
          Platform: i586
        OS/Version: openSUSE 11.0
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: misc
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: ---


Usually, when I make a mistake in my code and I cause a loop, I get an
StackOverflowException in the managed land.

This doesn't happen with Mono from SVN. I get something like:

Stack overflow in unmanaged: IP: 0x8225025, fault addr: 0xbf4fbfa8
Stacktrace:

  at (wrapper managed-to-native)
object.__icall_wrapper_mono_object_new_specific (intptr) <0x00051>
  at (wrapper managed-to-native)
object.__icall_wrapper_mono_object_new_specific (intptr) <0xffffffff>
  at UiaAtkBridge.ComboBox..ctor
(System.Windows.Automation.Provider.IRawElemen$
  at UiaAtkBridge.AutomationBridge.HandleNewComboBoxControlType
(System.Windows$
  at UiaAtkBridge.AutomationBridge.HandleElementAddition
(System.Windows.Automa$
  at UiaAtkBridge.AutomationBridge.GetParentAdapter
(System.Windows.Automation.$
  at UiaAtkBridge.AutomationBridge.HandleNewButtonControlType
(System.Windows.A$

..

and an infinite stacktrace that never gets printed completely... (maybe if I
wait 1 year...).


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to