-
| | |
|--------------------|----|
| Bugzilla Link | [PR46028](https://bugs.llvm.org/show_bug.cgi?id=46028) |
| Status | NEW |
| Importance | P normal |
|…
-
### Android application type
Classic Xamarin.Android (MonoAndroid12.0, etc.)
### Affected platform version
VS 2022 17.4, Xamarin.Android 13.1.0.1
### Description
I have a shared library (.so) wri…
-
### Rationale
Today, the runtime supports the `__fastcall` calling convention, which not only allows interop with any native code that uses that calling convention but also allows it to take advant…
-
> Copied from https://github.com/xamarin/xamarin-macios/issues/11466
### Steps to Reproduce
1. mono-cil-strip .\Crash.exe .\CrashProfiled.exe
2. Exception occours "Offset and length wer…
-
This issue tracker is **ONLY** used for reporting bugs.
Please use [stackoverflow](https://stackoverflow.com) for supporting issues.
## What's the problem (or question)?
macOS kills the p…
-
Hi!
I'm confused about [the error check](https://github.com/up9inc/mizu/blob/develop/tap/tlstapper/bpf/go_uprobes.c#L266) in bpf program, and what kinds of datas stored in [user_pt_regs](https://gi…
-
I currently have a developer that has a Pi5 help me test for compatibility issues with the 16K pages kernel option.
box64 page16 builds do work for some tested applications (eg: geekbench x86_64) b…
-
Steps to reproduce with 1.10:
```
using Pkg
Pkg.activate(;temp=true)
Pkg.add(; url="https://github.com/quinnj/StructUtils.jl", rev="jq-illegal-instruction")
Pkg.test("Structs")
```
Produces o…
-
I'd like to try and use rules_dotnet for an aspnetcore app that uses entity framework.
I can get the project to build but I'll need to be able to use the `dotnet-ef` cli tool for creating migration…
-
A very simple snippet lands on an infinite loop in some environment it seems:
```rust
let left: u64 = 1;
let right: u64 = 1;
let mut myhash = HashMap::new();
myhash.insert(left, right)…