[GRASS-dev] d.mon segfaulting on debian/ubuntu custom/docker
Markus Neteler
neteler at osgeo.org
Wed May 5 14:25:39 PDT 2021
Hi,
On Tue, May 4, 2021 at 8:30 PM Jachym Cepicky <jachym.cepicky at gmail.com> wrote:
>
> Hi,
>
> running
>
> d.mon start=cairo
> d.mon stop=cairo
>
> will lead to Segmentation fault.
I have tried that
docker run -it --rm docker.io/library/ubuntu
apt-get update
apt-get install grass
grass -c epsg:25832 grassdata/gb
Welcome to GRASS GIS 7.8.2
GRASS 7.8.2 (gb):\w > d.mon start=cairo
Output file: /root/map.png
GRASS 7.8.2 (gb):\w > d.mon start=cairo
ERROR: option <output>: <map.png> exists. To overwrite, use the --overwrite
flag
GRASS 7.8.2 (gb):\w > d.mon start=cairo --o
WARNING: File <map.png> already exists and will be overwritten
Output file: /root/map.png
GRASS 7.8.2 (gb):\w > d.mon stop=cairo
GRASS 7.8.2 (gb):\w >
Works all fine...
Markus
More information about the grass-dev
mailing list