Omair Majid

Results 73 comments of Omair Majid

.NET 8 package for Fedora is now available for testing: https://bodhi.fedoraproject.org/updates/FEDORA-2023-ada4de53b1

I am using `dotnet dump`: ``` $ dotnet dump --version 7.0.421201+e01dddacec76df94dbd83b15d8b55aa5a6bb3b9e $ dotnet dump analyze coredump-2023-06-07.fails-to-verifyheap Loading core dump: coredump-2023-06-07.fails-to-verifyheap ... Ready to process analysis commands. Type 'help' to list...

``` > verifyheap Heap Segment Object Failure 2 7f6f2748d500 7f6fd2002fd0 InvalidMethodTable Object 7f6fd2002fd0 has an invalid method table 0 11,914 objects verified, 1 error. > eeversion 7.0.523.21201 7.0.523.21201 @Commit: 8042d61b17540e49e53569e3728d2faa1c596583...

The dump is here: https://people.redhat.com/~omajid/coredump-2023-06-07.fails-to-verifyheap The SDK is https://koji.fedoraproject.org/koji/buildinfo?buildID=2186314. If you are running Fedora 38, you can install it using just `dnf install -y dotnet-sdk-7.0` right now. For a more...

> Is this a known issue? It's possible debug symbols are broken. Do you have a small test case I can use to verify that the symbols are functional/usable?

The same commands work fine on ppc64le.

> FIPS-enabled .NET images Could you elaborate on the scope of FIPS-enabled images? Is it just about using a set of FIPS-verified Ubuntu packages for these container images? Is there...

> For .csproj files, aCute is going to use a language server. It would actually make sense to have this same language server also supporting edition of .sln files. Agreed....