Issue 120555 - crash in debug-build of trunk when click Options tap in Numbering dialog
Summary: crash in debug-build of trunk when click Options tap in Numbering dialog
Status: CLOSED FIXED
Alias: None
Product: Writer
Classification: Application
Component: editing (show other issues)
Version: 4.0.0-dev
Hardware: All All
: P3 Normal (vote)
Target Milestone: 4.0.0
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-13 14:09 UTC by Regina Henschel
Modified: 2012-11-28 09:00 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Regina Henschel 2012-08-13 14:09:40 UTC
I use a debug build of trunk r1369786 on WinXP. 
To reproduce the crash:
1. Take new writer document and write or insert some text.
2. Click in paragraph and open context menu and chose item "Numbering/Bullets".
3. Click on tab "Options" --> Crash

The crash occurs too, if a numbering style is already assigned to the paragraph.

I get no debug message box and no debug window.
Comment 1 Oliver-Rainer Wittmann 2012-08-13 14:26:02 UTC
I can not reproduce the crash in my development environment under Windows 7, trunk, rev. 1372325, en-US, configured with "--enable-dbgutil"

May be it is depending on used language and certain missing string.
Which language are you using?
Comment 2 Regina Henschel 2012-08-13 14:33:18 UTC
It is a default build without further languages.

./configure \
 --with-directx-home="/cygdrive/c/Programme/Microsoft DirectX SDK (March 2009)" \
 --with-cl-home="/cygdrive/c/Programme/Microsoft Visual Studio 9.0/VC" \
 --disable-activex \
 --disable-build-mozilla \
 --with-mozilla-build="/cygdrive/c/mozillabuild" \
 --disable-binfilter \
 --enable-dbgutil \
 --disable-copyleft \
 --with-asm-home="/cygdrive/c/Programme/Microsoft Visual Studio 9.0/VC/bin" \
 --with-jdk-home="/cygdrive/c/Programme/Java/jdk1.6.0_20" \
 --with-ant-home=/ant \
 --with-mspdb-path="/cygdrive/c/Programme/Microsoft Visual Studio 9.0/Common7/IDE" \
 --without-junit \
 --with-dmake-url="http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2" \
 --enable-pch \
 --without-fonts \
 --with-vendor="Regina" \
 --with-build-version="2012_07_31_debug"

What can I set in the debug options ("Ctrl+Alt+Shift+D) to get more informations?
Comment 3 Oliver-Rainer Wittmann 2012-08-13 14:46:36 UTC
Ok.

Here are my configure options:
--with-ant-home="/cygdrive/c/AOO/ant" \
--with-dmake-path=c:/AOO/sources/devtools/dmake.exe \
--with-external-tar=c:/AOO/sources/ext_sources \
--without-junit \
--enable-pch \
--enable-dbgutil \
--disable-directx \
--disable-atl --disable-activex \
--disable-binfilter \
--enable-bundled-dictionaries \
--enable-category-b \
--disable-build-mozilla \
--with-mozilla-build=c:/mozilla-build \
--disable-odk \
--disable-binfilter \

I also had module /main/sw/ build with further debug information - "build debug=true"

I have to admit that I have no further information about the "VCL debug options" which open on "Ctrl+Alt+Shift+D"
Comment 4 Regina Henschel 2012-11-11 14:12:36 UTC
This is likely the same problem as bug 121139. You need to enable "East Asian Writing" and "Bi-directional Writing" in the options to reproduce the crash.
Comment 5 Oliver-Rainer Wittmann 2012-11-19 10:16:45 UTC
same root cause as bug 121139 --> solved now.
Comment 6 binguo 2012-11-28 08:58:23 UTC
Verified on Aoo_Trunk_20121123.1915 Rev.1412533, no crash, so this bug is fixed.
Comment 7 binguo 2012-11-28 09:00:44 UTC
close it.