gpt4 book ai didi

Cygwin 异常 : open stack dump file

转载 作者:IT王子 更新时间:2023-10-29 00:49:31 25 4
gpt4 key购买 nike

我正在使用 C 语言在 Windows 7 上使用 Cygwin 开发一个 linux 命令解释器。我的代码编译和运行正确,直到出现此错误:

cygwin_exception::open_stackdumpfile:Dumping stack trace to jstack dump

最佳答案

我发现当我尝试将值传递给函数时出现此错误,而函数需要指针。

例如:

int arr[] = {1, 2, 3};
int i = 3;
memmove(i, arr, 3);

此代码将获得一个 cygwin_exception::open_stackdump 文件,因为您将 int i(一个值)传递给需要内存地址的函数。

但是,这完全是基于我的经验,当然也可能有其他原因导致此错误。

关于Cygwin 异常 : open stack dump file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25837874/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com