Re: d.mon segfaulting on debian/ubuntu custom/docker
Markus Neteler <[email protected]> Wed, 5 May 2021 23:25:39 +0200
| Newsgroups | gmane.comp.gis.grass.devel |
|---|---|
| Message-ID | <CALFmHhvRb5RSJkd0tEKcVPHg1FB2qcQ--HeL3RFX7yfkpv1a2Q@mail.gmail.com> |
Hi, On Tue, May 4, 2021 at 8:30 PM Jachym Cepicky <[email protected]> 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