Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2018 01:13:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 226104] x11-fonts/noto breaks nedit
Message-ID:  <bug-226104-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D226104

            Bug ID: 226104
           Summary: x11-fonts/noto breaks nedit
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: kargl@FreeBSD.org
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Updated chromium which brought x11-fonts/noto because
some decided to add=20

RUN_DEPENDS=3D    xdg-open:devel/xdg-utils \
                noto>0:x11-fonts/noto

to chromium's Makefile.  Having x11-fonts/noto installed
breaks editors/nedit.  The tail end of ktrace.out is

 58523 nedit    NAMI  "/usr/local/share/fonts/noto/NotoSansCJKjp-Thin.otf"
 58523 nedit    STRU  struct stat {dev=3D123, ino=3D86296443, mode=3D010064=
4,
nlink=3D1, uid=3D0, gid=3D0, rdev=3D172923240, atime=3D1519252033.475638000,
mtime=3D1519249220.787501000, ctime=3D1519249253.609572000,
birthtime=3D1519249220.787501000, size=3D15154292, blksize=3D32768, blocks=
=3D29696,
flags=3D0x0 }
 58523 nedit    RET   fstatat 0
 58523 nedit    CALL  openat(AT_FDCWD,0x204848780,0<O_RDONLY>)
 58523 nedit    NAMI  "/usr/local/share/fonts/noto/NotoSansCJKjp-Thin.otf"
 58523 nedit    RET   openat 5
 58523 nedit    CALL  fcntl(0x5,F_SETFD,FD_CLOEXEC)
 58523 nedit    RET   fcntl 0
 58523 nedit    CALL  fstat(0x5,0x7fffffffa470)
 58523 nedit    STRU  struct stat {dev=3D123, ino=3D86296443, mode=3D010064=
4,
nlink=3D1, uid=3D0, gid=3D0, rdev=3D172923240, atime=3D1519252033.475638000,
mtime=3D1519249220.787501000, ctime=3D1519249253.609572000,
birthtime=3D1519249220.787501000, size=3D15154292, blksize=3D32768, blocks=
=3D29696,
flags=3D0x0 }
 58523 nedit    RET   fstat 0
 58523 nedit    CALL  mmap(0,0xe73c74,0x1<PROT_READ>,0x2<MAP_PRIVATE>,0x5,0)
 58523 nedit    RET   mmap 8667529216/0x204a00000
 58523 nedit    CALL  close(0x5)
 58523 nedit    RET   close 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL  sigprocmask(SIG_BLOCK,0,0x7fffffffa260)
 58523 nedit    RET   sigprocmask 0
 58523 nedit    CALL=20
mmap(0,0x41000,0x3<PROT_READ|PROT_WRITE>,0x1002<MAP_PRIVATE|MAP_ANON>,0xfff=
fffff,0)
 58523 nedit    RET   mmap 8667238400/0x2049b9000
 58523 nedit    CALL=20
mmap(0,0x41000,0x3<PROT_READ|PROT_WRITE>,0x1002<MAP_PRIVATE|MAP_ANON>,0xfff=
fffff,0)
 58523 nedit    RET   mmap 8682684416/0x205874000
 58523 nedit    PSIG  SIGINT SIG_DFL code=3DSI_KERNEL

The PSIG is a result of ^C to forcibly kill nedit.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-226104-13>