- 积分
- 65
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2021-12-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
运行出现段错误,gdb调试后显示
Core was generated by `./da_wrfvar.exe'.
Program terminated with signal 11, Segmentation fault.
#0 0x00007f837df7fe4a in __intel_avx_rep_memset ()
from /home/meteorology/intel/compilers_and_libraries_2019.1.144/linux/compiler/lib/intel64_lin/libintlc.so.5
(gdb) bt
#0 0x00007f837df7fe4a in __intel_avx_rep_memset ()
from /home/meteorology/intel/compilers_and_libraries_2019.1.144/linux/compiler/lib/intel64_lin/libintlc.so.5
#1 0x00007f83801afa5a in for_cpystr ()
from /home/meteorology/intel/compilers_and_libraries_2019.1.144/linux/compiler/lib/intel64_lin/libifcoremt.so.5
#2 0x00007f83818528f8 in nf_inq_var (ncid=65536, varid=1,
name='\000' <repeats 24 times>, '!\000\000\000\000\000\000\000\200\305C\374\374\177', '\000' <repeats 18 times>, '\241\000\000\000\000\000\000\000\001\000\000\000\t\000\000\000 \304C\374\374\177', '\000' <repeats 26 times>, '\001', '\000' <repeats 47 times>, 'p\304C\001\000\000\000\000p\304C\001', '\000' <repeats 20 times>, 'pYi\002\000\000\000\000\377\377\000\000\000\000\000\000'..., xtype=0,
ndims=32764, dimids=..., natts=-62665592, .tmp.NAME.len_V$25e=140720308486149)
at nf_genvar.f90:147
#3 0x00000000012074e4 in ext_ncd_open_for_read_begin_ ()
#4 0x000000000120821c in ext_ncd_open_for_read_ ()
#5 0x0000000000e29bf5 in __da_wrfvar_io_MOD_da_med_initialdata_input ()
#6 0x0000000000432741 in __da_wrfvar_top_MOD_da_wrfvar_init2 ()
#7 0x00000000004044f7 in main ()
(gdb)
求大佬指点
|
|