[Wine]Re: Wine 20050310 / Linux 2.6.11 crashes on munmap()

Mike Hearn mike at navi.cx
Mon Mar 21 04:18:59 CST 2005


On Sun, 20 Mar 2005 20:13:48 -0500, Jesse D Zbikowski wrote:
> So now this looks more like a problem with the X11 driver.  I run
> xorg-x11-6.8.1.902 -3dfx -3dnow +bitmap-fonts +cjk -debug -dlloader
> -dmx +doc +font-server -hardened -insecure-drivers -ipv6 -minimal +mmx
> +nls +opengl +pam -sdk +sse -static +truetype-fonts +type1-fonts
> (-uclibc) +xprint +xv.

Install Wine from CVS/source not from the Gentoo ebuilds. They have a
tendency to mess it up.

Also using winedbg isn't the right way to enable the debug channels. Do
this:

WINEDEBUG=+tid,+seh,+relay wine foo.exe 2>/tmp/log

Then examine the logfile.

The first chance exception in the x11drv is likely to be the DIB segfault
handler and can be ignored (ie it's crashing by design)

thanks -mike




More information about the wine-users mailing list