<div dir="ltr"><div>Hi devs,</div><div><br></div><div>I get "segmentation fault" when running temporal commands, i.e., t.list, <a href="http://t.info">t.info</a>, t.create, t.register (haven't tested them all). However, the command works as expected. It's just that I get the message "Segmentation fault (core dumped)" whenever I run a temporal command. I use grass trunk r73007 in Fedora 28.<br></div><div><br></div><div>Here I paste the final part of the strace output (dunno if that's the part useful):</div><div><br></div><div>strace <a href="http://t.info">t.info</a> LST_Day_monthly</div><div></div><div>[...]</div><div>stat("/home/veroandreo/grassdata/nc_spm_08_grass7/modis_lst/tgis/sqlite.db", {st_mode=S_IFREG|0644, st_size=585728, ...}) = 0<br>close(3)                                = 0<br>getpid()                                = 7519<br>wait4(7527, 0x7fff654f8644, WNOHANG, NULL) = 0<br>write(5, "\0\0\0\17\200\2]q\1U\4STOPq\2a.", 19) = 19<br>getpid()                                = 7519<br>wait4(7527, 0x7fff654f83d4, WNOHANG, NULL) = 0<br>select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=1000}) = ? ERESTARTNOHAND (To be restarted if no handler)<br>--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_EXITED, si_pid=7527, si_uid=1000, si_status=1, si_utime=0, si_stime=0} ---<br>select(0, NULL, NULL, NULL, {tv_sec=0, tv_usec=0}) = 0 (Timeout)<br>wait4(7527, [{WIFEXITED(s) && WEXITSTATUS(s) == 1}], WNOHANG, NULL) = 7527<br>close(5)                                = 0<br>futex(0x55b0471463a0, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 0, NULL, 0xffffffff) = 0<br>getpid()                                = 7519<br>wait4(7528, 0x7fff654f8644, WNOHANG, NULL) = 0<br>write(7, "\0\0\0\t\200\2]q\1K\0a.", 13) = 13<br>kill(7528, SIGTERM)                     = 0<br>close(7)                                = 0<br>wait4(7528, 0x7fff654f8644, WNOHANG, NULL) = 0<br>kill(7528, SIGTERM)                     = 0<br>wait4(7528, 0x7fff654f8644, WNOHANG, NULL) = 0<br>getpid()                                = 7519<br>wait4(7528, [{WIFSIGNALED(s) && WTERMSIG(s) == SIGTERM}], 0, NULL) = 7528<br>--- SIGCHLD {si_signo=SIGCHLD, si_code=CLD_KILLED, si_pid=7528, si_uid=1000, si_status=SIGTERM, si_utime=0, si_stime=0} ---<br>rt_sigaction(SIGINT, {sa_handler=SIG_DFL, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f78a8694fc0}, {sa_handler=0x7f78a8a2c880, sa_mask=[], sa_flags=SA_RESTORER, sa_restorer=0x7f78a8694fc0}, 8) = 0<br>munmap(0x7f78a8f16000, 32)              = 0<br>close(9)                                = 0<br>munmap(0x7f78a8f17000, 32)              = 0<br>close(6)                                = 0<br>close(8)                                = 0<br>futex(0x7f7897973574, FUTEX_WAKE_PRIVATE, 2147483647) = 0<br>futex(0x7f78966421e4, FUTEX_WAKE_PRIVATE, 2147483647) = 0<br>munmap(0x7f787bda5000, 33554496)        = 0<br>munmap(0x7f7879da4000, 33554496)        = 0<br>munmap(0x7f7877da3000, 33554496)        = 0<br>munmap(0x7f7875da2000, 33554496)        = 0<br>munmap(0x7f7873da1000, 33554496)        = 0<br>munmap(0x7f7871da0000, 33554496)        = 0<br>munmap(0x7f786fd9f000, 33554496)        = 0<br>munmap(0x7f786dd9e000, 33554496)        = 0<br>--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x7f787bda5008} ---<br>+++ killed by SIGSEGV (core dumped) +++<br>Segmentation fault (core dumped)<br></div><div><br></div><div>best, <br></div><div>Vero<br></div></div>