[Bug 215500] astro/google-earth crashes on 11.0 (caught signal 6 or 11)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 9 20:44:53 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215500

--- Comment #28 from Tijl Coosemans <tijl at FreeBSD.org> ---
When you run googleearth as root it tries to remove /dev/nvidiactl and then
recreate it, but this gets recreated as /compat/linux/dev/nvidiactl.  Then it
tries to use the latter which fails probably because it isn't a proper device. 
This means it will never work as root.  You should remove
/compat/linux/dev/nvidiactl (and anything else in that directory except "shm")
and then we'll have to get it working as a regular user.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list