LDC 1.35.0

Andrey Zherikov andrey.zherikov at gmail.com
Thu Oct 19 23:35:33 UTC 2023


On Sunday, 15 October 2023 at 13:37:30 UTC, kinke wrote:
> Glad to announce LDC 1.35.0. Major changes:
>
> * Based on D 2.105.2+.
> * A few important ImportC fixes.
> * Fix GC2Stack optimization regression introduced in v1.24.
>
> Full release log and downloads: 
> https://github.com/ldc-developers/ldc/releases/tag/v1.35.0
>
> Thanks to all contributors & sponsors!

I got this error with 
[1.35](https://github.com/andrey-zherikov/argparse/actions/runs/6329005408/job/17881016327#step:4:24):
```
Exception Code: 0xC0000005
  #0 0x00007ff74f6b00d4 
(C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe+0x2ee00d4)
  #1 0x00007ff74f6b118d 
(C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe+0x2ee118d)
  #2 0x00007ff74c8527c8 
(C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe+0x827c8)
  #3 0x00007ff74f9d33b1 
(C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe+0x32033b1)
  #4 0x00007ff74f64f052 
(C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe+0x2e7f052)
  #5 0x00007ff74f7601da 
(C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe+0x2f901da)
  #6 0x00007ff74f75fe2f 
(C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe+0x2f8fe2f)
  #7 0x00007ff74f760135 
(C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe+0x2f90135)
  #8 0x00007ff74f6484dd 
(C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe+0x2e784dd)
  #9 0x00007ff74f9ff4c4 
(C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe+0x322f4c4)
#10 0x00007ffc84be4de0 (C:\Windows\System32\KERNEL32.DLL+0x14de0)
#11 0x00007ffc859fed9b (C:\Windows\SYSTEM32\ntdll.dll+0x7ed9b)
Error 
C:\hostedtoolcache\windows\dc\ldc2-1.35.0\x64\ldc2-1.35.0-windows-multilib\bin\ldc2.exe failed with exit code -1073741819.
```

There was no error with 
[1.34](https://github.com/andrey-zherikov/argparse/actions/runs/6165141917/job/16732347607)

Does this look familiar?


More information about the Digitalmars-d-announce mailing list