Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@thaystg
Copy link
Contributor

@thaystg thaystg commented Jan 7, 2019

Changing the test behavior as discussed with Ludovic, because we already have knowledge about the unreliability of the crash reporter and the test is not about it.
So if in 10 times at least one of them works for now it's good.
Fixes #11385

This reverts commit 4d73377.
…ady have knowledge about the unreliability of the crash reporter and the test is not about it.

So if in 10 times at least one of them works for now it's good.
Fixes mono#11385
@thaystg thaystg requested a review from vargaz as a code owner January 7, 2019 17:49
@thaystg thaystg changed the title [Debugger [Debugger] Crash test Jan 7, 2019
@thaystg
Copy link
Contributor Author

thaystg commented Jan 7, 2019

@monojenkins build failed

1 similar comment
@thaystg
Copy link
Contributor Author

thaystg commented Jan 7, 2019

@monojenkins build failed

@thaystg
Copy link
Contributor Author

thaystg commented Jan 8, 2019

@monojenkins build failed

@vargaz
Copy link
Contributor

vargaz commented Jan 8, 2019

It might be good to track this one down, the crash reporter is unreliable when dealing with random crashes, this one is a controlled one, so it should work.

@thaystg
Copy link
Contributor Author

thaystg commented Jan 8, 2019

e is a controlled one, so it should work.

What do you suggest?
if (summarizer_supervisor_start (&synch)) {
success = mono_threads_summarize_execute (ctx, out, hashes, silent, mem, provided_size);
summarizer_supervisor_end (&synch);
} else {
summarizer_supervisor_wait (&synch);
}

What happens is that after the fork the parent process disappear(between the fork and this call mono_threads_summarize_execute) and only the child process continues.

@thaystg
Copy link
Contributor Author

thaystg commented Jan 8, 2019

@monojenkins build failed

1 similar comment
@thaystg
Copy link
Contributor Author

thaystg commented Jan 8, 2019

@monojenkins build failed

@thaystg
Copy link
Contributor Author

thaystg commented Jan 9, 2019

@monojenkins build failed

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

Successfully merging this pull request may close these issues.

2 participants