On 9/21/21 11:16 PM, 'develo...@googlemail.com' via deal.II User Group wrote:
I am currently trying to run some example programs with a down-scaled version of deal.II (i.e. no additional external libraries, internal boost). I freshly compiled deal.II with the intel-compiler without issues, but when compiling and running any program which links to deal.II (including the example programs) the program directly crashes with a segfault. Running it in gdb results in
/(gdb) backtrace
#0 0x00007fffd22edceein ??() from /usr/lib64/libstdc++.so.6
#1 0x00007fffd49a3259in start_thread() from /usr/lib64/libpthread.so.0
#2 0x00007fffd19532b3in clone() from /usr/lib64/libc.so.6/
What could be the reason, and how can I narrow the issue down?

One problem we often see is when running an executable compiled on one platform on a different processor. So the question here would be how you installed deal.II?

Best
 W.

--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/1a7c7b0f-87cf-30dd-ec14-aefe515e7025%40colostate.edu.

Reply via email to