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

Process.GetProcesses returns truncated 15 char string on OSX #29330

Closed
MarcoRossignoli opened this issue Apr 20, 2019 · 3 comments · Fixed by #111850
Closed

Process.GetProcesses returns truncated 15 char string on OSX #29330

MarcoRossignoli opened this issue Apr 20, 2019 · 3 comments · Fixed by #111850
Labels
area-System.Diagnostics.Process disabled-test The test is disabled in source code against the issue in-pr There is an active PR which will close this issue when it is merged
Milestone

Comments

@MarcoRossignoli
Copy link
Member

Follow up issue https://github.com/dotnet/corefx/issues/34437 fixed on linux(except missing test for Alpine at the moment) but doesn't work on OSX.
We should investigate another way.
Extra: mono bugfix https://bugzilla.xamarin.com/show_bug.cgi?id=32539

/cc @danmosemsft @krwq

@safern
Copy link
Member

safern commented May 2, 2019

Note that I've made this test a No-op test when running on alpine: dotnet/corefx#37350

@msftgits msftgits transferred this issue from dotnet/corefx Feb 1, 2020
@msftgits msftgits added this to the Future milestone Feb 1, 2020
@maryamariyan maryamariyan added the untriaged New issue has not been triaged by the area owner label Feb 23, 2020
@adamsitnik adamsitnik removed the untriaged New issue has not been triaged by the area owner label Jul 6, 2020
@jozkee jozkee modified the milestones: Future, 9.0.0 Jan 29, 2024
@adamsitnik
Copy link
Member

It seems that it got fixed with #96287 (@jozkee please correct me if I am wrong)

@github-actions github-actions bot locked and limited conversation to collaborators Aug 17, 2024
@jkotas
Copy link
Member

jkotas commented Jan 27, 2025

We still have tests disabled against this issue:

[ActiveIssue("https://github.com/dotnet/runtime/issues/29330", TestPlatforms.OSX)]

@jkotas jkotas reopened this Jan 27, 2025
@jkotas jkotas added the disabled-test The test is disabled in source code against the issue label Jan 27, 2025
@jkotas jkotas modified the milestones: 9.0.0, 10.0.0 Jan 27, 2025
jkotas added a commit to jkotas/runtime that referenced this issue Jan 27, 2025
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Jan 27, 2025
jkotas added a commit to jkotas/runtime that referenced this issue Jan 27, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Diagnostics.Process disabled-test The test is disabled in source code against the issue in-pr There is an active PR which will close this issue when it is merged
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants