What's With All Those Error Messages?

Written by Stephen Bucaro


---------------------------------------------------------- Permission is granted forrepparttar below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made andrepparttar 107805 byline, copyright, andrepparttar 107806 resource box below is included. ---------------------------------------------------------- What's With All Those Error Messages?

By Stephen Bucaro

Your software application pops up an error message with some cryptic message like "Unexpected Application Error", "General Protection Fault" or "Illegal Operation". You don't have a clue as to whatrepparttar 107807 message means. Illegal Operation! What did you do wrong?

YOU didn't do anything wrong. Somewhere alongrepparttar 107808 line a programmer did something wrong. In this article, I'm going to give you some insight into those cryptic error messages.

General Protection Fault (GPF)

Each application running on your computer stakes out a 4GB area of memory to park itself and all of it's data. All other applications (including other instances ofrepparttar 107809 same application) are forbidden from using that memory area. If an application tries to store something in another applications memory area - BAM! General Protection Fault!

GPFs can be caused byrepparttar 107810 operating systems overcomplicated memory management scheme. To understand how complicated that scheme is, realize that your computer may not even have 4GB of memory and hard disk space combined, but you can still run multiple applications that each think they have 4GB of memory to work with. That's real smoke and mirrors!

As complicated as that scheme is, GPFs are rarely caused byrepparttar 107811 operating system. That's because every operating system usesrepparttar 107812 same time tested and proven memory management scheme. GPFs are usually caused by an application programmers coding error. Here are some other possible causes of GPFs.

* Bad memory chip * Failing hard disk * Computer overheating

Illegal Operation

This error is not caused by an illegal operation by you. Your application tried to perform an illegal operation. One example of an illegal operation is "divide by zero". Enter a number in your calculator and then divide it by zero. Your calculator will displayrepparttar 107813 message "Error". It's illegal to divide a number by zero.

Somewhere inrepparttar 107814 applications sequence of operation, a mathematical operation resulted in a value of zero. The programmer didn't test for this before they usedrepparttar 107815 number asrepparttar 107816 divisor in another mathematical operation. Result, Illegal Operation!

There are many other possible illegal operations. An Illegal Operation error is almost alwaysrepparttar 107817 result of a programmer's error.

Unexpected Application Error (UAE)

When a programmer createsrepparttar 107818 code for an application to write to a file, they must first put code to "open"repparttar 107819 file. If an application tries to write to a file without opening it first, you getrepparttar 107820 message "Unexpected Application Error". There are many other possible UAEs. An UAE is almost alwaysrepparttar 107821 result of a programmers error.

A Powerful and Free Office Suite

Written by Stephen Bucaro


---------------------------------------------------------- Permission is granted forrepparttar below article to forward, reprint, distribute, use for ezine, newsletter, website, offer as free bonus or part of a product for sale as long as no changes are made andrepparttar 107804 byline, copyright, andrepparttar 107805 resource box below is included. ---------------------------------------------------------- A Powerful and Free Office Suite

By Stephen Bucaro

Open Office is a free open-source office suite that not only competes with Microsoft Office, but can open and save Microsoft Office file formats. It was created using code developed by Sun Microsystems for their Star Office product. Open Office includes a word processor, spreadsheet, presentation manager, drawing application and several other applications. There are versions for Windows, Linux, Mac, and Solaris.

Open Office is easy to use becauserepparttar 107806 interface is similar to other office suites. Naturally,repparttar 107807 first thing I had to try wasrepparttar 107808 drawing program. Within seconds I was able to create 3D textured text and complex textured 3D objects.

Why switch to Open Office? Because now isrepparttar 107809 time to free yourself from Microsoft's Monopoly. If you are not prepared to jump right to Linux, Open Office makes a good transition. You can work with Microsoft Office file formats in Open Office. Then when you switch torepparttar 107810 Linux, you can continue to work with Microsoft Office file formats in Open Office.

Atrepparttar 107811 OpenOffice.org website, www.openoffice.org, there are links to download version 1.0, and version 1.1 beta2. Version 1.1 adds PDF and Macromedia Flash export; DockBook, PDA offic-file formats, and flat XML and XHTML.

When you click onrepparttar 107812 link to download a version for your operating system, you are taken to a chart of FTP servers hostingrepparttar 107813 download. For example, if you are located inrepparttar 107814 USA you would click onrepparttar 107815 Indiana U link.

Cont'd on page 2 ==>
 
ImproveHomeLife.com © 2005
Terms of Use