[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2022-01-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374259

ninj...@gmail.com changed:

   What|Removed |Added

 CC||ke...@caramail.com

--- Comment #8 from ninj...@gmail.com ---
*** Bug 146483 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2017-09-29 Thread Simon Andric
https://bugs.kde.org/show_bug.cgi?id=374259

Simon Andric  changed:

   What|Removed |Added

 CC||simonandr...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2017-09-16 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=374259

Kurt Hindenburg  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2017-06-18 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=374259

--- Comment #7 from Kurt Hindenburg  ---
Git commit 0ede8bde1f61501b495c88a5fee9f6884e92ad4a by Kurt Hindenburg.
Committed on 18/06/2017 at 22:54.
Pushed by hindenburg into branch 'master'.

Allow unlimited scrollback/history to extend pass 32bit/2GB limit

Revamp the file-based "unlimited" scrollback code to remove limits
caused by 32bit file offsets. Use Qt's I/O functions which are
buffered and use 64bit offsets. Use Qt's map instead of direct mmap
to ensure consistency. Prevent wrap-around of readWriteBalance.

Patch from FreeBSD committed by rezny

https://github.com/freebsd/freebsd-ports-kde/blob/master/x11/konsole/files/patch-src_History.cpp
https://github.com/freebsd/freebsd-ports-kde/blob/plasma5/x11/konsole/files/patch-fix_infinite_scrollback

M  +41   -51   src/History.cpp
M  +7-8src/History.h

https://commits.kde.org/konsole/0ede8bde1f61501b495c88a5fee9f6884e92ad4a

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2017-03-10 Thread Luke-Jr
https://bugs.kde.org/show_bug.cgi?id=374259

--- Comment #6 from Luke-Jr  ---
(In reply to Bugs Kde Org from comment #5)
> I will be satisfied with 2^63-1 bytes = 9223372036854775807 (64-bit signed).
> 
> @Luke-Jr Would that be enough for you?

I was going to say "I don't think more is possible", but then I discovered
fpos_t and fgetpos/fsetpos...

But yes, 63-bit should be more than enough for a long time. :)

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2017-03-10 Thread Bugs Kde Org
https://bugs.kde.org/show_bug.cgi?id=374259

--- Comment #5 from Bugs Kde Org  ---
I will be satisfied with 2^63-1 bytes = 9223372036854775807 (64-bit signed).

@Luke-Jr Would that be enough for you?

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2017-03-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374259

whabash...@gmail.com changed:

   What|Removed |Added

 CC||whabash...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2017-02-12 Thread Luke-Jr
https://bugs.kde.org/show_bug.cgi?id=374259

--- Comment #4 from Luke-Jr  ---
(In reply to Kurt Hindenburg from comment #3)
> better would be to ...limit huge files

That wouldn't be a fix. I set unlimited because I actually want unlimited.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2017-02-12 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=374259

Kurt Hindenburg  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #3 from Kurt Hindenburg  ---
known issue - easy fix would be use something other than short int - better
would be to handle/limit huge files

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2017-02-12 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=374259

Kurt Hindenburg  changed:

   What|Removed |Added

 CC||b7.10110...@gmail.com

--- Comment #2 from Kurt Hindenburg  ---
*** Bug 362197 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 374259] >2 GB history file tries to overflow lseek

2017-02-12 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=374259

Kurt Hindenburg  changed:

   What|Removed |Added

 CC||bugs.kde@tange.dk

--- Comment #1 from Kurt Hindenburg  ---
*** Bug 333472 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.