[GRASS-dev] [GRASS GIS] #3693: Issue with G76 in docker: creating a location fails
GRASS GIS
trac at osgeo.org
Sat Nov 10 10:53:52 PST 2018
#3693: Issue with G76 in docker: creating a location fails
----------------------+---------------------------------
Reporter: neteler | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.4.3
Component: Startup | Version: svn-releasebranch76
Resolution: | Keywords: docker g.proj
CPU: x86-64 | Platform: Linux
----------------------+---------------------------------
Comment (by mmetz):
Replying to [comment:2 neteler]:
> Trying with strace:
>
> {{{
> GRASS 7.6.svn (latlongtest3):/grassdb > strace g.proj -t epsg=4326
location=location
> ...
> openat(AT_FDCWD, "/usr/local/grass-7.6.svn/etc/proj/datum.table",
O_RDONLY) = 3
> fstat(3, {st_mode=S_IFREG|0644, st_size=5725, ...}) = 0
> read(3, "# Datum Transformation Parameter"..., 4096) = 4096
> --- SIGILL {si_signo=SIGILL, si_code=ILL_ILLOPN, si_addr=0x7fecb0a2ed1e}
---
> +++ killed by SIGILL (core dumped) +++
> Illegal instruction (core dumped)
> }}}
>
> ...
>
> Honestly, I have no idea what's wrong.
This does not seem to be a GRASS-related error. Considering that the same
(?) docker image works on a different system (docker images are specific
to each system, right?) and that g.proj works outside docker, I suggest to
rebuild the docker image causing trouble.
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3693#comment:3>
GRASS GIS <https://grass.osgeo.org>
More information about the grass-dev
mailing list