Hi <span name="Srikanth Yalavarthi" class="gD">Srikanth,<br><br>Debugger is unable to find the sources to point you to the location of segmentation fault. If you are building and running the model on the same machine (or sources should be available in some other way), I guess this is happening because WRF uses temporary .f files as result of preprocessing original .F sources, and deletes them afterwards. You might want to track the part of compile script, which deletes them and disable it.<br>
<br>- D.<br></span><br><div class="gmail_quote">2013/1/8 Srikanth Yalavarthi <span dir="ltr">&lt;<a href="mailto:ysk1188@yahoo.com" target="_blank">ysk1188@yahoo.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font:inherit" valign="top">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>  ARWpost v3.1<br>!!!!!!!!!!!!!!!!<br><br>FOUND the following input files:<br> ./wrfout_d01_2008-04-25_00:00:00<br><br>START PROCESSING DATA<br><br> Processing  time --- 2008-04-25_00:00:00<br>   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>  ARWpost v3.1<br>!!!!!!!!!!!!!!!!<br><br>
FOUND the following input files:<br> ./wrfout_d01_2008-04-25_00:00:00<br><br>START PROCESSING DATA<br><br> Processing  time --- 2008-04-25_00:00:00<br>   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    process_domain_module.f: No such file or directory.<br>    in process_domain_module.f<br>
(gdb) bt<br>#0  0x08059779 in get_fields (valid_date=..., _valid_date=19) at process_domain_module.f:305<br>#1  0x0805b823 in process_domain () at process_domain_module.f:152<br>#2  0x0804adc8 in arwpost () at ARWpost.f:23<br>
#3  0x0807d71b in main ()<br>#4  0xb7c8aca6 in __libc_start_main () from /lib/i686/cmov/libc.so.6<br>#5  0x08049481 in _start ()<br>(gdb) q<br><br>Can someone help me in this regard<br></td></tr></tbody></table><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>