Date: Wed, 26 Apr 1995 13:50:36 +0300 From: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) To: morphine AT server DOT cs DOT jhu DOT edu Subject: Re: EMM386 Exception Cc: djgpp AT sun DOT soe DOT clarkson DOT edu > I'm getting the message "EMM386 Exception #12: Press ENTER to reboot" > when I system() to a program of mine which uses very little memory. The system > has 4MB RAM, and doesn't have this problem when run from DOS. Any suggestions? Does this happen no matter what program you try to run with system()? What happens if you boot your machine without EMM386? Can you post the code of the function which calls system()?