Search Issue Tracker
Not Reproducible
Votes
0
Found in
2018.1.0f2
Issue ID
1039318
Regression
No
Crash when reloading shader
When relaoding a shader that keeps erroring, Unity 2018.1 sometimes crashes.
Repro steps:
- Use Scene 3
- Open testy.shader with Visual Studio and modify the shader
- From time to time, click back to Unity and try to see the changes.
- The 4th of 5th time Unit tries to recompile the shader, I get a crash
- also crashes on Unity 2017.4
This is the second time this happened. Same repro steps
========== OUTPUTTING STACK TRACE ==================
0x00007FFC2675616D (igc64) OpenOGLCompiler
0x00007FFC26756096 (igc64) OpenOGLCompiler
0x00007FFC26C7DAC6 (igc64) getJITVersion
0x00007FFC26C7DC1F (igc64) getJITVersion
0x00007FFC26C7DE8F (igc64) getJITVersion
0x00007FFC26C7D580 (igc64) getJITVersion
0x00007FFC26E86693 (igc64) OpenCompiler12
0x00007FFC26E57C5A (igc64) OpenCompiler12
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC287AFA64)
0x00007FFC287AFA64 (igd10iumd64) (function-name not available)
0x00007FFC28F7812D (igd10iumd64) GTPIN_IGC_Instrument
0x0000000141EF6875 (Unity) GfxDeviceD3D11Base::BeforeDrawCall
0x0000000141EFD0DB (Unity) GfxDeviceD3D11Base::DrawBuffers
0x0000000141F7071C (Unity) GfxDeviceWorker::RunCommand
0x0000000141F729FB (Unity) GfxDeviceWorker::RunExt
0x0000000141F72B28 (Unity) GfxDeviceWorker::RunGfxDeviceWorker
0x0000000140A74FB8 (Unity) Thread::RunThreadWrapper
0x00007FFC3AB61FE4 (KERNEL32) BaseThreadInitThunk
0x00007FFC3CD8F061 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========
NOTE: i tried to open the same project again with Unity 2018.1 and it crashed again straight away. Similar Stack trace.
========== OUTPUTTING STACK TRACE ==================
0x00007FFC2675616D (igc64) OpenOGLCompiler
0x00007FFC26756096 (igc64) OpenOGLCompiler
0x00007FFC26C7DAC6 (igc64) getJITVersion
0x00007FFC26C7DC1F (igc64) getJITVersion
0x00007FFC26C7DE8F (igc64) getJITVersion
0x00007FFC26C7D580 (igc64) getJITVersion
0x00007FFC26E86693 (igc64) OpenCompiler12
0x00007FFC26E57C5A (igc64) OpenCompiler12
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC287AFA64)
0x00007FFC287AFA64 (igd10iumd64) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC2879FCB0)
0x00007FFC2879FCB0 (igd10iumd64) (function-name not available)
ERROR: SymGetSymFromAddr64, GetLastError: 'Attempt to access invalid address.' (Address: 00007FFC28EF40B0)
0x00007FFC28EF40B0 (igd10iumd64) (function-name not available)
0x00007FFC3AB61FE4 (KERNEL32) BaseThreadInitThunk
0x00007FFC3CD8F061 (ntdll) RtlUserThreadStart
========== END OF STACKTRACE ===========
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment