Bug 91646 - SwUnoCrsr::~SwUnoCrsr(): Assertion `!pClient.First()' failed
Summary: SwUnoCrsr::~SwUnoCrsr(): Assertion `!pClient.First()' failed
Status: RESOLVED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: x86-64 (AMD64) Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected
Depends on:
Blocks:
 
Reported: 2015-05-26 19:04 UTC by Terrence Enger
Modified: 2015-12-15 11:03 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Terrence Enger 2015-05-26 19:04:53 UTC
To provoke the assertion, download and open file test.odt
<https://bugs.documentfoundation.org/attachment.cgi?id=115999>
attached to tdf#91596 "WRITER comments aren't equally formatted when
reopen a document".

That file is extended conformant ODF1.2 except for the fact that it
identifies iteslf as ODF1.2.

`git bisect good` shows:

    991c3db554ae2f30bcc215ccbe090656d9970c02 is the first bad commit
    commit 991c3db554ae2f30bcc215ccbe090656d9970c02
    Author: Miklos Vajna <vmiklos@collabora.co.uk>
    Date:   Tue May 26 05:41:15 2015 +0200

        2015-05-26: source-hash-af75d7a4c99414fabbd31b9df590266d28574fb1

    :100644 100644 7fcc2e6dfa2d0fb4e74f5926eac1fde260c502c3 38d8cfa5dfb12579fea657d816f694f0bd37e678 M	build-info.txt
    :040000 040000 cefc79a9263f9dbb68edae2fd123c4ba474ba8ba be46f318d69c29f567b6ab3bf0b0a8c05967df63 M	opt

and `git bisect log`:

    # bad: [991c3db554ae2f30bcc215ccbe090656d9970c02] 2015-05-26: source-hash-af75d7a4c99414fabbd31b9df590266d28574fb1
    # good: [2b392af9c8f54629e3a3a98a8c92fa5af1c6722f] 2015-05-20: source-hash-90e2dabb8d0bb5382234be776c2ad0e2d5d9e224
    git bisect start '991c3db' 'oldest'
    # good: [6178f2a1052f501e7b34ad168708c6744a1838eb] 2015-05-23: source-hash-9db629b8a1fa9b63bc320f8d47594ec82511a9c5
    git bisect good 6178f2a1052f501e7b34ad168708c6744a1838eb
    # good: [a63d7336fa8ea346b4deb2d4076cbe8a1cd75d65] 2015-05-25: source-hash-b9630867d17c01ec41f6461b1e96288f3932248c
    git bisect good a63d7336fa8ea346b4deb2d4076cbe8a1cd75d65
    # first bad commit: [991c3db554ae2f30bcc215ccbe090656d9970c02] 2015-05-26: source-hash-af75d7a4c99414fabbd31b9df590266d28574fb1
Comment 1 Terrence Enger 2015-05-27 14:32:51 UTC
The bibisect version 2015-05-27 opens the file without problem.  I am
closing the bug report WORKSFORME.
Comment 2 Robinson Tryon (qubit) 2015-12-15 11:03:44 UTC
Migrating Whiteboard tags to Keywords: (bibisected)
[NinjaEdit]