Page 17 of 55

Re: When your OS goes crazy - Screenshots

Posted: Thu Mar 21, 2013 1:19 pm
by greyOne
Image

I accidentally put spawn() in a loop.
At least I know that my scheduler works nicely.
As does the rest of my multitasking stuff.

Re: When your OS goes crazy - Screenshots

Posted: Thu Mar 21, 2013 4:12 pm
by Mikemk
greyOne wrote: At least I know that my scheduler works nicely.
I'm guessing that it's printing off process ids?

Re: When your OS goes crazy - Screenshots

Posted: Sat May 04, 2013 6:17 am
by p0s1x
Image

Re: When your OS goes crazy - Screenshots

Posted: Sat May 04, 2013 9:25 pm
by sounds
p0s1x wrote:Nothing boot failed, because it's true.
Very nice! :wink:

Re: When your OS goes crazy - Screenshots

Posted: Sun May 05, 2013 4:10 am
by p0s1x
sounds wrote:
p0s1x wrote:Nothing boot failed, because it's true.
Very nice! :wink:
Thanks :D

Re: When your OS goes crazy - Screenshots

Posted: Mon May 13, 2013 1:26 am
by phillid
At least I know my nice register dump in the kernel panic works... I sometimes call it the Schizophrenic Screen of Death.
I should fix this ;)
I should fix this ;)

Re: When your OS goes crazy - Screenshots

Posted: Mon May 13, 2013 7:06 am
by Mikemk
phillid wrote:I sometimes call it the Schizophrenic Screen of Death.
They have multiple personality disorder.

Re: When your OS goes crazy - Screenshots

Posted: Tue May 14, 2013 1:25 am
by dozniak
m12 wrote:
phillid wrote:I sometimes call it the Schizophrenic Screen of Death.
They have multiple personality disorder.
No, thanks, I'm fine!
Me too!

Re: When your OS goes crazy - Screenshots

Posted: Tue May 14, 2013 8:48 pm
by VolTeK
m12 wrote:They have multiple personality disorder.
#-o

Re: When your OS goes crazy - Screenshots

Posted: Thu May 16, 2013 1:06 pm
by AbstractYouShudNow
The panic screen of my OS loader is quite fun too, it has a logo and contains a sentence passed a sargument to the panic() function, or when none is passed, the default one, which is the sentence "Hey! I pissed on myself !" but in french, and written as would say it a Spanish man trying to speak french for first time :lol:

Re: When your OS goes crazy - Screenshots

Posted: Tue May 21, 2013 9:28 am
by greyOne
I can't screenshot this, my kernel panicked.
I mean the Windows kernel that is. Blue screen and everything.
My kernel just went belly up it seems.

So much for Virtual Box being safe.

Re: When your OS goes crazy - Screenshots

Posted: Tue May 21, 2013 9:41 am
by Kazinsal
greyOne wrote:I can't screenshot this, my kernel panicked.
I mean the Windows kernel that is. Blue screen and everything.
My kernel just went belly up it seems.

So much for Virtual Box being safe.
The danger of hardware virtualization. Sometimes this happens if you clobber improperly mapped MMIO or ACPI non-reclaimable space.

Re: When your OS goes crazy - Screenshots

Posted: Tue May 21, 2013 9:35 pm
by klange
Working on animations in my compositor, and I accidentally told the background window to run the "map out" effect:

Image

... I neglected to check which window I was applying the animation to so as not to have this happen.

Re: When your OS goes crazy - Screenshots

Posted: Fri May 24, 2013 9:03 pm
by wolfgang42
While trying to get exception handling and ISRs to work, I had this happen to my bootsplash. I'm not quite sure what went wrong; at the time I was having exceptions occurring in the ISR handler and jumps to arbitrary locations in memory. As far as I could tell, this occurred during approximately the 10th ISR or so.

Re: When your OS goes crazy - Screenshots

Posted: Mon May 27, 2013 2:04 am
by Onz
klange wrote:Working on animations in my compositor, and I accidentally told the background window to run the "map out" effect:

Image

... I neglected to check which window I was applying the animation to so as not to have this happen.
Trippiest photo! Love it.