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

System.Runtime.InteropServices.SEHException is thrown when grouping on Guids #1605

Closed
da1rren opened this issue Sep 3, 2018 · 1 comment
Closed

Comments

@da1rren
Copy link

da1rren commented Sep 3, 2018

Summary

I am able to cause a System.Runtime.InteropServices.SEHException that causes the application to crash. When grouping by a Guid identifier. I have created a small application to allow you to reproduce the issue here:

https://github.com/da1rren/OData-AccessViolationException

Assemblies affected

7.0.1 .Net Core 2.1.0

Reproduce steps

Run https://github.com/da1rren/OData-AccessViolationException
Then query https://localhost:44318/odata/People?$apply=groupby((Id))

Expected result

A list of Ids should be displayed

Actual result

A System.Runtime.InteropServices.SEHException is thrown

@da1rren da1rren changed the title System.Runtime.InteropServices.SEHException System.Runtime.InteropServices.SEHException is thrown when grouping on Guids Sep 3, 2018
@da1rren
Copy link
Author

da1rren commented Sep 3, 2018

I see this is already tracked by #1413

@da1rren da1rren closed this as completed Sep 3, 2018
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

1 participant