Issue 114533 - Crash in openoffice opening docx file, JRE core dump
Summary: Crash in openoffice opening docx file, JRE core dump
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: viewing (show other issues)
Version: OOo 3.3 Beta 1
Hardware: All All
: P3 Trivial (vote)
Target Milestone: 3.4.0
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords: crash, regression
Depends on:
Blocks:
 
Reported: 2010-09-15 21:44 UTC by mothlight
Modified: 2017-05-20 10:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
docx file which crashes writer (162.09 KB, application/msword)
2010-09-15 21:45 UTC, mothlight
no flags Details
error log file (60.41 KB, text/plain)
2010-09-15 21:46 UTC, mothlight
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description mothlight 2010-09-15 21:44:25 UTC
# rpm -q openoffice.org-writer
openoffice.org-writer-3.2.0-12.31.fc13.i686

Always reproduce-able. 

$ ./swriter.bin --debug

Then file, open 
"Job Description - Climate Change& Carbon Markets World Vision.docx"

console shows crash:

$ ./swriter.bin --debug
Job is executing!
No frame to handle DocumentController! Found DOCUMENTEVENT EnvType, but
DISPATCH is needed
Job is executing!
Sep 15, 2010 10:37:50 AM ast.DocumentController <init>
INFO: Start AuthorSupportTool
Sep 15, 2010 10:37:51 AM ast.gui.util.MessageBox <init>
INFO: MessageBox initialized!
Sep 15, 2010 10:37:51 AM ast.common.ConfigHandler <init>
INFO: ConfigHandler initialized!
Sep 15, 2010 10:37:51 AM ast.common.lang.LanguageController <init>
INFO: LanguageController initialized! Using locale: en
Sep 15, 2010 10:37:51 AM ast.backup.BackupController <init>
INFO: BackupController initialized!
Sep 15, 2010 10:37:51 AM ast.common.util.PathUtils <init>
INFO: PathUtils initialized!
Sep 15, 2010 10:37:53 AM ast.quotesrc.SourceController <init>
INFO: SourceController initialized!
Sep 15, 2010 10:37:53 AM ast.common.UserController <init>
INFO: UserController initialized!
Sep 15, 2010 10:37:53 AM ast.leitmotif.FocalPointController <init>
INFO: FocalPointController initialized!
Sep 15, 2010 10:37:53 AM ast.notes.NoteController <init>
INFO: NoteController initialized!
Sep 15, 2010 10:37:53 AM ast.notes.PostItController <init>
INFO: PostItController initialized!
Sep 15, 2010 10:37:53 AM ast.template.MetadataController <init>
INFO: MetadataController initialized!
Sep 15, 2010 10:37:53 AM ast.grammar.AnglicismContextMenu <init>
INFO: AnglicismContextMenu initialized!
Sep 15, 2010 10:37:53 AM ast.DocumentController <init>
INFO: AuthorSupportTool initialized!
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x41427c4f, pid=25910, tid=3077872272
#
# JRE version: 6.0_18-b18
# Java VM: OpenJDK Client VM (14.0-b16 mixed mode linux-x86 )
# Derivative: IcedTea6 1.8.1
# Distribution: Custom build (Thu Aug  5 07:59:11 UTC 2010)
# Problematic frame:
# C  [libswli.so+0x38cc4f]  _ZN11SwNodeIndexC1ERKS_l+0x29
#
# An error report file with more information is saved as:
# /tmp/hs_err_pid25910.log
#
# If you would like to submit a bug report, please include
# instructions how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#
Segmentation fault (core dumped)
Comment 1 mothlight 2010-09-15 21:45:36 UTC
Created attachment 71715 [details]
docx file which crashes writer
Comment 2 mothlight 2010-09-15 21:46:19 UTC
Created attachment 71716 [details]
error log file
Comment 3 Joost Andrae 2010-09-16 10:19:09 UTC
crash reproducible in OOO330m7
Comment 4 eric.savary 2010-09-19 09:20:57 UTC
@hbrinkm: crash also on Windows. Regression compared to 3.2.1.
Comment 5 openoffice 2011-03-03 13:48:41 UTC
Analysis: w:sdt is not imported
Comment 6 openoffice 2011-03-03 14:03:36 UTC
fixed in CWS sw34bf04.
changeset: 82f5d4fe352c
Comment 7 openoffice 2011-03-04 09:33:17 UTC
@mst: Please review.
Comment 8 michael.ruess 2011-03-14 15:37:23 UTC
Verified fix in CWS sw34bf04.