Strange crash

Alexandre Julliard julliard at winehq.com
Mon Apr 16 16:33:22 CDT 2001


"Dmitry Timoshkov" <dmitry at sloboda.ru> writes:

> Unhandled exception: c000008f
> [...]
> 
> Commenting lines 36-37
>     physDev->pen.width = GDI_ROUND((FLOAT)pen->logpen.lopnWidth.x *
>                                    dc->xformWorld2Vport.eM11 * 0.5);
> in X11DRV_PEN_SelectObject (graphics/x11drv/pen.c) cures the problem.
> 
> Why call to floor() leads to crash?

Exception c000008f is EXCEPTION_FLT_INEXACT_RESULT. Probably one of
the floating point values is invalid, or something similar.

-- 
Alexandre Julliard
julliard at winehq.com




More information about the wine-devel mailing list