You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2012/08/13 16:09:40 UTC

[Bug 120555] New: crash in debug-build of trunk when click Options tap in Numbering dialog

https://issues.apache.org/ooo/show_bug.cgi?id=120555

          Priority: P3
            Bug ID: 120555
          Assignee: ooo-issues@incubator.apache.org
           Summary: crash in debug-build of trunk when click Options tap
                    in Numbering dialog
          Severity: normal
        Issue Type: DEFECT
    Classification: Application
                OS: All
          Reporter: rb.henschel@t-online.de
          Hardware: All
            Status: UNCONFIRMED
           Version: AOO350-dev
         Component: editing
           Product: word processor

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120555] crash in debug-build of trunk when click Options tap in Numbering dialog

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120555

Oliver-Rainer Wittmann <or...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orw@apache.org

--- Comment #1 from Oliver-Rainer Wittmann <or...@apache.org> ---
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120555] crash in debug-build of trunk when click Options tap in Numbering dialog

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120555

binguo <bi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|VERIFIED                    |CLOSED

--- Comment #7 from binguo <bi...@gmail.com> ---
close it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120555] crash in debug-build of trunk when click Options tap in Numbering dialog

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120555

--- Comment #2 from Regina Henschel <rb...@t-online.de> ---
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?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120555] crash in debug-build of trunk when click Options tap in Numbering dialog

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120555

--- Comment #4 from Regina Henschel <rb...@t-online.de> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120555] crash in debug-build of trunk when click Options tap in Numbering dialog

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120555

Oliver-Rainer Wittmann <or...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |AOO 3.5.0

--- Comment #5 from Oliver-Rainer Wittmann <or...@apache.org> ---
same root cause as bug 121139 --> solved now.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120555] crash in debug-build of trunk when click Options tap in Numbering dialog

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120555

binguo <bi...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED
                 CC|                            |binbjguo@gmail.com

--- Comment #6 from binguo <bi...@gmail.com> ---
Verified on Aoo_Trunk_20121123.1915 Rev.1412533, no crash, so this bug is
fixed.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 120555] crash in debug-build of trunk when click Options tap in Numbering dialog

Posted by bu...@apache.org.
https://issues.apache.org/ooo/show_bug.cgi?id=120555

--- Comment #3 from Oliver-Rainer Wittmann <or...@apache.org> ---
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"

-- 
You are receiving this mail because:
You are the assignee for the bug.