Khaled,<div><br></div><div>This is just a segfault message with no exact place where it happens. You can try collecting core dump or run the app under debugger, for example gdb. It's simple, first check "-g" option is added with your compilation options, if yes, just issue</div>
<div><br></div><div>[khaled@localhost ARWpost]$ gdb ./ARWpost.exe</div><div><br></div><div>then type "r" (without quotes) or "run" in gdb prompt, then after error occurs, type "bt" for backtrace to see the trace of functions inside applications. Post your trace here, this way it should get clearer, where it fails.<br>
<br><div class="gmail_quote">2011/1/26 Khaled Ganbour <span dir="ltr"><<a href="mailto:kganbour@yahoo.com">kganbour@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<table cellspacing="0" cellpadding="0" border="0"><tbody><tr><td valign="top" style="font:inherit">Dear All:<br><div>After I have run ARW WRF model I compiled ARWpost fine but when I run ARWpost.exe I get an error segmentation fault .</div>
<div>I work on small computer but I inserted :ulimit -s unlimited</div><div>and no result.</div><div>I attached the error and comile.log of ARWpost.</div><div><br></div><div><br></div><div>Best regards</div><div><br></div>
<div><br></div><div>Khaled</div><div><br></div><div><br></div></td></tr></tbody></table><br>
<br>_______________________________________________<br>
Wrf-users mailing list<br>
<a href="mailto:Wrf-users@ucar.edu">Wrf-users@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
<br></blockquote></div><br></div>