<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - LibreOffice 6.1.* crashes by recovering file at start over and over on Linux"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122116#c19">Comment # 19</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED WORKSFORME - LibreOffice 6.1.* crashes by recovering file at start over and over on Linux"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122116">bug 122116</a>
              from <span class="vcard"><a class="email" href="mailto:m.weghorn@posteo.de" title="Michael Weghorn <m.weghorn@posteo.de>"> <span class="fn">Michael Weghorn</span></a>
</span></b>
        <pre>(In reply to Andras from <a href="show_bug.cgi?id=122116#c18">comment #18</a>)
<span class="quote">> (In reply to Michael Weghorn from <a href="show_bug.cgi?id=122116#c17">comment #17</a>)
> I don't want to increase the length of this thread and maybe I don't know or
> see something but as I said not the system should get debugging packages
> already from .../ubuntu/bionic web address with line:
> "deb <a href="http://ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu">http://ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu</a>
> bionic main"</span >

As far as I can see, the debug packages are not available in this repo, but
they are in the separate one I wrote about. I quicky tested adding these two
entries into my /etc/apt/sources.list on debian:

deb [trusted=yes]
<a href="http://ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu">http://ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu</a> bionic main
deb [trusted=yes]
<a href="http://ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu">http://ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu</a> bionic
main/debug

After running the command 'apt update', I can then run

$ apt policy libreoffice-writer-dbgsym
libreoffice-writer-dbgsym:
  Installed: (none)
  Candidate: 1:6.1.3~rc2-0ubuntu0.18.04.2
  Version table:
     1:6.1.3~rc2-0ubuntu0.18.04.2 500
        500 <a href="http://ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu">http://ppa.launchpad.net/libreoffice/libreoffice-prereleases/ubuntu</a>
bionic/main/debug amd64 Packages

with the given output, which suggests that the debug packages should be in the
repository I mentioned ('... main/debug').

I did not try to actually install packages (since packages are targeted at the
specific Ubuntu version 18.04 and probably won't work on Debian testing
anyway). It can be that there's some other issue I don't see right now, though,
that may cause this not to work for you.

<span class="quote">> In short, only "bionic main" ending works, there is no option for "bionic
> debug" or "bionic main/debug" etc, correct me if I'm wrong about this. Is it
> possible debugging packages are available if you build it (what isn't so
> simple for me) or from other direct sources?</span >

Yes, you'll get debug symbols if you build the source yourself with the
corresponding options. Please refer to <a href="show_bug.cgi?id=122116#c6">comment 6</a> for details.


Another (probable the easiest and quickest) way to get a build with debug
symbols, is to download a build that contains debug symbols from the
LibreOffice daily builds, e.g. those for master available at
<a href="https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF-dbg/">https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF-dbg/</a>

The following 3 commands will download and start LibreOffice to get a backtrace
(this uses the 'gtk3' VCL plugin, which should give the same result as
'gtk3_kde5', since file dialogs are not involved):

<span class="quote">> wget <a href="https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF-dbg/2018-12-19_02.03.20/master_dbg~2018-12-19_02.03.20_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_archive.tar.gz">https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF-dbg/2018-12-19_02.03.20/master_dbg~2018-12-19_02.03.20_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_archive.tar.gz</a>
> tar xvf master_dbg~2018-12-19_02.03.20_LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_archive.tar.gz
> SAL_USE_VCLPLUGIN=gtk3 LibreOfficeDev_6.3.0.0.alpha0_Linux_x86-64_archive/program/soffice --backtrace </span >

The last two scenarios also have the advantage that the builds are not from
some "third party", thus eliminating the possibility that any of the packaging
done by the PPA maintainer might have caused any problems...</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>