[Mono-bugs] [Bug 393981] [OSX] Systematic crash on launch of WinForm app

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Fri May 23 16:41:53 EDT 2008


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

User jdmuys at free.fr added comment
https://bugzilla.novell.com/show_bug.cgi?id=393981#c4





--- Comment #4 from Jean-Denis Muys <jdmuys at free.fr>  2008-05-23 14:41:52 MDT ---
Here are the last few lines of the execution output with the --trace option.
The stack crawl seems to be here as a call chain. If you need something else,
please give me hint how, because I'm a total newbie. Thanks,

JD

 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LEAVE:
System.Text.StringBuilder:Append (string)[System.Text.StringBuilder:0x26081b0]
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTER:
System.Text.StringBuilder:ToString ()(this:0x26081b0[System.Text.StringBuilder
WHello.exe], )
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTER:
System.String:InternalSetLength
(int)(this:[STRING:0x261b000:System.FormatException: Unknown char: .
  at System.Double.Parse (System.String s, NumberStyles style, IFormatProvider
provider) [0x00000] 
  at System.Double.Parse (System.String s) [0x00000] 
  at System.Convert.ToDouble (System.String value) [0x00000] 
  at System.Windows.Forms.XplatUICarbon.GetMessage (System.Object queue_id,
System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax)
[0x00000] 
  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id,
System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax)
[0x00000] 
  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x00000] 
  at System.Windows.Forms.Form.ShowDialog (IWin32Window ownerWin32) [0x00000] 
  at System.Windows.Forms.Form.ShowDialog () [0x00000] 
  at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000] 
  at (wrapper remoting-invoke-with-check) MessageBoxForm:RunDialog ()
  at System.Windows.Forms.MessageBox.Show (System.String text) [0x00000] 
  at HelloWorld..ctor () [0x00000] 
  at (wrapper remoting-invoke-with-check) HelloWorld:.ctor ()
  at HelloWorld.Main () [0x00000] ], 1193, )
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LEAVE:
System.String:InternalSetLength (int)
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LEAVE:
System.Text.StringBuilder:ToString ()[STRING:0x261b000:System.FormatException:
Unknown char: .
  at System.Double.Parse (System.String s, NumberStyles style, IFormatProvider
provider) [0x00000] 
  at System.Double.Parse (System.String s) [0x00000] 
  at System.Convert.ToDouble (System.String value) [0x00000] 
  at System.Windows.Forms.XplatUICarbon.GetMessage (System.Object queue_id,
System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax)
[0x00000] 
  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id,
System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax)
[0x00000] 
  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x00000] 
  at System.Windows.Forms.Form.ShowDialog (IWin32Window ownerWin32) [0x00000] 
  at System.Windows.Forms.Form.ShowDialog () [0x00000] 
  at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000] 
  at (wrapper remoting-invoke-with-check) MessageBoxForm:RunDialog ()
  at System.Windows.Forms.MessageBox.Show (System.String text) [0x00000] 
  at HelloWorld..ctor () [0x00000] 
  at (wrapper remoting-invoke-with-check) HelloWorld:.ctor ()
  at HelloWorld.Main () [0x00000] ]
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LEAVE:
System.Exception:ToString ()[STRING:0x261b000:System.FormatException: Unknown
char: .
  at System.Double.Parse (System.String s, NumberStyles style, IFormatProvider
provider) [0x00000] 
  at System.Double.Parse (System.String s) [0x00000] 
  at System.Convert.ToDouble (System.String value) [0x00000] 
  at System.Windows.Forms.XplatUICarbon.GetMessage (System.Object queue_id,
System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax)
[0x00000] 
  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id,
System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax)
[0x00000] 
  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x00000] 
  at System.Windows.Forms.Form.ShowDialog (IWin32Window ownerWin32) [0x00000] 
  at System.Windows.Forms.Form.ShowDialog () [0x00000] 
  at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000] 
  at (wrapper remoting-invoke-with-check) MessageBoxForm:RunDialog ()
  at System.Windows.Forms.MessageBox.Show (System.String text) [0x00000] 
  at HelloWorld..ctor () [0x00000] 
  at (wrapper remoting-invoke-with-check) HelloWorld:.ctor ()
  at HelloWorld.Main () [0x00000] ]
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LEAVE:
(wrapper runtime-invoke) System.Object:runtime_invoke_string
(object,intptr,intptr,intptr)[System.String:0x261b000]

Unhandled Exception: System.FormatException: Unknown char: .
  at System.Double.Parse (System.String s, NumberStyles style, IFormatProvider
provider) [0x00000] 
  at System.Double.Parse (System.String s) [0x00000] 
  at System.Convert.ToDouble (System.String value) [0x00000] 
  at System.Windows.Forms.XplatUICarbon.GetMessage (System.Object queue_id,
System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax)
[0x00000] 
  at System.Windows.Forms.XplatUI.GetMessage (System.Object queue_id,
System.Windows.Forms.MSG& msg, IntPtr hWnd, Int32 wFilterMin, Int32 wFilterMax)
[0x00000] 
  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
System.Windows.Forms.ApplicationContext context) [0x00000] 
  at System.Windows.Forms.Form.ShowDialog (IWin32Window ownerWin32) [0x00000] 
  at System.Windows.Forms.Form.ShowDialog () [0x00000] 
  at System.Windows.Forms.MessageBox+MessageBoxForm.RunDialog () [0x00000] 
  at (wrapper remoting-invoke-with-check) MessageBoxForm:RunDialog ()
  at System.Windows.Forms.MessageBox.Show (System.String text) [0x00000] 
  at HelloWorld..ctor () [0x00000] 
  at (wrapper remoting-invoke-with-check) HelloWorld:.ctor ()
  at HelloWorld.Main () [0x00000] 
EXCEPTION: finally clause 0 of System.Windows.Forms.XplatUICarbon:GetMessage
(object,System.Windows.Forms.MSG&,intptr,int,int)
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTER:
System.Threading.Monitor:Exit (object)([System.Object:0x7c8c10], )
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ENTER:
(wrapper managed-to-native) System.Threading.Monitor:Monitor_exit
(object)([System.Object:0x7c8c10], )
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LEAVE:
(wrapper managed-to-native) System.Threading.Monitor:Monitor_exit (object)
 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . LEAVE:
System.Threading.Monitor:Exit (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.
You are the assignee for the bug.


More information about the mono-bugs mailing list