Yes, Wine shouldn't be able to do that. You're not running Wine as root are you?
whoops - i did. shame on me :)
i retried with ordinary account and the crash didn`t happen there. anyway - should i expect such problems with root ?
Does your system log reveal anything about the crash?
no, unfortunately not
regards roland
-----Ursprüngliche Nachricht----- Von: "Hans Leidekker" hans@it.vu.nl Gesendet: 19.11.07 21:22:20 An: "http://freemail.web.de/" devzero@web.de Betreff: Re: Unimplemented function KERNEL32.dll.FindFirstVolumeW
On Monday 19 November 2007 20:59:46 devzero@web.de wrote:
when scannnig trough drive z:\ , my notebook reboots ! wasn`t wine a userspace application with no kernel related stuff ? so it`s weird, that windirstat is crashing my notebook, isn`t it ?
Yes, Wine shouldn't be able to do that. You're not running Wine as root are you? Does your system log reveal anything about the crash?
-Hans
______________________________________________________________________ XXL-Speicher, PC-Virenschutz, Spartarife & mehr: Nur im WEB.DE Club! Jetzt testen! http://produkte.web.de/club/?mc=021130
On Monday 19 November 2007 21:39:16 devzero@web.de wrote:
i retried with ordinary account and the crash didn`t happen there. anyway - should i expect such problems with root ?
Well, a reboot is not expected but it can certainly happen. If your app is leaking file descriptors for example, given that there are no limits for root, it will bring your system to a halt.
-Hans
On Monday 19 November 2007, devzero@web.de wrote:
Yes, Wine shouldn't be able to do that. You're not running Wine as root are you?
whoops - i did. shame on me :)
i retried with ordinary account and the crash didn`t happen there. anyway - should i expect such problems with root ?
If selinux is not in use, root can write to /proc/kcore for example. Do not run anything as root unless you are doing system administration. It's as easy as that.
Cheers, Kuba