CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   Fluent UDF and Scheme Programming (https://www.cfd-online.com/Forums/fluent-udf/)
-   -   UDF received a fatal signal(segmentation fault) (https://www.cfd-online.com/Forums/fluent-udf/207532-udf-received-fatal-signal-segmentation-fault.html)

Lxy2018 September 28, 2018 09:13

UDF received a fatal signal(segmentation fault)
 
Hi!
I successfully compiled a UDF about DPM using "Transient Calculation". During the calculation:
the error appeared as shown below:
Error: received a fatal signal(segmentation fault)
Error: received a fatal signal(segmentation fault)
Error object:#f

I checked the code and I think it's right.
who can help me? Thanks!

CeesH September 28, 2018 10:17

Difficult without the code. But generally, a segmentation fault means that FLUENT is looking for something in the memory that is not there. IT could be unintialized, it could be a wrong thread reference (are you running multiphase? Make sure you are pointing to the right phase threat), it could be an unassigned UDM


All times are GMT -4. The time now is 04:26.