> (gdb) bt > #0 0x0000000000000000 in ?? () > #1 0x00007fffe10387c9 in PyEval_GetGlobals () from
I have no idea where this is coming from, but it's in the python libraries and specifically from what is called from the PyTrilinos part. I have never worked with this, so I have no clue and I'm afraid there is little I can help you with... What I do know is that it appears that this is happening during the initialization of some global variable (that's the call to _init in the backtrace). If you want to debug this, try writing a little program that only uses Trilinos and python and is independent of deal.II. WB ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
