On 15/02/17 00:45, Gilles Gouaillardet wrote:

> i would expect orted generate a core, and then you can use gdb post
> mortem to get the stack trace.
> there should be several threads, so you can
> info threads
> bt
> you might have to switch to an other thread

You can also get a backtrace from all threads at once with:

thread apply all bt

It's not just limited to 'bt' either:

(gdb) help thread apply
Apply a command to a list of threads.

List of thread apply subcommands:

thread apply all -- Apply a command to all threads


-- 
 Christopher Samuel        Senior Systems Administrator
 Melbourne Bioinformatics - The University of Melbourne
 Email: sam...@unimelb.edu.au Phone: +61 (0)3 903 55545

_______________________________________________
devel mailing list
devel@lists.open-mpi.org
https://rfd.newmexicoconsortium.org/mailman/listinfo/devel

Reply via email to