<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Dear all<br><br>When I run ARWpost, I get a segmentation fault<br><br>santosh@srikanth-desktop:~/WRF/ARWpost$ ./ARWpost.exe <br><br>!!!!!!!!!!!!!!!!<br>&nbsp; ARWpost v3.1<br>!!!!!!!!!!!!!!!!<br><br>FOUND the following input files:<br>&nbsp;./wrfout_d01_2008-04-25_00:00:00<br><br>START PROCESSING DATA<br><br>&nbsp;Processing&nbsp; time --- 2008-04-25_00:00:00<br>&nbsp;&nbsp; Found the right date - continue<br>Segmentation fault<br><br><br><br>When I try to debug it with gdb the output is as follows<br><br>Starting program: /home/santosh/WRF/ARWpost/ARWpost.exe <br><br>!!!!!!!!!!!!!!!!<br>&nbsp; ARWpost v3.1<br>!!!!!!!!!!!!!!!!<br><br>FOUND the following input files:<br>&nbsp;./wrfout_d01_2008-04-25_00:00:00<br><br>START PROCESSING DATA<br><br>&nbsp;Processing&nbsp; time --- 2008-04-25_00:00:00<br>&nbsp;&nbsp; Found the right date - continue<br><br>Program
 received signal SIGSEGV, Segmentation fault.<br>0x08059779 in get_fields (valid_date=..., _valid_date=19) at process_domain_module.f:305<br>305&nbsp;&nbsp;&nbsp; process_domain_module.f: No such file or directory.<br>&nbsp;&nbsp;&nbsp; in process_domain_module.f<br>(gdb) bt<br>#0&nbsp; 0x08059779 in get_fields (valid_date=..., _valid_date=19) at process_domain_module.f:305<br>#1&nbsp; 0x0805b823 in process_domain () at process_domain_module.f:152<br>#2&nbsp; 0x0804adc8 in arwpost () at ARWpost.f:23<br>#3&nbsp; 0x0807d71b in main ()<br>#4&nbsp; 0xb7c8aca6 in __libc_start_main () from /lib/i686/cmov/libc.so.6<br>#5&nbsp; 0x08049481 in _start ()<br>(gdb) q<br><br>Can someone help me in this regard<br></td></tr></table>