[Bug 209280] x11/cool-retro-term: issues on start and high CPU utilization

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 5 10:42:52 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209280

            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 at FreeBSD.org
          Reporter: guru at unixarea.de
             Flags: maintainer-feedback?(danfe at FreeBSD.org)
          Assignee: danfe at FreeBSD.org

The cool X11 terminal hast two issues:

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

2.
It comes up with 'LANG=C export LANG' and starts with the following messages:

$ uname -a
FreeBSD r292778 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r292778: Tue Dec 29
14:38:12 UTC 2015    
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: 
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)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
poll({ 3/POLLIN|POLLOUT },1,-1)                  = 1 (0x1)
writev(0x3,0x7fffffffd690,0x2)                   = 8192 (0x2000)
...

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


More information about the freebsd-ports-bugs mailing list