[Mono-bugs] [Bug 442027] New: Loop doesn't cause managed exception
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Nov 5 15:07:12 EST 2008
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: mono-bugs at lists.ximian.com
ReportedBy: aaragoneses at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list