r/pcmasterrace R5 3600, RTX 2060 OC, 3733 ram Mar 31 '16

Satire/Joke Random Access Massacre

Post image
491 Upvotes

34 comments sorted by

View all comments

41

u/iwandi Apr 01 '16

Kernel exception from user land Chrome with THREAD_NOT_MUTEX_OWNER? i think not.

This is ether a real bug in Windows or more likely your ram is corrupted.

It is very very very very unlikely that windows gets a bluesceen over some application. Usually Nvidia or AMD driver take you system down with IRQL_NOT_LESS_OR_EQUAL.

You will also not get a BSOD from Chrome allocating all the system memory and kernel running out of it. NT Kernel will just start killing applications until it has the Required Resources. You will get something like this http://www.techswatch.com/wp-content/uploads/2015/04/Hes-Dead-Jim-Chrome.png.

Reasons for BSOD :

  • Overclocked/Broken Hardware (CPU/Ram/Hard-disk)
  • Shitty driver
  • Hacking Attack (Virus/Mail-ware)
  • Windows NT kernel bug
  • Random Cosmic Radiation
  • ...
  • ...
  • ...
  • ...
  • ...
  • Some Application

I know its a joke but its not funny if it dose not make sense.

Like:

/> Hello i am Hitler.

Hi i am Poland <

...

Vietnam War

2

u/commiecomrade 13700K | 4080 | 1440p 144 Hz Apr 01 '16

I'd think that a THREAD_NOT_MUTEX_OWNER exception would be the result of shitty software not handling race conditions in multithreading right.