Bug 127843 - Crash when filter a csv file
Summary: Crash when filter a csv file
Status: RESOLVED NOTABUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: LibreOffice (show other bugs)
Version:
(earliest affected)
6.2.7.1 release
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: wantBacktrace
Depends on:
Blocks:
 
Reported: 2019-09-28 11:13 UTC by Sed Gurser
Modified: 2019-09-28 15:05 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
CSV file which makes Libreoffice crash (76.49 KB, text/csv)
2019-09-28 11:14 UTC, Sed Gurser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sed Gurser 2019-09-28 11:13:52 UTC
Description:
Hello,
if you download the following CSV file and apply an automatic filter on it, Libreoffice crashes immediately.


Steps to Reproduce:
1. Download the attached CSV which is downloaded from https://eurotlx.com/it/strumenti/ricerca-avanzata
2. open the file and press Edit
3. Apply an "automatic filter"


Actual Results:
The app crashes everytime

Expected Results:
Should not crash


Reproducible: Always


User Profile Reset: No



Additional Info:
Versione: 6.2.7.1
Build ID: 6.2.7.1-1.fc30
Thread CPU: 2; SO: Linux 5.2; Resa interfaccia: predefinito; VCL: gtk3; 
Versione locale: it-IT (it_IT.UTF-8); Lingua interfaccia: it-IT
Calc: threaded
Comment 1 Sed Gurser 2019-09-28 11:14:49 UTC
Created attachment 154617 [details]
CSV file which makes Libreoffice crash

With this file libreoffice crashes
Comment 2 Julien Nabet 2019-09-28 11:50:15 UTC
On pc Debian x86-64 with LO Debian package 6.3.2 or with master sources updated today, I don't reproduce this.

Here what I did:
- Launch Calc
- File Open csv file
=> dialog for options
- let by default options
=> csv file opens
- Data/Autofilter
=> LO proposes to use first row for header
- choose Yes
=> no crash, each column appears with a dropbox at each label.

First, could you give a try to:
https://wiki.documentfoundation.org/QA/FirstSteps

if you still reproduce the crash, could you retrieve a backtrace? (see https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.2FLinux:_How_to_get_a_backtrace)
Comment 3 Oliver Brinzing 2019-09-28 13:29:38 UTC
no repro with:

Version: 6.2.7.1 (x64)
Build-ID: 23edc44b61b830b7d749943e020e96f5a7df63bf
CPU-Threads: 4; BS: Windows 10.0; UI-Render: Standard; VCL: win; 
Gebietsschema: de-DE (de_DE); UI-Sprache: de-DE
Calc:
Comment 4 Sed Gurser 2019-09-28 15:05:15 UTC
(In reply to Julien Nabet from comment #2)
> On pc Debian x86-64 with LO Debian package 6.3.2 or with master sources
> updated today, I don't reproduce this.
> 
> Here what I did:
> - Launch Calc
> - File Open csv file
> => dialog for options
> - let by default options
> => csv file opens
> - Data/Autofilter
> => LO proposes to use first row for header
> - choose Yes
> => no crash, each column appears with a dropbox at each label.
> 
> First, could you give a try to:
> https://wiki.documentfoundation.org/QA/FirstSteps
> 
> if you still reproduce the crash, could you retrieve a backtrace? (see
> https://wiki.documentfoundation.org/QA/BugReport/Debug_Information#GNU.
> 2FLinux:_How_to_get_a_backtrace)

Thanks for your help. Restoring the user profile in safe mode now it works. Sorry for the time wasted.