Summary: | Importing an libreoffice calc file (*.ods) file leads to a crash | ||
---|---|---|---|
Product: | [Applications] KEXI | Reporter: | Raymond Wooninck <tittiatcoke> |
Component: | Migration/Import/Export | Assignee: | Jarosław Staniek <staniek> |
Status: | CLOSED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | 2.9 Alpha | ||
Target Milestone: | 2.8.4 | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/7f7a2482671e33dd0757784461d231d1228275a2 | Version Fixed In: | 2.8.4 |
Sentry Crash Report: | |||
Attachments: |
The ODS file that causes the crash
A new crash |
Description
Raymond Wooninck
2012-10-30 20:19:26 UTC
Hi, thanks for the report. May I ask for sample .ods file that crashes Kexi? Created attachment 74887 [details]
The ODS file that causes the crash
This is the spreadsheet that I tried to import.
Different crash for the same document happens in Pre-Alpha 2.9. See the attachment 1 [details].
Created attachment 87436 [details]
A new crash
Git commit 8251542da9e8d07ed8456efce688a2c02afcaca6 by Jaroslaw Staniek. Committed on 27/06/2014 at 22:01. Pushed by staniek into branch 'master'. Fix crash and import failures for ODS import to Kexi 1. Copying contents of table(s) always fails; as it's unimplemented, now at least silently succeeds. 2. Sheets can now contain column names that cannot be identifiers. Sample document: https://bugs.kde.org/show_bug.cgi?id=309267#attach_74887). 3. Sheet can contain non-unique column names. If a column is duplicated, add _N to it, where N is subsequent integer, increased from 1 until the name become unique. Related: bug 336814 REVIEW:118983 M +53 -19 plugins/kexi/spreadsheet/spreadsheetmigrate.cpp M +4 -1 plugins/kexi/spreadsheet/spreadsheetmigrate.h http://commits.kde.org/calligra/8251542da9e8d07ed8456efce688a2c02afcaca6 Git commit 7f7a2482671e33dd0757784461d231d1228275a2 by Jaroslaw Staniek. Committed on 27/06/2014 at 22:01. Pushed by staniek into branch 'calligra/2.8'. Fix crash and import failures for ODS import to Kexi 1. Copying contents of table(s) always fails; as it's unimplemented, now at least silently succeeds. 2. Sheets can now contain column names that cannot be identifiers. Sample document: https://bugs.kde.org/show_bug.cgi?id=309267#attach_74887). 3. Sheet can contain non-unique column names. If a column is duplicated, add _N to it, where N is subsequent integer, increased from 1 until the name become unique. Related: bug 336814 REVIEW:118983 M +53 -19 plugins/kexi/spreadsheet/spreadsheetmigrate.cpp M +4 -1 plugins/kexi/spreadsheet/spreadsheetmigrate.h http://commits.kde.org/calligra/7f7a2482671e33dd0757784461d231d1228275a2 |