We are independent & ad-supported. We may earn a commission for purchases made through our links.

Advertiser Disclosure

Our website is an independent, advertising-supported platform. We provide our content free of charge to our readers, and to keep it that way, we rely on revenue generated through advertisements and affiliate partnerships. This means that when you click on certain links on our site and make a purchase, we may earn a commission. Learn more.

How We Make Money

We sustain our operations through affiliate commissions and advertising. If you click on an affiliate link and make a purchase, we may receive a commission from the merchant at no additional cost to you. We also display advertisements on our website, which help generate revenue to support our work and keep our content free for readers. Our editorial team operates independently from our advertising and affiliate partnerships to ensure that our content remains unbiased and focused on providing you with the best information and recommendations based on thorough research and honest evaluations. To remain transparent, we’ve provided a list of our current affiliate partners here.

What Is an Abnormal End?

By T.S. Adams
Updated May 17, 2024
Our promise to you
WiseGEEK is dedicated to creating trustworthy, high-quality content that always prioritizes transparency, integrity, and inclusivity above all else. Our ensure that our content creation and review process includes rigorous fact-checking, evidence-based, and continual updates to ensure accuracy and reliability.

Our Promise to you

Founded in 2002, our company has been a trusted resource for readers seeking informative and engaging content. Our dedication to quality remains unwavering—and will never change. We follow a strict editorial policy, ensuring that our content is authored by highly qualified professionals and edited by subject matter experts. This guarantees that everything we publish is objective, accurate, and trustworthy.

Over the years, we've refined our approach to cover a wide range of topics, providing readers with reliable and practical advice to enhance their knowledge and skills. That's why millions of readers turn to us each year. Join us in celebrating the joy of learning, guided by standards you can trust.

Editorial Standards

At WiseGEEK, we are committed to creating content that you can trust. Our editorial process is designed to ensure that every piece of content we publish is accurate, reliable, and informative.

Our team of experienced writers and editors follows a strict set of guidelines to ensure the highest quality content. We conduct thorough research, fact-check all information, and rely on credible sources to back up our claims. Our content is reviewed by subject matter experts to ensure accuracy and clarity.

We believe in transparency and maintain editorial independence from our advertisers. Our team does not receive direct compensation from advertisers, allowing us to create unbiased content that prioritizes your interests.

An abnormal end is an abrupt and unexpected termination of a functioning computer program or application. Its name originally derives from the older IBM 360 operating system, which noted such terminations as ABEND errors. An abnormal end to a program can occur for many different reasons, but the most common reasons involve problems with the system memory or problems within the code of the software. When this type of termination takes place, the program closes on its own and the operating system steps in to mitigate the damage by flushing the program's memory and acting as though the program had closed down successfully under typical situations.

Problems within the system memory on a computer can trigger an abnormal end to one or more programs on the system. When the computer allows a memory leak to occur — when it allows a program to write to memory that has not been assigned to it by the operating system — it can inadvertently overwrite portions of memory that belonged to another program. Once the "invaded" program tries to reclaim the information stored in the invaded sections of memory, it will no longer find the correct, anticipated data. This discrepancy often results in a complete crash of the application, as it cannot run by using the overwritten information saved by the invading program.

Issues with software code can sometimes trigger an abnormal end to a program. If the software has bugs or does not contain sufficient error handling code, incorrect inputs by the end user can result in an abnormal termination of the software. For example, a program that asks the end user to input his or her telephone number will usually be coded so that any non-numerical answer that does not contain 10 digits is immediately "caught" as a potential error and returned to the end user as a bad result. Immature or incomplete software that does not include this error handling code may crash upon receiving incorrect input; the program will not be able to cope if the end user decides to enter "abcdefg" as his or her supposed phone number.

Once an abnormal end occurs, the operating system usually alerts the computer user that a program termination has occurred. After doing this, the operating system's job is to recover from the crash without adversely affecting any of the other programs on the system. To do this, it typically frees up the memory that it assigned to the program, exactly as it would if the program had terminated successfully. Information about the abnormal program termination is often saved in the crash logs of the operating system, allowing an end user to review the crash information to look for a potential root cause for the conflict.

WiseGEEK is dedicated to providing accurate and trustworthy information. We carefully select reputable sources and employ a rigorous fact-checking process to maintain the highest standards. To learn more about our commitment to accuracy, read our editorial process.

Discussion Comments

WiseGEEK, in your inbox

Our latest articles, guides, and more, delivered daily.

WiseGEEK, in your inbox

Our latest articles, guides, and more, delivered daily.