[Bug 840708] Re: Konsole only redraws the terminal if the mouse is moving.

2018-07-21 Thread Bug Watch Updater
** Changed in: kde-baseapps
   Status: Won't Fix => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 840708]

2018-07-21 Thread Martin-sandsmark
https://bugreports.qt.io/browse/QTBUG-48344 might be relevant

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 840708]

2018-07-21 Thread Martin-sandsmark
Git commit ac59cc7e007a3ef73a07f3d31d4a9516fd5f56f5 by Martin T. H. Sandsmark.
Committed on 16/07/2018 at 11:46.
Pushed by sandsmark into branch 'master'.

Fix hang on a lot of output from a program

Summary:
There is a bug in the Qt glib event loop leading to timers never being
able to deliver signals.

Work around this by disabling the glib event loop.

References:
http://lists.qt-project.org/pipermail/interest/2015-September/018846.html
https://bugreports.qt.io/browse/QTBUG-48344

Test plan:
>From the referenced bug:
Stefan Westerfeld 2010-03-10 11:40:24 UTC
Running the following program within konsole:

#include 

int
main()
{
  for (int i = 0; i < 1; i++)
{
  fprintf (stderr, "foo %d\n", i);
}
}

leads to a freeze - not single message is printed - no reaction on
return. Only after a long time (30 seconds) something happens.

If I run the same program in an xterm, the messages are scrolling
through, as I would expect from that kind of output.

Reviewers: #konsole, hindenburg

Reviewed By: #konsole, hindenburg

Subscribers: hindenburg

Tags: #konsole

Differential Revision: https://phabricator.kde.org/D6078

M  +8-0src/main.cpp
A  +15   -0tests/spam-stderr.c [License: UNKNOWN]  *

The files marked with a * at the end have a non valid license. Please
read: https://community.kde.org/Policies/Licensing_Policy and use the
headers which are listed at that page.


https://commits.kde.org/konsole/ac59cc7e007a3ef73a07f3d31d4a9516fd5f56f5

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 840708]

2018-07-21 Thread Martin-sandsmark
this is a glib bug (or less probably in the qt glib event thing), I'm
unable to reproduce it with «QT_NO_GLIB=1 konsole»

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 840708] Re: Konsole only redraws the terminal if the mouse is moving.

2017-05-06 Thread Bug Watch Updater
** Changed in: kde-baseapps
   Status: Unknown => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 840708]

2016-08-17 Thread Martin-sandsmark
Traced it down to QTimer stopping emiting timeout() after getting
(re)start()-ed around 600-700 times on my system.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 840708]

2016-08-17 Thread Martin-sandsmark
Looking at the Qt source, it might be a glib bug. Could maybe someone
try with a non-glib Qt?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 840708]

2016-08-05 Thread Dv-b
I also see this. Using Kubuntu 16.04 here. For example, if GStreamer is
installed, when I run this in konsole:

GST_DEBUG=2,*src*:9 gst-launch-1.0 fakesrc ! fakesink silent=false

then output will eventually no longer be printed. For a while, I can
press the return key to manually "advance" the log output (perhaps this
flushes something inside konsole?), but eventually, it reaches a point
where the tab is completely frozen - I can scroll back, and copy text,
but keyboard input no longer does anything, and the output is still. The
only thing I can do then is to close that tab. This is highly annoying
when debugging code, because sometimes, there can be lots of log output,
which in turn sometimes triggers this bug.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 840708] Re: Konsole only redraws the terminal if the mouse is moving.

2013-03-25 Thread Bug Watch Updater
** Changed in: kde-baseapps
   Status: Confirmed => Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 840708] Re: Konsole only redraws the terminal if the mouse is moving.

2012-08-16 Thread Bug Watch Updater
Launchpad has imported 7 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=230184.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2010-03-10T11:40:24+00:00 Stefan Westerfeld wrote:

Version:   Konsole: 2.3.3 (using KDE 4.3.4)
OS:Linux
Installed from:Debian testing/unstable Packages

Running the following program within konsole:

#include 

int
main()
{
  for (int i = 0; i < 1; i++)
{
  fprintf (stderr, "foo %d\n", i);
}
}

leads to a freeze - not single message is printed - no reaction on
return. Only after a long time (30 seconds) something happens.

If I run the same program in an xterm, the messages are scrolling
through, as I would expect from that kind of output.

Reply at: https://bugs.launchpad.net/kde-baseapps/+bug/840708/comments/0


On 2011-07-31T13:20:07+00:00 adaptee wrote:

*** Bug 253314 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/kde-baseapps/+bug/840708/comments/1


On 2011-08-01T13:13:05+00:00 adaptee wrote:

In my observation, 'hang/freeze' is not quite accurate. Konsole will
update its display, but not in a smooth and continuous way. Periodicaly,
the display will pause for a few seconds , then it resumes with contents
not continuous with previous one. And konsole will take high percent of
CPU, 80% in my case.

That also applies to stdout.

Reply at: https://bugs.launchpad.net/kde-baseapps/+bug/840708/comments/2


On 2011-08-20T00:01:26+00:00 adaptee wrote:

*** Bug 240561 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/kde-baseapps/+bug/840708/comments/3


On 2011-09-04T14:29:59+00:00 Robert Simmons wrote:

*** Bug 281299 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/kde-baseapps/+bug/840708/comments/6


On 2012-02-15T03:30:31+00:00 adaptee wrote:

might be related with bug 154550. See its comment #4.

Reply at: https://bugs.launchpad.net/kde-baseapps/+bug/840708/comments/8


On 2012-08-16T10:39:34+00:00 Simon Oosthoek wrote:

I see this kind of behaviour too, but then specifically with very long
lines (a sipXproxy.log). The lines span about 5-6 rows of my very wide
konsole window. The same file scrolls very quickly in xterm.

It seems that konsole is taking up the entiry CPU and given the modern
cgroup configuration in ubuntu 12.04, the remaining cpu doesn't get used
for other windows... :-(

/Simon

Reply at: https://bugs.launchpad.net/kde-baseapps/+bug/840708/comments/9

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to konsole in Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 840708] Re: Konsole only redraws the terminal if the mouse is moving.

2012-04-15 Thread adaptee
** Changed in: konsole (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 840708] Re: Konsole only redraws the terminal if the mouse is moving.

2011-09-05 Thread Bug Watch Updater
** Changed in: kde-baseapps
   Status: Unknown => Confirmed

** Changed in: kde-baseapps
   Importance: Unknown => Medium

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to konsole in Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 840708] Re: Konsole only redraws the terminal if the mouse is moving.

2011-09-04 Thread Robert Simmons
My original bug was a duplicate.  This one is the main bug.

** Bug watch added: KDE Bug Tracking System #230184
   http://bugs.kde.org/show_bug.cgi?id=230184

** Changed in: kde-baseapps
 Remote watch: KDE Bug Tracking System #281299 => KDE Bug Tracking System 
#230184

-- 
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to konsole in Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
kubuntu-bugs mailing list
kubuntu-b...@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 840708] [NEW] Konsole only redraws the terminal if the mouse is moving.

2011-09-03 Thread Robert Simmons
Public bug reported:

Version:   2.7 (using KDE 4.7.0) 
OS:Linux

If you have text constantly scrolling down a terminal window in Konsole, the
screen only redraws the scrolling text while there is mouse movement.

If you stop moving the mouse, the text stops.

On another machine that I tried this on, it is less pronounced, but still
happens off and on.  On that machine, it will stop if you click outside the
window and only start again after moving the mouse over Konsole's window.

Reproducible: Always

Steps to Reproduce:
I have written a small c program that displays integers in sequence in an
infinite loop.  You can seen the problem if you compile this program and run
the a.out in a konsole window.

Actual Results:  
The text freezes and the Konsole window is not redrawn until you move the
mouse.

Expected Results:  
Constantly scrolling text with no interuption.

OS: Linux (x86_64) release 2.6.38-11-generic
Compiler: gcc

I'm using Kubuntu 11.04 with KDE 4.7.0

** Affects: kde-baseapps
 Importance: Unknown
 Status: Unknown

** Affects: konsole (Ubuntu)
 Importance: Undecided
 Status: New

** Bug watch added: KDE Bug Tracking System #281299
   http://bugs.kde.org/show_bug.cgi?id=281299

** Also affects: kde-baseapps via
   http://bugs.kde.org/show_bug.cgi?id=281299
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 840708] Re: Konsole only redraws the terminal if the mouse is moving.

2011-09-03 Thread Robert Simmons
** Attachment added: "edges.c"
   
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+attachment/2350863/+files/edges.c

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/840708

Title:
  Konsole only redraws the terminal if the mouse is moving.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/840708/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs