我已经在VSTS中创建了版本定义,它采用构建的.net核心3.0Web应用程序,并将构建版本推送到Azure web应用程序。它工作了6个多月,但最近在部署步骤中失败了。 Possibly unsupported ZIP platform type, 62
##[error]Error: Offset is out of bounds 我还阅读了这篇response。我检查了工作目录中的zip文件,可以将其解压缩。
我用下面这行代码得到了一个段错误:
char* addr = (char*)std::malloc(bytes);
在运行GDB时,我看到bytes的值为851984。据我所知,这不是什么大问题。我怎么也看不出它有什么问题。有人有什么建议吗?
实际的段错误是:
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff674dd75 in malloc_consolidate (av=0x7ffff6a87720) at malloc.c:4254