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

[X64] [xtqqczze] Replace unaligned casts in Buffer.Memmove #259

Closed
MihuBot opened this issue Feb 22, 2024 · 4 comments
Closed

[X64] [xtqqczze] Replace unaligned casts in Buffer.Memmove #259

MihuBot opened this issue Feb 22, 2024 · 4 comments

Comments

@MihuBot
Copy link
Owner

MihuBot commented Feb 22, 2024

Build is in progress - see https://mihubot.xyz/runtime-utils/40396ac5bfdd41b6892fe70de683b32d
dotnet/runtime#98812

@MihaZupan
Copy link
Collaborator

MihaZupan commented Feb 22, 2024

Interesting...

System.OverflowException: Value was either too large or too small for an Int32.
   at System.Convert.ThrowInt32OverflowException()
   at System.Convert.ChangeType(Object value, Type conversionType, IFormatProvider provider)
   at Octokit.PocoJsonSerializerStrategy.DeserializeObject(Object value, Type type) in //Octokit/SimpleJson.cs:line 1437
   at Octokit.PocoJsonSerializerStrategy.DeserializeObject(Object value, Type type) in //Octokit/SimpleJson.cs:line 1368
   at Octokit.Internal.SimpleJsonSerializer.GitHubSerializerStrategy.DeserializeObject(Object value, Type type) in //Octokit/Http/SimpleJsonSerializer.cs:line 205
   at Octokit.SimpleJson.DeserializeObject[T](String json, IJsonSerializerStrategy jsonSerializerStrategy) in //Octokit/SimpleJson.cs:line 596
   at Octokit.Internal.JsonHttpPipeline.DeserializeResponse[T](IResponse response) in //Octokit/Http/JsonHttpPipeline.cs:line 44
   at Octokit.Connection.Run[T](IRequest request, CancellationToken cancellationToken, Func`2 preprocessResponseBody) in //Octokit/Http/Connection.cs:line 752
   at Octokit.ApiConnection.Post[T](Uri uri, Object data, String accepts, String contentType, CancellationToken cancellationToken)
   at MihuBot.RuntimeUtils.RuntimeUtilsJob.RunJobAsync() in /home/runner/work/MihuBot/MihuBot/MihuBot/MihuBot/RuntimeUtils/RuntimeUtilsJob.cs:line 217

@MihaZupan
Copy link
Collaborator

octokit/octokit.net#2889

@EgorBo
Copy link

EgorBo commented Feb 22, 2024

😆

@MihaZupan
Copy link
Collaborator

The Octokit patch went out - started new jobs now: #262, #263

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants