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

            Bug ID: 98425
           Summary: assertion, GtkYieldMutex::ThreadsLeave,
                    gtkinst.cxx:311
           Product: LibreOffice
           Version: 5.2.0.0.alpha0+ Master
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: Base
          Assignee: [email protected]
          Reporter: [email protected]

Created attachment 123300
  --> https://bugs.documentfoundation.org/attachment.cgi?id=123300&action=edit
gdb on the core file

STR
(1) Run LibreOffice naming the bibliography database on the command
    line.  My command line, in checkout from the daily Linux dbgutil
    repository, was (all on one line) ...
        opt/program/soffice 
            --norestore --nologo
            -env:UserInstallation=file:///tmp/user_20160304
            opt/presets/database/biblio.odb

    The program presents window "biblio.odb - LibreOfficeDev Base 5.2 ...".

(2) Take menu options Edit > Database > Properties... .  The program
    displays dialog "Database Properties", tab "Advanced Properties".

(3) Drag the mouse through Path to the dBASE files.  For me, the
    program highlighted "/tmp/user_20160304/user/database/biblio".

(4) Type "<Ctrl>+C".
    Expected : The path will be copied to the clipboard.
    Observed : Assertion.


The attached gdb output is from commit 9582fd9, fetched 2016-03-01
16:30 UTC, lightly hacked, configured ...

    CC=ccache /usr/bin/gcc
    CXX=ccache /usr/bin/g++
    --enable-option-checking=fatal
    --enable-dbgutil
    --enable-debug
    --enable-crashdump
    --without-system-postgresql
    --without-myspell-dicts
    --with-extra-buildid
    --without-doxygen
    --with-external-tar=/home/terry/lo_hacking/git/src

built and running on debian-stretch Xfce desktop.  The assertion also
happens with GNOME Classic desktop.

In frame #18 mnCount is 1.  Why did `assert(mnCount != 0);` fail?

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

Reply via email to