kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #03855
[Bug 1208740] Missing required logs.
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:
apport-collect 1208740
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.
** Changed in: linux (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1208740
Title:
Large pastes into readline enabled programs causes breakage from
kernels v2.6.31 onwards
Status in “linux” package in Ubuntu:
Incomplete
Bug description:
The bug is described in detail in this mail:
https://lkml.org/lkml/2013/7/25/205
This bug affects any readline enabled program, like bash or psql. A
"large" paste is any paste of more than 4kb of data (4kb is the size
of the kernel buffer for reading from the console).
As can be found in the lkml thread, the issue is caused by the
constant change between canonical mode and non-canonical mode, done by
readline for each line being read. This change means that when the
buffer is full, some characters might get lost.
This has been happening for a long time (starting with kernel
v2.6.31-rc5), but it was barely noticeable for a while. Some changes
done in the way the kernel schedules character reading in v2.6.39-rc1
made it much more noticeable. Even the most recent kernels are
affected.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1208740/+subscriptions
References