-
Opened on behalf of @Sunny-pu
The test `tracing_tracecontrol._tracecontrol_tracecontrol_/_tracecontrol_tracecontrol_cmd` has failed.
Unhandled Exception: System.Exception: Values for 'traceFile…
ghost updated
3 years ago
-
After dotnet/coreclr#26262 there are various build errors during ARM cross build if passes additional `cmake` arguments.
`-DFEATURE_GDBJIT=TRUE`:
```
/home/alexander/src/tmp/coreclr/src/vm/gdbjit.c…
-
Opened on behalf of @Jiayili1
The test `tracing_eventpipesmoke._eventpipesmoke_eventpipesmoke_/_eventpipesmoke_eventpipesmoke_cmd` has failed.
Unhandled Exception: System.TypeInitializationExce…
ghost updated
3 years ago
-
In CoreCLR QCalls ([documented in botr](https://github.com/dotnet/runtime/blob/master/docs/design/coreclr/botr/corelib.md#calling-from-managed-to-native-code)) are one way to call back into the runtim…
-
Please read PR #1853 and issue #1740 first, thanks.
It seems like the test is failing on 2 platforms: Windows_NT netfx x86 Release, and Windows_NT x64.
I imagine the reasoning behind the netfx fai…
-
`* thread dotnet/coreclr#1: tid = 37369, 0x00007ffff6e99410 libc.so.6`??? + 352, name = 'dotnet', stop reason = invalid address (fault address: 0x3)
* frame #0: 0x00007ffff6e99410 libc.so.6`??? + 3…
-
I just hit a build failure in my Yocto ARM build where CMake already tried to compile `dotnetruntime.cpp` before the `genXplatEventing.py` script had generated the required `clretwallmain.h` header:
…
-
We are running our application in non privileged container and marked filesystem as readonly. While running profiler we are seeing below error and i think we are getting into issue because of read onl…
-
When linking `libcoreclr.so`, Solaris linker on SmartOS errors out as follow:
```sh
[vagrant@08-00-27-42-a0-69 ~/runtime]$ cd /home/vagrant/runtime/artifacts/obj/coreclr/SunOS.x64.Debug/src/dlls/m…
-
I've been trying to follow dotnet/runtime#7335 wherein @parjong provides some instructions on building for x86. I'm using an Ubuntu 16.04 docker image as a base. Once all my dependencies were installe…