https://bugs.documentfoundation.org/show_bug.cgi?id=129210

Caolán McNamara <caol...@redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #7 from Caolán McNamara <caol...@redhat.com> ---
I can reproduce the assert but I don't think its weld-related

dbaccess/source/core/dataaccess/databasedocument.cxx:686 has an explicit

aGuard.clear(); // (load has an own guarding scheme) 

and then goes and passes that in to impl_attachResource

which calls 

_rDocGuard.clear();

on it.

Since

commit d38f9934f08939032cca64a32de58fa3901a88d5
Date:   Sun Apr 7 15:29:35 2019 +0100

    [API CHANGE] Asserts to never clear already cleared guard

this asserts.

Not sure what the right fix is, but https://gerrit.libreoffice.org/#/c/84778/
seems to work, maybe Mike has an idea if that fix makes sense

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to