On Sun, Aug 30, 2015 at 11:27 AM,  <jans...@email.cz> wrote:

> The next thing to try is to see if you can get it to hang inside gdb:
>
> gdb --args ./bin/step-g -O NIST_MBE_PMI_2.g ../db/nist/NIST_MBE_PMI_2.stp
>
> Sorry, I am not familiar with gdb. Your command somehow ended in gdb shell
> and nothing happened. I tried it without gdb, result is here:
> http://pastebin.com/hTg2Gx3s . Writing the output file takes ages.

Sorry, should have specified - when you are at the gdb shell, type "run"

Wait until you're passed all the output and nothing seems to be
happening - at that point, break with Ctrl-c and type "bt" on the gdb
prompt to get a backtrace -  this should tell us where time is being
spent.

Thanks,
CY

------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to