Bug 94168 - CRASH: text to column crashes when there are many formulas preceded by an empty line
Summary: CRASH: text to column crashes when there are many formulas preceded by an emp...
Status: RESOLVED DUPLICATE of bug 85979
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
4.2.6.3 release
Hardware: All All
: high normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: haveBacktrace, regression
Depends on:
Blocks:
 
Reported: 2015-09-12 17:44 UTC by palmierivinc.ent
Modified: 2015-10-30 21:09 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
bt with debug symbols (12.17 KB, text/plain)
2015-09-13 14:16 UTC, Julien Nabet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description palmierivinc.ent 2015-09-12 17:44:44 UTC
To reproduce the bug:

- Create a new spreadsheet with LibreOffice Calc 5.0.1.2;
- Keep the cell A1 empty;
- Fill the cells A2:A30 with some formulas, for example =1
- Select the column A;
- Go to Data > Text to column, select the column "standard", and in Field, choose the type of column "text".

Behavior: Calc hangs a little and then crashes. It works properly if there are few enough formulas (< 10).

I'm quite sure I had the same problem with version 5.0.0.5.
Comment 1 MM 2015-09-12 20:20:53 UTC
Unconfirmed with v4.1.6.2 under mint 16 x64.
Confirmed with v4.2.6.3 under mint 16 x64.
Confirmed with v4.4.5.2 under windows 7 x64.
Confirmed with v5.0.2.1 under mint 17.2 x64.

Set to ALL, Regression.

The column type doesn't have to be set to 'text', any other option (except for 'hide') will do, to crash it.
Comment 2 palmierivinc.ent 2015-09-12 22:00:18 UTC
This may be a duplicate of Bug 85979.
Comment 3 Julien Nabet 2015-09-13 14:16:51 UTC
Created attachment 118671 [details]
bt with debug symbols

On pc Debian x86-64 with master sources updated yesterday, I could reproduce this.
Comment 4 Julien Nabet 2015-09-13 14:23:27 UTC
Indeed, it's a dup.

*** This bug has been marked as a duplicate of bug 85979 ***
Comment 5 palmierivinc.ent 2015-10-30 21:09:04 UTC
The behavior changed with 5.0.3.2 :

There is no crash (thanks for that), bit the first N empty lines disappear and the last N lines with a formula are staying formulas instead of text, as i expected.

Should i open a new bug report ?