Top "Abort" questions

This tag refers to the action of terminating (stopping) a process before it has finished naturally.

Bash exit doesn't exit

I wonder why this script continues to run even with an explicit exit command. I have two files: file1.txt …

bash exit nested-loops abort
How do you cleanly abort a Delphi program?

I've got a program that's having some trouble during shutdown, raising exceptions that I can't trace back to their source. …

delphi shutdown abort
Browser waits for ajax call to complete even after abort has been called (jQuery)

I have some (potentially) long-running ajax calls that I would like to abort if the user navigates to another page. …

javascript jquery xmlhttprequest onbeforeunload abort
Synchronous External Abort on ARM

I was building a bare metal application on ARM Cortex A9 Pandaboard, and I got Instruction Fetch Abort frequently. When …

exception arm abort
Stopping product saving process in observer

I am currently developing a module working with the product edit in the backend. Its purpose is to retrieve categories …

php magento save observer-pattern abort
How to Abort Git Bisect

I started my git bisect by specifying good and bad revisions but I don't think they registered. Additionally, as I …

git abort git-bisect
What are the general causes of abort signal?

I have an application, in C++ over running linux, which on exit gets abort signal. Before I go after the …

linux signals abort
CXF WS, Interceptor: stop processing, respond with fault

I'm scratching my head over this: Using an Interceptor to check a few SOAP headers, how can I abort the …

cxf interceptor fault abort chain
Thread does not abort on application closing

I have an application which does some background task (network listening & reading) in a separate Thread. It seems however …

c# multithreading terminate abort interruption
Can a PHP script abort itself or detect abortion?

PHP scripts can continue executing after the HTTP page request, so how do I finally stop it executing when I'm …

php http scripting webserver abort