[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2026-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

--- Comment #10 from Mike Kaganski  ---
(In reply to Mike Kaganski from comment #9)
> some formats (namely, BMP and DIB) about 200 MB each

And note that generation would require much more, maybe twice or four times
more.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2026-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

--- Comment #9 from Mike Kaganski  ---
I suspect that this could be a OOM, caused not by Copy operation itself, but by
some clipboard manager installed on the OP's system, that detected the
clipboard change, and requested all the clipboard formats' content. In that
case, some formats could be rather big - e.g., on my system, NirSoft
InsideClipboard reports some formats (namely, BMP and DIB) about 200 MB each.
Or it could leak the GDI objects *then*.

The "Portable" in "LO 25.2.3.2 Portable" means it was a 32-bit version, which
adds to the restrictions.

It might be possible to reproduce it using a 32-bit build, and either using a
manager (like InsideClipboard), or trying to paste all the available formats
after copy.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2026-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

Buovjaga  changed:

   What|Removed |Added

 CC||ilmari.lauhakangas@libreoff
   ||ice.org

--- Comment #8 from Buovjaga  ---
Recently there were several leak fixes related to the GDI handle limit. Can you
test with an unstable build, Win-x86_64@tb103-1-TDF from:
https://dev-builds.libreoffice.org/daily/master/current.html ? It installs
separately.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2026-02-24 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

Mike Kaganski  changed:

   What|Removed |Added

 Blocks||105469


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105469
[Bug 105469] [META] Bugs leaking/hitting limit for GDI objects in Windows
-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2025-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

--- Comment #7 from [email protected] ---
Present I couldn't reproduce the error with my data when copying all to the
clipboard. When doing it the data was surrounded by a dashed line like
expected. The amount of GDI handlers was around 9700. I let LO sum up the GDI
handler list.

When writing this comment I tried to paste that sum. But I forgot to c&p it. So
I pasted the large amount of data into the comment editor field. In that moment
LO crashed again. The amount of GDI handles was about 9976.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2025-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

--- Comment #6 from Xisco Faulí  ---
I can't reproduce it on

Version: 25.8.0.1 (X86_64)
Build ID: 127f2cf27c25aaac008a1045ebfed22015cb3064
CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Raster;
VCL: win
Locale: es-ES (es_ES); UI: en-US
Calc: threaded

I suspect the root cause might be related to LibreOffice reaching the limit of
1 GDI handlers ?
@allizgub, could you please run http://www.nirsoft.net/utils/gdi_handles.html
while reproducing the crash ?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2025-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

--- Comment #5 from Rohit Kumar  ---
I cannot reproduce this error/Bug in 


Version: 25.2.4.3 (X86_64) / LibreOffice Community
Build ID: 33e196637044ead23f5c3226cde09b47731f7e27
CPU threads: 12; OS: Windows 11 X86_64 (10.0 build 26100); UI render:
Skia/Raster; VCL: win
Locale: en-US (en_US); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2025-07-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

Jessica  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #4 from Jessica  ---
I can't reproduce this bug in 
Version: 25.2.4.3 (X86_64) / LibreOffice Community
Build ID: 33e196637044ead23f5c3226cde09b47731f7e27
CPU threads: 16; OS: Windows 11 X86_64 (10.0 build 26100); UI render:
Skia/Vulkan; VCL: win
Locale: en-US (de_DE); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2025-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

raal  changed:

   What|Removed |Added

 CC||[email protected]

--- Comment #3 from raal  ---
No repro with Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 20667acbca5df17771a3581632a672d5db4e751b
CPU threads: 4; OS: Linux 6.8; UI render: default; VCL: gtk3
Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US
Calc: threaded

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2025-07-11 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

[email protected] changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2025-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

--- Comment #2 from [email protected] ---
Created attachment 201736
  --> https://bugs.documentfoundation.org/attachment.cgi?id=201736&action=edit
test document and test result information attached

crash seems to be dependend on the amount of data to be copied; 3360 lines
worked whilest 3380 did not more; the accurate amount seems to vary a bit;

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 167449] reproducible crash in calc (without report) when copying data to clipboard

2025-07-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=167449

Xisco Faulí  changed:

   What|Removed |Added

 CC||[email protected]
 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from Xisco Faulí  ---
Thank you for reporting the bug. Please attach a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO'. Please change it back to
'UNCONFIRMED' once the requested document is provided.
(Please note that the attachment will be public, remove any sensitive
information before attaching it. 
See
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
for help on how to do so.)

-- 
You are receiving this mail because:
You are the assignee for the bug.