CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > CFX

Error Message "Stopped in Routine SIG_HANDLER" appears starting CFX-Solver

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By Red Ember

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 17, 2010, 07:39
Default Error Message "Stopped in Routine SIG_HANDLER" appears starting CFX-Solver
  #1
New Member
 
Niklas
Join Date: Sep 2010
Posts: 7
Rep Power: 15
Leuchte is on a distinguished road
Hi,

starting my project in CFX-Solver the following Message appears in the Out-file befor starting any Iteration:

-----------------------------------------------------------------------------
+--------------------------------------------------------------------+
| |
| Partitioning |
| |
+--------------------------------------------------------------------+




+--------------------------------------------------------------------+
| |
| ANSYS CFX Partitioner 12.0.1 |
| |
| Version 2009.04.14-11.08 Tue Apr 14 11:17:07 BST 2009 |
| |
| Executable Attributes |
| |
| double-int32-64bit-novc8-noifort-novc6-optimised-supfort-noprof-nos|
| |
| Copyright 2009 ANSYS Inc. |
+--------------------------------------------------------------------+





+--------------------------------------------------------------------+
| Job Information |
+--------------------------------------------------------------------+

Run mode: partitioning run

Host computer: linuxvkabc01.rz.RWTH-Aachen.DE
Job started: Tue Sep 14 17:25:19 2010



+--------------------------------------------------------------------+
| Memory Allocated for Run (Actual usage may be less) |
+--------------------------------------------------------------------+

Data Type Kwords Words/Node Words/Elem Kbytes Bytes/Node

Real 43151.7 4.99 5.03 337123.0 39.92
Integer 397882.0 46.01 46.34 1554226.7 184.03
Character 3620.6 0.42 0.42 3535.7 0.42
Logical 78.0 0.01 0.01 304.7 0.04
Double 0.6 0.00 0.00 4.7 0.00

+--------------------------------------------------------------------+
| Mesh Statistics |
+--------------------------------------------------------------------+

Domain Name : Kalibrierkanal

Total Number of Nodes = 8648261

Total Number of Elements = 8586368
Total Number of Hexahedrons = 8586368

Total Number of Faces = 122248

+--------------------------------------------------------------------+
| Vertex Based Partitioning |
+--------------------------------------------------------------------+

Coupled partitioning of domains: Kalibrierkanal

+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine ErrAction. |
| Message: |
| Signal caught: Abnormal termination |
| |
| |
| |
| |
| |
+--------------------------------------------------------------------+

+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine ErrAction. |
| Message: |
| Stopped in routine SIG_HANDLER: |
| |
| |
| |
| |
| |
+--------------------------------------------------------------------+

+--------------------------------------------------------------------+
| An error has occurred in cfx5solve: |
| |
| The ANSYS CFX partitioner exited with return code 1. |
+--------------------------------------------------------------------+


This run of the ANSYS CFX Solver has finished.
---------------------------------------------------------------------------------

Does anybody have an idea what the problem might be, or rather what the routine SIG_HANDLER is responsible for?

Dear
Niklas
Leuchte is offline   Reply With Quote

Old   September 17, 2010, 09:24
Default
  #2
Member
 
Andy Jones
Join Date: Sep 2010
Location: Columbus, Ohio
Posts: 78
Rep Power: 15
andyj is on a distinguished road
Proably just a missing parameter you forgot to set on Ansys.
These two links might help:
http://research.me.udel.edu/~lwang/teaching/MEx81/ansyshelp/Hlp_IN_UNIXTR3.html
http://www.xansys.org/index.html
sighandler on Linux OS: http://linux.die.net/man/2/signal
You should confirm correct operation of your hardware with benchmarking software. I use pcwizad 2009, by cpud..its free. Look at your power supply voltages..12v..5v..3.3v..they should be within 5-10% of spec.

Also look at your cpu temperature and video card temps..these can cause errors. Add fans if neccessary.
Incorrect driver on an ethernet card can cause Linux kernal panic.

You should be running a fairly powerful computer..dual or quad core with 4 gb memory..a single core system thats overloaded can give errors. A video card with at least 512 mb.

Did you correctly set all of the parameters of Ansys correctly?
Update your Linux package dependencies if neccessary and practcal. You may be limited by your kernal version number.

Ansys was probably written in C++, and Linux in C (Unix most likely). I did not find that error code in C++ MSDN docs from 2003 msdn library.

SIG_HANDLER is most likely a Unix command. Handles timeout event. Maybe the program did not get info from a module that was not loaded, that was supposed to be loaded..or the system hung because the solver was overwhelmed by the complexity of the problem with respect to computer capabilities. See:
http://www.theaceorb.com/1.3a/doxygen/ace/classACE__Event__Handler__T.html

Looks like the program is loading about 990mb of ram for this solver. It appears to be loading a mesh also. Is your video card memory big eneough for the mesh? System memory adequate?
What are your system specs..ram..cpu..OS..video..ethernet..Linux Kernal version..any other programs running?..run antivirus recently? adaware? ..defraghard drive recently? Strange errors are seen in very demanding programs and models due to limitations of hardware usually..ie cpu speed, number of cores. memory ..ect..

I dont have Ansys, I use Elmer and OpenFoam and SciLab.

good luck!!
andy
andyj is offline   Reply With Quote

Old   September 17, 2010, 10:45
Default
  #3
New Member
 
Niklas
Join Date: Sep 2010
Posts: 7
Rep Power: 15
Leuchte is on a distinguished road
Hi Andy,

thank you very much for your detailed answer. I will work off your list of suggestions.

kind regards
Niklas
Leuchte is offline   Reply With Quote

Old   September 17, 2010, 21:37
Default
  #4
Super Moderator
 
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,700
Rep Power: 143
ghorrocks is just really niceghorrocks is just really niceghorrocks is just really niceghorrocks is just really nice
I don't think Andy is sending you down the right track though. Quite simply it crashed when it started coupled partitioning. I don't think the multi-processor stuff is set up correctly on your machine. Have you followed the setup instructions in the setup manual? Does serial simulation work? Does normal single threaded partitioning work?
ghorrocks is offline   Reply With Quote

Old   September 20, 2010, 08:12
Default
  #5
New Member
 
Niklas
Join Date: Sep 2010
Posts: 7
Rep Power: 15
Leuchte is on a distinguished road
Hi ghorrocks,

i´m computing on a cluster-system, so i have no influence on the hardware-software setup. But i brought to light that currently there is a technical problem on the cluster-system at least on the Unix-Frontend. So i started my project on the Windows-Frontend, and voila the solver started.
Thank you verry much for your tipps

bye
Leuchte is offline   Reply With Quote

Old   February 28, 2016, 15:55
Default SIG_HANDLER problem
  #6
New Member
 
Alejandro Garcia Aguilar
Join Date: Feb 2016
Posts: 3
Rep Power: 10
Alex Garcia is on a distinguished road
hello, I am having the same problem as mentioned but I do not find a way to solve it. I am using a cluster but this is the first time that I have this problem. can you give me hint what it is happening and how to fix it?

Partitioning of domain: Default Domain
+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine ErrAction. |
| Message: |
| Signal caught: Abnormal termination |
| |
| |
| |
| |
| |
+--------------------------------------------------------------------+
+--------------------------------------------------------------------+
| ERROR #001100279 has occurred in subroutine ErrAction. |
| Message: |
| Stopped in routine FPX: SIG_HANDLER |
| |
| |
| |
| |
| |
+--------------------------------------------------------------------+
Alex Garcia is offline   Reply With Quote

Old   July 20, 2016, 03:35
Default
  #7
Member
 
Alex
Join Date: Feb 2016
Posts: 81
Rep Power: 10
Red Ember is on a distinguished road
Hi to all

I've faced this problem recently. The mesh was big - 30M nodes and 75M elements. The solution for me was relatively simple - involving 12 cpu cores and activating large problem option (8 cores without large problem option yielded the same error).
Sumanth_094 likes this.
Red Ember is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
ATTENTION! Reliability problems in CFX 5.7 Joseph CFX 14 April 20, 2010 15:45
problem in CFX solver about isolated volumes Yuan CFX 2 August 16, 2004 22:54
CFX 5.6 memory problem with solver sreevisakh CFX 3 February 2, 2004 04:57
compressible two phase flow in CFX4.4 youngan CFX 0 July 1, 2003 23:32
CFX 5.5 Roued CFX 1 October 2, 2001 16:49


All times are GMT -4. The time now is 14:06.