Skip to content

Commit 1eab03e

Browse files
committed
Try letting coredump be generated by the kernel
1 parent fa842e6 commit 1eab03e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.azure-pipelines/ultimate-pipeline.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5139,7 +5139,8 @@ stages:
51395139
displayName: create test data directories
51405140
# to remove once done
51415141
- script: |
5142-
echo '/dumps/core.%e.%p' | sudo tee /proc/sys/kernel/core_pattern
5142+
mkdir -p artifacts/build_data/dumps
5143+
echo '$(smokeTestAppDir)/dumps/core.%e.%p' | sudo tee /proc/sys/kernel/core_pattern
51435144
51445145
- script: |
51455146
docker-compose -p $(DockerComposeProjectName) build \

tracer/build/_build/docker/smoke.trimming.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ ENV DD_INTERNAL_WORKAROUND_77973_ENABLED=1
5959
ENV ASPNETCORE_URLS=http://localhost:5000
6060

6161
# Capture dumps
62-
ENV COMPlus_DbgEnableMiniDump=1
62+
ENV COMPlus_DbgEnableMiniDump=0
6363
ENV COMPlus_DbgMiniDumpType=4
6464
ENV DOTNET_DbgMiniDumpName=/dumps/coredump.%t.%p
6565
ENV DOTNET_EnableCrashReport=0

0 commit comments

Comments
 (0)