Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jan 2017 16:08:10 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215500] astro/google-earth crashes on 11.0 (caught signal 6 or 11)
Message-ID:  <bug-215500-13-3JW9lk8X85@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215500-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215500-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215500

--- Comment #25 from Tijl Coosemans <tijl@FreeBSD.org> ---
(In reply to freebsd from comment #24)
For a Linux program the kernel first checks /compat/linux/path/to/file befo=
re
checking /path/to/file.  When the program tries to create a file or directo=
ry
this can be a problem when you run as root because then the file may be cre=
ated
under /compat/linux.  This never happens when you run as a regular user bec=
ause
then you don't have write access there.

So remove /compat/linux/root and try to run googleearth as a regular user.=
=20
Maybe you should also remove ~/.googleearth from your user home directory, =
just
in case this is a problem with a corrupted cache or something.

cd ~
/bin/sh
ulimit -s 8192
ktrace -i googleearth
kdump -H > kdump.txt

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215500-13-3JW9lk8X85>