Return-Path: X-Original-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EA0E17D35 for ; Wed, 7 Dec 2011 04:01:14 +0000 (UTC) Received: (qmail 20114 invoked by uid 500); 7 Dec 2011 04:01:14 -0000 Delivered-To: apmail-incubator-ooo-issues-archive@incubator.apache.org Received: (qmail 20077 invoked by uid 500); 7 Dec 2011 04:01:12 -0000 Mailing-List: contact ooo-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-issues@incubator.apache.org Delivered-To: mailing list ooo-issues@incubator.apache.org Received: (qmail 20066 invoked by uid 99); 7 Dec 2011 04:01:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 04:01:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.123] (HELO sif.zones.apache.org) (140.211.11.123) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 04:01:06 +0000 Received: by sif.zones.apache.org (Postfix, from userid 80) id D39972572; Wed, 7 Dec 2011 04:00:45 +0000 (UTC) From: bugzilla@apache.org To: ooo-issues@incubator.apache.org Subject: DO NOT REPLY [Bug 118671] New: Simple macro crashes OOo.Impress Date: Wed, 07 Dec 2011 04:00:43 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Presentation X-Bugzilla-Component: viewing X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: eko@lanet.lv X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P5 X-Bugzilla-Assigned-To: graphicsneedsconfirm@openoffice.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/ooo/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 https://issues.apache.org/ooo/show_bug.cgi?id=118671 Bug #: 118671 Issue Type: DEFECT Summary: Simple macro crashes OOo.Impress Classification: Application Product: Presentation Version: OOo 3.3 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: critical Priority: P5 Component: viewing AssignedTo: graphicsneedsconfirm@openoffice.org ReportedBy: eko@lanet.lv CC: ooo-issues@incubator.apache.org Created attachment 77063 --> https://issues.apache.org/ooo/attachment.cgi?id=77063 Custum slide show with killer macro OOo.Impress is crashing during a slide show when one custom slide show is replaced by another. Version-Release number of selected component (if applicable): openoffice.org-impress 3.3.x How reproducible: 100% Steps to Reproduce: 1. Open the attached presentation. 2. Enable macros for this presentation. 3. Start slide show. 4. Navigate to the second slide. 5. Choose the second or the third example. Actual results: OpenOffice.org crashes. Expected results: The slide show must go on. Verified OS/OOo: This presentation crashes on: Fedora 14 x64 - with OOo from repository x86_64 1:3.3.0-20.8.fc14 - with latest stable pre-compiled binary (3.3.0) x64 from www.openoffice.org - with latest stable pre-compiled binary (3.4.4 , OOO340m1, Build:402) x64 from www.libreoffice.org Scientific Linux 6.1 x86 LiveDVD - with latest stable pre-compiled binary (3.3.0) x86 from www.openoffice.org This presentation works fine with OOo 3.2.0 The "Killer-Macro" is as follows: ------------------------------------ Sub KursSkats (view_name as String) oDoc = ThisComponent oDoc.Presentation.setPropertyValue("CustomShow", view_name) oDoc.Presentation.start() End Sub ------------------------------------- -- Configure bugmail: https://issues.apache.org/ooo/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.