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

char.IsAscii xml doc comments #41753

Merged
merged 2 commits into from
Sep 3, 2020
Merged

Conversation

gfoidl
Copy link
Member

@gfoidl gfoidl commented Sep 2, 2020

Cf. #40936 (comment)

I based the text on

public static bool IsAsciiCodePoint(uint value) => value <= 0x7Fu;
(to be consistent).

/cc: @danmosemsft

@Dotnet-GitSync-Bot
Copy link
Collaborator

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost
Copy link

ghost commented Sep 2, 2020

Hello @danmosemsft!

Because this pull request has the auto-merge label, I will be glad to assist with helping to merge this pull request once all check-in policies pass.

p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (@msftbot) and give me an instruction to get started! Learn more here.

@danmoseley
Copy link
Member

cc @joperezr

@danmoseley
Copy link
Member

We didn't get a dump, and this was Ubuntu 18.04 which has been unwilling to give us dumps in the past.

@HaoK do you now get dumps on Ubuntu 1804 in your test runs? I see I see https://github.com/dotnet/core-eng/issues/10616 was closed.,

I really don't like getting dumps.

https://dev.azure.com/dnceng/public/_build/results?buildId=799437&view=ms.vss-test-web.build-test-results-tab&runId=25303434&resultId=181787&paneView=dotnet-dnceng.dnceng-build-release-tasks.helix-test-information-tab

  Starting:    System.DirectoryServices.Protocols.Tests (parallel test collections = on, max threads = 2)
dotnet: ../nptl/pthread_mutex_lock.c:79: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed.
./RunTests.sh: line 161:  2388 Aborted                 "$RUNTIME_PATH/dotnet" exec --runtimeconfig System.DirectoryServices.Protocols.Tests.runtimeconfig.json --depsfile System.DirectoryServices.Protocols.Tests.deps.json xunit.console.dll System.DirectoryServices.Protocols.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing $RSP_FILE
~/work/A2F708F9/w/A4C80883/e
----- end Wed Sep 2 23:43:16 UTC 2020 ----- exit code 134 ----------------------------------------------------------
exit code 134 means SIGABRT Abort. Managed or native assert, or runtime check such as heap corruption, caused call to abort(). Core dumped.
Waiting a few seconds for any dump to be written..
Looking around for any Linux dump..
... found no dump in /home/helixbot/work/A2F708F9/w/A4C80883/e
+ export _commandExitCode=134

@HaoK
Copy link
Member

HaoK commented Sep 3, 2020

I reopened it, on my prototype we get managed dmps but cores are sometimes missing

@danmoseley danmoseley merged commit 171082e into dotnet:master Sep 3, 2020
@danmoseley
Copy link
Member

Thanks @gfoidl

@gfoidl gfoidl deleted the char-isascii-xml-docs branch September 3, 2020 06:39
@ghost ghost locked as resolved and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants