Bug 333472 - Unlimited Scrollback blanks with at lot of output
Summary: Unlimited Scrollback blanks with at lot of output
Status: RESOLVED DUPLICATE of bug 374259
Alias: None
Product: konsole
Classification: Applications
Component: history (show other bugs)
Version: 2.10.5
Platform: Mint (Ubuntu based) Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-15 17:18 UTC by Bugs Kde Org
Modified: 2017-02-13 01:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bugs Kde Org 2014-04-15 17:18:55 UTC
Unlimited scrollback ought to be only limited by the free disk space on /tmp. That, however, is not the case.


Reproducible: Always

Steps to Reproduce:
1.    Settings > Edit current profile > Scrolling > Unlimited scrollback
2.    seq 25000000| xargs
3.    Scroll up
Actual Results:  
The scroll buffer is empty.

Expected Results:  
A non-empty scroll buffer
Comment 1 Kurt Hindenburg 2014-04-17 13:49:39 UTC
I believe this is hitting the 2GB bug

*** This bug has been marked as a duplicate of bug 146483 ***
Comment 2 Bugs Kde Org 2014-04-23 20:14:32 UTC
But my output is only 213 MB (not 2 GB):

$ seq 25000000| xargs|wc -c
213888897
Comment 3 Kurt Hindenburg 2014-04-24 00:27:47 UTC
The 2GB is the file size of the scrollback/history - there is a lot of overhead
Comment 4 Kurt Hindenburg 2017-02-13 01:29:36 UTC

*** This bug has been marked as a duplicate of bug 374259 ***