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

About 15 seconds in I error out #5

Open
BlueScreenBuddy opened this issue Apr 10, 2018 · 11 comments
Open

About 15 seconds in I error out #5

BlueScreenBuddy opened this issue Apr 10, 2018 · 11 comments

Comments

@BlueScreenBuddy
Copy link

Before I run off to try to RMA want to ensure that this indicates a a possible segfault:

Unhandled Exception: System.AggregateException: One or more errors occurred. ---> System.Exception: FAIL
   at kill_ryzen_win.Program.<>c__DisplayClass0_0.<Main>b__0(Int32 x) in C:\Users\Jason\Desktop\kill ryzen\Program.cs:line 43
   at System.Threading.Tasks.Parallel.<>c__DisplayClass17_0`1.<ForWorker>b__1()
   at System.Threading.Tasks.Task.InnerInvokeWithArg(Task childTask)
   at System.Threading.Tasks.Task.<>c__DisplayClass176_0.<ExecuteSelfReplicating>b__0(Object )
   --- End of inner exception stack trace ---
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at System.Threading.Tasks.Parallel.ForWorker[TLocal](Int32 fromInclusive, Int32 toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
   at System.Threading.Tasks.Parallel.For(Int32 fromInclusive, Int32 toExclusive, Action`1 body)
   at kill_ryzen_win.Program.Main(String[] args) in C:\Users\Jason\Desktop\kill ryzen\Program.cs:line 51
@corngood
Copy link
Owner

Do you get any more output above that? Do you get a windows error reporting box when it fails?

If you do get an error reporting box, and you have a debugger installed, you can attach and look at the callstack. If it matches the one in #1 then it's almost certainly the same problem I was having.

Another thing you can do is try disabling authenticode by setting the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers\AuthenticodeEnabled. For me that stops the test from crashing, so if it makes the test work for you then that also indicates the same problem.

We've been ghosted by AMD on the RMA we opened for this problem, and I've just been running with authenticode disabled. I still think there's an underlying OS or hardware problem, but it hasn't got enough attention for them to address it. I'd love to know if it's been fixed in TR, epyc, or raven ridge, but I don't have any to test.

@BlueScreenBuddy
Copy link
Author

I got a few lines of "bzip2.c" and then that error. I did not get the error reporting box. I ran it again. Here's a full screenshot https://vgy.me/Sbm6EN.png

@corngood
Copy link
Owner

That does look like the same problem, since it ran for a little while successfully before failing. I would still try disabling authenticode to see if it's more stable.

@corngood
Copy link
Owner

Oh, also, which CPU do you have exactly?

@BlueScreenBuddy
Copy link
Author

BlueScreenBuddy commented Apr 10, 2018

Ok I disabled authenticode and re-ran it on my 1800x at stock settings. Kept running for about 1 hour with no issues before I manually ended it.

@corngood
Copy link
Owner

Ok, thanks for trying that. You're certainly seeing the same problem I have. I've been running with authenticode disabled, and the system seems fairly stable. Just keep an eye out for it turning itself back on after reboots and system updates. Also I suppose you are losing some security features.

I'd love to know if you get anywhere with an RMA. We've had replacement chips from AMD and they didn't solve this problem. AMD confirmed that they could reproduce it, but we haven't heard anything since, and that was the end of last year.

@BlueScreenBuddy
Copy link
Author

BlueScreenBuddy commented Apr 13, 2018

I ran a linux kill script and got this: https://vgy.me/qDtgiV.png

@corngood
Copy link
Owner

Sorry for the delay. Yeah, that looks like it's failing as well... Our (launch window) processors were failing in both linux and windows, but the RMA ones only fail on windows.

@kikijiki
Copy link

kikijiki commented May 9, 2018

Enabling AuthenticodeEnabled makes the test fail even on a 2700x...

@corngood
Copy link
Owner

corngood commented May 10, 2018

@kikijiki Well shit, I was hoping to buy one of those, but I'm hesitant until I know more about what's causing this.

Which MB are you using?

@kikijiki
Copy link

Asus Crosshair VI Hero, latest bios.

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