Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

StackOverflowException in cccheck.exe #489

Open
yaakov-h opened this issue Jun 8, 2017 · 0 comments
Open

StackOverflowException in cccheck.exe #489

yaakov-h opened this issue Jun 8, 2017 · 0 comments

Comments

@yaakov-h
Copy link
Contributor

yaakov-h commented Jun 8, 2017

The following function causes cccheck to stack overflow:

public static SqlBoolean StackOverflowReproFunction(SqlGuid first, SqlGuid second)
{
	return SqlGuid.Equals(first, second);
}

cccheck output (through msbuild):

CodeContracts: Task manager is unavailable (unable to run in background).
CodeContracts: FrameworkExtensions: Run static contract analysis.
CodeContracts: FrameworkExtensions: Time spent connecting to the cache: 00:00:01.2159937
CodeContracts: FrameworkExtensions: Cache used: my.cache.db.server
CodeContracts: FrameworkExtensions: Process is terminated due to StackOverflowException.
CodeContracts: FrameworkExtensions: 
CodeContracts: FrameworkExtensions: Static contract analysis done.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant