<div dir="ltr">If you haven't done it already, try removing the objects and doing a fresh build.<div>If it still crashes, if you have Linux, try running it under gdb.</div><div>  gdb /path/to/scribus/executable</div><div>gdb might take a while to load everything. When you get a prompt, start scribus with the "run" command.</div><div>If it crashes and takes you back to a gdb prompt, use the "bt" command to get a stack backtrace.</div><div>If the stack trace doesn't show line numbers, do a fresh build adding -DCMAKE_BUILD_TYPE=Debug to your cmake options.</div><div>If it still doesn't show anything useful, try running it under valgrind.</div><div>  valgrind -v --tool=memcheck /path/to/scribus/executable</div><div>Regards, William</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Aug 8, 2019 at 5:54 PM Gregory Pittman <<a href="mailto:gpittman@iglou.com">gpittman@iglou.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I tried running 1.5.6svn and got a Signal #11 crash.<br>
I updated again to revision 23117, ran cmake, make install, and it still crashes. No useful messages when I run from the command line.<br>
<br>
Greg<br>
<br>
_______________________________________________<br>
scribus-dev mailing list<br>
<a href="mailto:scribus-dev@lists.scribus.net" target="_blank">scribus-dev@lists.scribus.net</a><br>
<a href="http://lists.scribus.net/mailman/listinfo/scribus-dev" rel="noreferrer" target="_blank">http://lists.scribus.net/mailman/listinfo/scribus-dev</a><br>
<br>
</blockquote></div>