http://bugzilla.novell.com/show_bug.cgi?id=604966 http://bugzilla.novell.com/show_bug.cgi?id=604966#c23 --- Comment #23 from Stefan Dirsch <sndirsch@novell.com> 2010-06-02 19:29:55 UTC --- (In reply to comment #22)
Leonardo, if you fix the Sig11 on a non-VWware virtual machine, the program behaves the same as in a VWware virtual machine. But the idea was to segfault and then exit(1) instead of exit(0).
I tested this only in a physical machine and the detection seems to work without the SEGV:
# /usr/bin/vmmouse_detect # echo $? 1
You don't see the segfault, because there is a signal handler for SIG11. In that signal handler there is the exit(1) call. This is done by intention. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.