Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.cs.su.oz.au!metro!metro!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!news.ececs.uc.edu!www.facs.federated-fds.com!news-out.internetmci.com!newsfeed.internetmci.com!howland.erols.net!EU.net!usenet2.news.uk.psi.net!uknet!usenet1.news.uk.psi.net!uknet!psinntp!psinntp!pubxfer.news.psi.net!usenet From: Luoqi Chen <luoqi@watermarkgroup.com> Newsgroups: comp.emulators.ms-windows.wine,comp.unix.bsd.freebsd.misc Subject: Wine960928 crashed FreeBSD 2.1.5 Date: Tue, 29 Oct 1996 10:58:00 -0500 Organization: PSI Public Usenet Link Lines: 13 Message-ID: <32762988.167EB0E7@watermarkgroup.com> NNTP-Posting-Host: 38.246.139.252 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.1.5-RELEASE i386) Xref: euryale.cc.adfa.oz.au comp.emulators.ms-windows.wine:5846 comp.unix.bsd.freebsd.misc:30330 Wine crashes my machine whenever I try to do "wine -help", or try to run any non-existing file. It seemed that the CPU reset without any panicking message. Does anyone else have this problem? Is it unique to FreeBSD? How does wine crash the system without causing a panic? The last message on screen was "wine: can't exec '-help'". I looked at wine source code, there is only a printf statement followed by an exit. Printf didn't show maybe because it's still in buffer. The only way exit could crash the system was the atexit calles, which include a XChangeKeyboard and winsock cleanup, none looked likely to be the cause. I'm really puzzled. Any help is appreciated. -lq