-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Build Fail] Slang fails with Debug Profile Windowsx64 due to memory leak #5930
Comments
I am unable to reproduce this issue. What steps are you using to build slang? |
@JoseMiguelPizarro are you able to provide a repro case for this issue? |
@JoseMiguelPizarro can you help to provide a repro for this? If we don't hear back by 1/23 we'll close this issue for now. |
Hi! Sorry didn't have access to my personal pc. I just testest on latest and is working fine now.
4.Build solution in Debug profile. Closing the ticket. Thanks! |
The failure appears to be sporadic. My first build today showed the exact same issue:
My second build in the same tree passed. |
The problem recurs when I build from scratch, but not if I restart the build in the same tree:
Perhaps a race condition? I'm using CMake 3.31.2, if that makes a difference (it might, particularly with a race condition). I repeated the exercise above 10 times, each time removing |
Hi! Slang Build is failing due to a memory leak here is the log.
5>------ Build started: Project: slang-embedded-core-module, Configuration: Debug x64 ------
25>Generating slang-core-module-generated.h
25>Compiling core module on debug build, this can take a while.
25>Compiling core module took 16.00 seconds.
25>Detected memory leaks!
25>Dumping objects ->
25>{6491615} normal block at 0x00000222B4517110, 98 bytes long.
25> Data: < > D8 EB A3 17 FB 7F 00 00 01 00 00 00 00 00 00 00
25>Object dump complete.
25>Assertion failed: !memleakDetected, file D:\Documents\Repos\slang\source\slangc\main.cpp, line 162
25>abort() has been called
25>C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Microsoft\VC\v170\Microsoft.CppCommon.targets(254,5): error MSB8066: Custom build for 'D:\Documents\Repos\slang\build\CMakeFiles\d7e841d5d0b8eda1d3bc8387a99b60c4\slang-core-module-generated.h.rule' exited with code 3.
25>Done building project "slang-embedded-core-module.vcxproj" -- FAILED.
26>------ Build started: Project: slang, Configuration: Debug x64 ------
26>Building Custom Rule D:/Documents/Repos/slang/source/slang/CMakeLists.txt
26>LINK : fatal error LNK1104: cannot open file 'D:\Documents\Repos\slang\build\source\slang-core-module\slang-embedded-core-module.dir\Debug\slang-embedded-core-module.obj'
26>Done building project "slang.vcxproj" -- FAILED.
The text was updated successfully, but these errors were encountered: