I get ‘Segmentation fault (core dumped)’ after running temporal commands. Commands work, but they finish with segfault. I started observing this yesterday evening that I recompiled trunk to get lattest temporal changes. I was working with temporal modules the day before that with no issues.
Luca suggested off-list that my DB must be corrupted somehow because others do not have that issue and neither myself in a different machine with freshly compiled trunk. So, I’m lost…
To test further I did 2 things:
1). remove my nc_basic location and download it again in my grassdata:
GRASS 7.7.svn (nc_basic_spm_grass7):~ > t.connect -d
Default driver / database set to:
driver: sqlite
database: $GISDBASE/$LOCATION_NAME/$MAPSET/tgis/sqlite.db
GRASS 7.7.svn (nc_basic_spm_grass7):~ > t.list
WARNING: Temporal database connection defined as:
/home/veroandreo/grassdata/nc_basic_spm_grass7/PERMANENT/tgis/sqlite.db
But database file does not exist.
Creating temporal database:
/home/veroandreo/grassdata/nc_basic_spm_grass7/PERMANENT/tgis/sqlite.db
Segmentation fault (core dumped)
2). create a new grassdata and download a different location
GRASS 7.7.svn (worldlocation):~ > t.connect -d
Default driver / database set to:
driver: sqlite
database: $GISDBASE/$LOCATION_NAME/$MAPSET/tgis/sqlite.db
GRASS 7.7.svn (worldlocation):~ > t.list
WARNING: Temporal database connection defined as:
/home/veroandreo/grassdata_test/worldlocation/PERMANENT/tgis/sqlite.db
But database file does not exist.
Creating temporal database:
/home/veroandreo/grassdata_test/worldlocation/PERMANENT/tgis/sqlite.db
On Fri, Sep 28, 2018 at 4:03 PM Markus Neteler <neteler@osgeo.org> wrote:
On Fri, Sep 28, 2018 at 3:18 PM Veronica Andreo <veroandreo@gmail.com> wrote:
> I get 'Segmentation fault (core dumped)' after running temporal commands. Commands work, but they finish with segfault.
We has a similar (?) problem here:
On Sat, Jul 28, 2018 at 11:40 PM Veronica Andreo wrote...
The reason was a broken external library. Maybe that problem came back
in a system update?
You may try t.info with strace like the last time.
On Fri, Sep 28, 2018 at 5:37 PM Markus Neteler <neteler@osgeo.org> wrote:
On Fri, Sep 28, 2018 at 4:03 PM Markus Neteler <neteler@osgeo.org> wrote:
> On Fri, Sep 28, 2018 at 3:18 PM Veronica Andreo <veroandreo@gmail.com> wrote:
> > I get 'Segmentation fault (core dumped)' after running temporal commands. Commands work, but they finish with segfault.
...
> You may try t.info with strace like the last time.
I get ‘Segmentation fault (core dumped)’ after running temporal commands. Commands work, but they finish with segfault.
…
You may try t.info with strace like the last time.
I get ‘Segmentation fault (core dumped)’ after running temporal commands. Commands work, but they finish with segfault.
…
You may try t.info with strace like the last time.