Rixiang / minixlottery

Automatically exported from code.google.com/p/minixlottery
0 stars 0 forks source link

Updating Minix 3.1.2a with the latest changes causes the system to crash due to "stack fault" #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use VMware player to run Minix 3.1.2a
2. Apply the latest changes: proc.c, proc.h, do_fork.c, misc.c
3. Recompile the kernel and reboot.

What is the expected output? What do you see instead?
The system should boot, but it crashes.

What version of the product are you using? On what operating system?
The latest one. Minix 3.1.2a

Please provide any additional information below.
I noticed the in proc.c setPriority() is defined but never called. It may
be a typo as pick_proc() calls setpriority(), which should be
setPriority(). However, this could not have caused the crash because the
system crashes even I changed style to 0 which specifies standard scheduling.

Original issue reported on code.google.com by lubaoch...@gmail.com on 10 May 2010 at 5:02

GoogleCodeExporter commented 9 years ago
i too got the same errror !! please help i have submission tomorrow ....

Original comment by kedarman...@gmail.com on 14 Nov 2010 at 5:08