forrt1:严重(170):程序异常 - 堆栈溢出 [英] forrt1: severe (170): Program Exception - stack overflow

查看:1010
本文介绍了forrt1:严重(170):程序异常 - 堆栈溢出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我编译了一个程序(我没有写),它在Mac上运行得很好,但是当我尝试在Windows上执行程序在程序执行开始后不久,我收到以下错误消息:

forrt1:严重(170):程序异常 - 堆栈溢出



我不是ifort或Fortran用户,而是试图编译一个工作程序。



我做了一个 ifort --version我正在使用版本12.0.0.104的英特尔Visual Fortran编译器XE。我一直在研究这个问题,现在我已经尝试了一些Makefile中的标志,但没有运气。



如果我可以提供任何进一步的信息,我会尽力做到最好。再次感谢!

解决方案

尝试在编译期间添加以下标记以获取更多信息:


/ traceback / check:all



check 将执行运行时错误检查, traceback 会告诉编译器在运行时发生严重错误时生成额外信息。 / p>

and thanks ahead of time for any help!

I have compiled a program (which I did not write) and it works just fine on Mac's but when I try to execute the program on Windows I get the following error message shortly after execution of the program began:

forrt1: severe (170): Program Exception - stack overflow

I am not an ifort or Fortran user, but trying to compile a program for work.

I did an "ifort --version" and I am using Intel Visual Fortran Compiler XE with verion 12.0.0.104. I have been working on this problem for a few days now and I have tried messing with the flags in the Makefile some, but with no luck.

If I can provide any further information, I'll try to do my best. Thanks again!

解决方案

Try adding the following flags during compilation to get more information printed out:

/traceback /check:all

check will do runtime error checking, traceback will tell the compiler to generate extra information when a severe error occurs at runtime.

这篇关于forrt1:严重(170):程序异常 - 堆栈溢出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆