Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 May 2016 10:42:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209280] x11/cool-retro-term: issues on start and high CPU utilization
Message-ID:  <bug-209280-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 209280
           Summary: x11/cool-retro-term: issues on start and high CPU
                    utilization
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: danfe@FreeBSD.org
          Reporter: guru@unixarea.de
             Flags: maintainer-feedback?(danfe@FreeBSD.org)
          Assignee: danfe@FreeBSD.org

The cool X11 terminal hast two issues:

1.
It starts only with env LANG=3DC, with LANG=3Des_ES.UTF-8, for example, it =
gets
stuck during start;

2.
It comes up with 'LANG=3DC export LANG' and starts with the following messa=
ges:

$ uname -a
FreeBSD r292778 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r292778: Tue Dec 29
14:38:12 UTC 2015=20=20=20=20
guru@:/usr/local/r292778/obj/usr/local/r292778/src/sys/GENERIC  amd64

$ cool-retro-term --verbose --default-settings
default KB_LAYOUT_DIR:  "/usr/local/lib/qt5/qml/QMLTermWidget/kb-layouts"
QObject::connect: No such slot Konsole::TerminalDisplay_QML_133::close()
loadAllColorSchemes
Session::run() - program: "/bin/sh"
Session::run() - arguments: ("")
started!
QSqlDatabase: QSQLITE driver not loaded
QSqlDatabase: available drivers:=20
QSqlQuery::prepare: database not open
qrc:/Storage.qml:35: Error: Driver not loaded Driver not loaded

but then goes to very high CPU usage in a permanent syscall loop as:

writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  =3D 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   =3D 8192 (0x2000)
...

--=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-209280-13>