Bug 333472

Summary: Unlimited Scrollback blanks with at lot of output
Product: [Applications] konsole Reporter: Bugs Kde Org <bugs.kde.org>
Component: historyAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 2.10.5   
Target Milestone: ---   
Platform: Mint (Ubuntu based)   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***