Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take two on copying dmp properly on posix #46111

Open
wants to merge 1 commit into
base: release/9.0.3xx
Choose a base branch
from

Conversation

Forgind
Copy link
Member

@Forgind Forgind commented Jan 18, 2025

The previous version apparently extended to:
find . -name *hangdump.dmp -exec cp {} /datadisks/disk1/work/A990088E/w/A95709AA/uploads /

The dmp was at:
/datadisks/disk1/work/A990088E/w/A95709AA/e/c6594614-4208-4b0b-b54d-967fbddc3173/dotnet_26747_20250118T001243_hangdump.dmp

So taking the env var and appending '..' should do the trick.

I'd be interested in seeing where '.' currently is, but I'd rather have this work now than add a pwd call then wait for it to fail again.

Helix file I inspected:
https://helixr1107v0xd1eu3ibi6ka.blob.core.windows.net/dotnet-sdk-refs-pull-45880-merge-90fdd365f73d4e9694/dotnet-watch.Tests.dll.1/1/console.9e9600b2.log?helixlogtype=result

The previous version apparently extended to:
find . -name *hangdump.dmp -exec cp {} /datadisks/disk1/work/A990088E/w/A95709AA/uploads /

The dmp was at:
/datadisks/disk1/work/A990088E/w/A95709AA/e/c6594614-4208-4b0b-b54d-967fbddc3173/dotnet_26747_20250118T001243_hangdump.dmp

So taking the env var and appending '..' should do the trick.

I'd be interested in seeing where '.' currently is, but I'd rather have this work now than add a pwd call then wait for it to fail again.
@dotnet-issue-labeler dotnet-issue-labeler bot added Area-Infrastructure untriaged Request triage from a team member labels Jan 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant