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/10/09 15:30:42 UTC

[Bug 121188] New: [non-pro] Crash with Undo immediately after insert new slide

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

          Priority: P3
            Bug ID: 121188
          Assignee: ooo-issues@incubator.apache.org
           Summary: [non-pro] Crash with Undo immediately after insert new
                    slide
          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: presentation

Created attachment 79753
  --> https://issues.apache.org/ooo/attachment.cgi?id=79753&action=edit
Screenshot of error message.

I use a non-pro build of r1395635 on WinXP.
The error occurs the same way in Draw.

Take an Impress or a Draw document.
Insert new slide/page.
Undo.

The application crashes in MS c++ Runtime Library.
Assertion failed!
In file main/sd/source/ui/slidesorter/controller/SlsPageSelector.cxx
Expression nSelectionCount==mnSelectedPageCount

I'll attach a screenshot of the error message.

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

--- Comment #7 from Armin Le Grand <Ar...@me.com> ---
ALG: Indeed, that way it crashes. Interesting...

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

--- Comment #2 from Regina Henschel <rb...@t-online.de> ---
Do you use a non-pro build?

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orw@apache.org
              Flags|4.0.0_release_blocker?      |

--- Comment #10 from Oliver-Rainer Wittmann <or...@apache.org> ---
as this is clearly a problem of the non-pro environment it is not a release
blocker.

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Armin.Le.Grand@me.com

--- Comment #5 from Armin Le Grand <Ar...@me.com> ---
ALG: Could not reproduce neither on Mac nor on Windows. How do you insert the
slide? I used context menu over empty space in SlideSorter view (left of edit
view).

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

rainerbielefeld <ra...@bielefeldundbuss.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rainerbielefeld_ooo_qa@biel
                   |                            |efeldundbuss.de

--- Comment #3 from rainerbielefeld <ra...@bielefeldundbuss.de> ---
<http://wiki.openoffice.org/wiki/Non_Product_Build>

@Regina:
Still a problem?

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

Ilari Henrik Aegerter <my...@ilari.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |myself@ilari.com

--- Comment #1 from Ilari Henrik Aegerter <my...@ilari.com> ---
I could not reproduce this bug with the following latest build
AOO350m1(Build:9611)  -  Rev. 1400866 (German)

Configuration:
Windows 7 Ultimate, 32Bit (Adding this piece of information because above under
platform it states: All)

Tried the following workflows:

a)
1. Open Impress
2. Empty Presentation -> Create
3. Added a new slide
4. Undo (both with the arrow icon and through the menu)

b)
1. Open an existing Impress document
2. Added a new slide
3. Undo (both with the arrow icon and through the menu)

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

liupingtan <do...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|                            |anilmotupalle@gmail.com

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

fanyuzhen@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fanyuzhen@gmail.com
              Flags|                            |4.0.0_release_blocker?

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

Armin Le Grand <Ar...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
                 CC|                            |awf.aoo@googlemail.com
     Ever confirmed|0                           |1

--- Comment #8 from Armin Le Grand <Ar...@me.com> ---
ALG: If it only happens with non-pro build it's not a too high priority.
Looking at the stack shows that PageSelector::CheckConsistency calls
SlideSorterModel::GetPageDescriptor somehow with an invalid nPageIndex. This
seems to happen inside the 'assert' after the
(nSelectionCount!=mnSelectedPageCount) comparison.

        assert(nSelectionCount==mnSelectedPageCount);

I could not really find out where the 'assert' is implemented/comes from, but
it is probably implemented empty in the pro builds, so it does not crash there.

@awf.aoo (adding to cc): Any hints?

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

--- Comment #9 from Andre <aw...@googlemail.com> ---
A quick search with OpenGrok finds the the assertion in
PageSelector::CheckConsistency().  But that is, of course, not the root cause
of the problem.  It just tells you that the slidesorter and the Impress model
have different ideas of the number of selected slides.

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

4.0.0_release_blocker canceled: [Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

Posted by bu...@apache.org.
Oliver-Rainer Wittmann <or...@apache.org> has canceled fanyuzhen@gmail.com's
request for 4.0.0_release_blocker:
Bug 121188: [non-pro] Crash with Undo immediately after insert new slide
https://issues.apache.org/ooo/show_bug.cgi?id=121188


------- Additional Comments from Oliver-Rainer Wittmann <or...@apache.org>
as this is clearly a problem of the non-pro environment it is not a release
blocker.

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

--- Comment #4 from Regina Henschel <rb...@t-online.de> ---
Yes, the problem still exists with AOO400m1(Build:9700)  -  Rev. 1481886.
It is a "Non Product Build" problem.

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

liupingtan <do...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|anilmotupalle@gmail.com     |xavi_dandy@hotmail.com

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

Javier Lopez <xa...@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         QA Contact|xavi_dandy@hotmail.com      |

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

[Bug 121188] [non-pro] Crash with Undo immediately after insert new slide

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

--- Comment #6 from Regina Henschel <rb...@t-online.de> ---
You have to use a non-pro build to see the crash.

I use menu Insert > Slide and then undo-button in the standard toolbar.

It still crashes with r1486846.

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