Partmedia

Results 35 comments of Partmedia

Thanks for your (first!) contribution!

Same issue here on 13.1-RELEASE (amd64) running drm-510-kmod-5.10.163_2 with Intel(R) UHD Graphics 630 (CFL GT2).

I checked back with binaries compiled with `dotnet build` using [8.0.100-x64-native](https://github.com/sec/dotnet-core-freebsd-source-build/releases/tag/8.0.100-x64-native) and 13.2-RELEASE on amd64. The resulting binaries still sometimes crash with "Internal CLR error" if ASLR is not disabled...

I reproduced this bug with Git revision a9697ae77 that I compiled myself from source.

Here is a minimum crashing example: ``` `include "constants.vams" `include "disciplines.vams" module foo(a); input a; electrical a; // parameter bar = 0; // uncomment this to not crash endmodule ```...