Ticket #1306 (closed assessed: fixed)

Opened 10 years ago

Last modified 8 years ago

Exception killer

Reported by: villyc Owned by: jeroens
Priority: high Milestone: NOT SET
Component: Overall GUI Version: 6.4
Severity: crash Keywords:
Cc:

Description

Occasional exception cripples EwE:

System.DivideByZeroException? was unhandled

HResult=-2147352558
Message=Attempted to divide by zero.
Source=System.Drawing
StackTrace?:

at System.Drawing.Icon.DrawIcon?(IntPtr? dc, Rectangle imageRect, Rectangle targetRect, Boolean stretch)
at System.Drawing.Icon.Draw(Graphics graphics, Rectangle targetRect)
at System.Drawing.Graphics.DrawIcon?(Icon icon, Rectangle targetRect)
at WeifenLuo?.WinFormsUI.Docking.VS2005AutoHideStrip.DrawTab?(Graphics g, TabVS2005 tab)
at WeifenLuo?.WinFormsUI.Docking.VS2005AutoHideStrip.DrawTabStrip?(Graphics g, DockState? dockState)
at WeifenLuo?.WinFormsUI.Docking.VS2005AutoHideStrip.DrawTabStrip?(Graphics g)
at WeifenLuo?.WinFormsUI.Docking.VS2005AutoHideStrip.OnPaint?(PaintEventArgs? e)
at System.Windows.Forms.Control.PaintWithErrorHandling?(PaintEventArgs? e, Int16 layer)
at System.Windows.Forms.Control.WmPaint?(Message& m)
at System.Windows.Forms.Control.WndProc?(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow?.OnMessage?(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow?.WndProc?(Message& m)
at System.Windows.Forms.NativeWindow?.DebuggableCallback?(IntPtr? hWnd, Int32 msg, IntPtr? wparam, IntPtr? lparam)

InnerException?:

Change History

comment:1 Changed 8 years ago by jeroens

  • Status changed from new to closed
  • Resolution set to fixed

Got fixed along the way

Note: See TracTickets for help on using tickets.