http://bugzilla.novell.com/show_bug.cgi?id=604966 http://bugzilla.novell.com/show_bug.cgi?id=604966#c7 Stefan Dirsch <sndirsch@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |INVALID --- Comment #7 from Stefan Dirsch <sndirsch@novell.com> 2010-05-13 08:24:59 UTC --- The segfaulted is expected and handled accordingly. xf86-input-vmmouse/tools/vmmouse_detect.c: [...] void segvCB(int sig) { #if defined HAVE_XORG_SERVER_1_1_0 exit(1); #endif } int main(void) { /* * If the vmmouse test is not run in a VMware virtual machine, it * will segfault instead of successfully accessing the port. */ signal(SIGSEGV, segvCB); [...] -- 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.