Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 wgrib2 使用以下命令将 grib 文件转换为 txt:
wgrib2 gribfile.grib2 -spread textfile.txt
我的一台机器上有 Ubuntu 10.10,上面的命令完美运行,但在另一台装有 CentOS 6.5 的机器上它返回Segmentation fault (core dumped). 我已经尝试使用此页面上描述的过程来解决问题,但一切都有效。
Segmentation fault (core dumped)
任何想法?
您是否使用 ulimit 增加了堆栈大小?
$ bash $ ulimit -s 4400000