<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - CRASH: changing line spacing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124751#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - CRASH: changing line spacing"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=124751">bug 124751</a>
              from <span class="vcard"><a class="email" href="mailto:lo_bugs@iseries-guru.com" title="Terrence Enger <lo_bugs@iseries-guru.com>"> <span class="fn">Terrence Enger</span></a>
</span></b>
        <pre>Created <span class=""><a href="http://bugs.documentfoundation.org/attachment.cgi?id=150824" name="attach_150824" title="gdb session with backtraces from throws and catches">attachment 150824</a> <a href="http://bugs.documentfoundation.org/attachment.cgi?id=150824&action=edit" title="gdb session with backtraces from throws and catches">[details]</a></span>
gdb session with backtraces from throws and catches

I have reached a result very similar to Julien's in <a href="show_bug.cgi?id=124751#c3">comment 3</a>,
collecting backtraces from throw's and catch's along the way.  Some
line numbers:

    line  what
    ----  --------------------------------------------------------
     187  ready to adjust spacing; set catchpoints
     203  exception thrown
     267  exception caught
     328  exception thrown
     393  exception caught
     455  exception thrown
     521  exception caught
     584  exception thrown
     647  exception caught
     707  exception thrown
     791  exception caught
     875  exception thrown
     906  exception caught
     941  SIGSEGV

At the SIGSEGV, Julien and my backtraces show different functions in
frame #0; after that they show the same function names.

My observations are from a local build of commit 3a5d7836
(2019-04-09), configured:
    CC=ccache /usr/bin/gcc
    CXX=ccache /usr/bin/g++
    CCFLAGS=-Wshadow
    --with-jdk-home=/usr/lib/jvm/default-java
    --enable-split-debug
    --enable-gdb-index
    --enable-ld=gold
    --enable-option-checking=fatal
    #--enable-dbgutil
    --enable-debug
    --without-system-postgresql
    --without-myspell-dicts
    --with-extra-buildid
    --without-doxygen
    --with-external-tar=/home/terry/lo_hacking/git/src
    --without-package-format
built and running on debian-buster.

I am removing keyword wantBacktrace and adding haveBacktrace.</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>