Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 21:40:08 +0200
From:      Christian Barthel <bch@online.de>
To:        x11@FreeBSD.org
Subject:   xedit Segfaults without "tags" file
Message-ID:  <87o8zs9bzb.fsf@x230.onfire.org>

next in thread | raw e-mail | index | archive | help
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 <bch@online.de>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87o8zs9bzb.fsf>