xedit Segfaults without "tags" file
Christian Barthel <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
Hello, I am using xedit(1) on FreeBSD 12 (installed as package). xedit-1.2.2 Simple text editor for X When starting xedit(1), a Segmentation Fault occurs. It looks like it wants to access the file ~/tags. After creating this file, xedit(1) starts as expected. Here is the output of the kdump(1): 14483 ktrace RET ktrace 0 14483 ktrace CALL execve(0x7fffffffd2e0,0x7fffffffd8f8,0x7fffffffd908) 14483 ktrace NAMI "/sbin/xedit" 14483 ktrace RET execve -1 errno 2 No such file or directory 14483 ktrace CALL execve(0x7fffffffd2e0,0x7fffffffd8f8,0x7fffffffd908) 14483 ktrace NAMI "/bin/xedit" ..... 14483 xedit NAMI "/usr/local/share/icons/default/index.theme" 14483 xedit RET open -1 errno 2 No such file or directory 14483 xedit CALL __getcwd(0x800aba800,0x400) 14483 xedit NAMI "/usr/home/bch" 14483 xedit RET __getcwd 0 14483 xedit CALL fstatat(AT_FDCWD,0x800aba800,0x7fffffffc8b0,0x200<AT_SYML> 14483 xedit NAMI "/usr/home/bch/tags" 14483 xedit RET fstatat -1 errno 2 No such file or directory 14483 xedit PSIG SIGSEGV SIG_DFL code=SEGV_ACCERR 14483 xedit NAMI "xedit.core" -- Christian Barthel <[email protected]> _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-x11 To unsubscribe, send any mail to "[email protected]"