Bug 117618 - Crash after opening too many files
Summary: Crash after opening too many files
Status: RESOLVED DUPLICATE of bug 109852
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
5.4.6.2 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: File-Opening
  Show dependency treegraph
 
Reported: 2018-05-15 07:31 UTC by a
Modified: 2018-05-28 18:05 UTC (History)
3 users (show)

See Also:
Crash report or crash signature: ["swlo.dll"]


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description a 2018-05-15 07:31:14 UTC
Description:
After accidentally marking too many files in the 'open file' window, LO crashed
see
crash report


Steps to Reproduce:
1. select open file
2. select "too many" files  - here 265
3. open

Actual Results:  
crash

Expected Results:
warning: "too many files - maximum ..."


Reproducible: Always


User Profile Reset: No



Additional Info:
crashreport.libreoffice.org/stats/crash_details/55b37536-8014-499a-8d17-c7c9d6332ce5


User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.139 Safari/537.36
Comment 1 a 2018-05-15 07:35:17 UTC
First crash report - sorry for any ignorance on my side.

Great NAMASTE to all developers!
Comment 2 Telesto 2018-05-15 07:46:47 UTC
Maybe bug 109852
Comment 3 Dieter 2018-05-15 12:15:33 UTC
(In reply to Telesto from comment #2)
> Maybe bug 109852
Don't think so, because it's a different xcrash signature.
Comment 4 Dieter 2018-05-15 13:31:57 UTC
I confirm this bug with 

Version: 5.4.6.2 (x64)
Build-ID: 4014ce260a04f1026ba855d3b8d91541c224eab8
CPU-Threads: 4; BS: Windows 6.19; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE); Calc: group

I tried to open 193 documents. Crash after 82 documents.
Comment 5 Xisco Faulí 2018-05-28 17:47:19 UTC
(In reply to Dieter Praas from comment #4)
> I confirm this bug with 
> 
> Version: 5.4.6.2 (x64)
> Build-ID: 4014ce260a04f1026ba855d3b8d91541c224eab8
> CPU-Threads: 4; BS: Windows 6.19; UI-Render: Standard; 
> Gebietsschema: de-DE (de_DE); Calc: group
> 
> I tried to open 193 documents. Crash after 82 documents.

Seems really similar to bug 109852. It's kind of expecting it's crashing at different points every time.
Closing as RESOLVED DUPLICATED.

*** This bug has been marked as a duplicate of bug 109852 ***
Comment 6 Dieter 2018-05-28 17:53:15 UTC
(In reply to Xisco Faulí from comment #5)

> Seems really similar to bug 109852. It's kind of expecting it's crashing at
> different points every time.
> Closing as RESOLVED DUPLICATED.
> 
> *** This bug has been marked as a duplicate of bug 109852 ***

Xisco, I'm no expert, so please excuse my question: So it is possible, that one bug has two (or maybe more) different crash signatures?
Comment 7 Xisco Faulí 2018-05-28 18:01:00 UTC
(In reply to Dieter Praas from comment #6)
> (In reply to Xisco Faulí from comment #5)
> 
> > Seems really similar to bug 109852. It's kind of expecting it's crashing at
> > different points every time.
> > Closing as RESOLVED DUPLICATED.
> > 
> > *** This bug has been marked as a duplicate of bug 109852 ***
> 
> Xisco, I'm no expert, so please excuse my question: So it is possible, that
> one bug has two (or maybe more) different crash signatures?

Well, it depends, if the crash is systematic ( same steps, same document, etc... ) the crash signature should be the same. In this case, we're using different documents for testing it, besides, even if you try it 5 times using the same documents, it's likely it will crash at different points as this looks like a crash while running out of memory
Comment 8 Dieter 2018-05-28 18:05:51 UTC
Thank you for the explanation.