<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Unfortunately the messages there don't actually mean much, but that specific failure mode means that something inside libreoffice code crashed while generating the gallery.</div><div class="gmail_default" style="font-family:tahoma,sans-serif">If you are using any abnormal configure switches I would try turning those off first and see if that helps.</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Otherwise the only thing that can be done is</div><div class="gmail_default" style="font-family:tahoma,sans-serif">(1) run make to get it to build as far as possible</div><div class="gmail_default" style="font-family:tahoma,sans-serif">(2) run 'PARALLELISM=1 make verbose=t" to make it build and show you the commands it executes</div><div class="gmail_default" style="font-family:tahoma,sans-serif">(3) cut and paste the last command and edit it so you can run it using gdb</div><div class="gmail_default" style="font-family:tahoma,sans-serif">(4) run it using gdb and debug the failure</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><br></div>