HI,
So graphics/krita built from ports tree, crash with signal 10 before managing to start up, and after breifely showing the LOGO/splash screen.
The .local/share/krita directory is created and filled with datafiles, the resourcecache SQLITE db is created and filled with data and then it fails.
So while doing SQLITE transactions, it falls on its back and gives up.
Any ideas?
//Lars
So graphics/krita built from ports tree, crash with signal 10 before managing to start up, and after breifely showing the LOGO/splash screen.
The .local/share/krita directory is created and filled with datafiles, the resourcecache SQLITE db is created and filled with data and then it fails.
Code:
# truss -f -a -e -s 256 -o trace krita
.
.
.
77761: fcntl(40,F_SETLK,0x820c89020) = 0 (0x0)
77761: fcntl(40,F_SETLK,0x820c89020) = 0 (0x0)
77761: fcntl(40,F_SETLK,0x820c89020) = 0 (0x0)
77761: fstatat(AT_FDCWD,"/home/xxxx/.local/share/krita/resourcecache.sqlite-journal",0x820c88f98,0x0) ERR#2 'No such file or directory'
77761: fstat(40,{ mode=-rw------- ,inode=4382,size=122880,blksize=122880 }) = 0 (0x0)
77761: lseek(40,0x18,SEEK_SET) = 24 (0x18)
77761: read(40,"\0\0\0&\0\0\0\^^\0\0\0\0\0\0\0\0",16) = 16 (0x10)
77761: fstat(40,{ mode=-rw------- ,inode=4382,size=122880,blksize=122880 }) = 0 (0x0)
77761: fstatat(AT_FDCWD,"/home/xxxx/.local/share/krita/resourcecache.sqlite-wal",0x820c88f58,0x0) ERR#2 'No such file or directory'
77761: fstat(40,{ mode=-rw------- ,inode=4382,size=122880,blksize=122880 }) = 0 (0x0)
77761: SIGNAL 10 (SIGBUS) code=BUS_OBJERR trapno=9 addr=0x844255086
77761: sigprocmask(SIG_SETMASK,{ SIGBUS },0x0) = 0 (0x0)
77761: sigprocmask(SIG_SETMASK,{ SIGHUP|SIGINT|SIGQUIT|SIGILL|SIGTRAP|SIGABRT|SIGEMT|SIGFPE|SIGKILL|SIGBUS|SIGSEGV|SIGSYS|SIGPIPE|SIGALRM|SIGTERM|SIGURG|SIGSTOP|SIGTSTP|SIGCONT|SIGCHLD|SIGTTIN|SIGTTOU|SIGIO|SIGXCPU|SIGXFSZ|SIGVTALRM|SIGPROF|SIGWINCH|S
IGINFO|SIGUSR1|SIGUSR2 },{ SIGBUS }) = 0 (0x0)
77761: sigaction(SIGALRM,{ SIG_DFL SA_RESTART ss_t },{ SIG_DFL 0x0 ss_t }) = 0 (0x0)
77761: sigprocmask(SIG_SETMASK,{ SIGBUS },0x0) = 0 (0x0)
77761: setitimer(ITIMER_REAL,{ 0.000000, 3.000000 },{ 0.000000, 0.000000 }) = 0 (0x0)
Any ideas?
//Lars