Top "Terminate" questions

For questions regarding the termination of processes, threads, and sessions.

How to terminate anonymous threads in Delphi on application close?

I have a Delphi application which spawns 6 anonymous threads upon some TTimer.OnTimer event. If I close the application from …

multithreading delphi delphi-xe2 anonymous terminate
Python Process won't call atexit

I'm trying to use atexit in a Process, but unfortunately it doesn't seem to work. Here's some example code: import …

python multiprocessing terminate atexit
Terminate a thread after an interval if not returned

I have a thread which grabs some data from network or serial port. The thread must terminate (or return false) …

c# .net multithreading intervals terminate
How can I kill all threads?

In this script: import threading, socket class send(threading.Thread): def run(self): try: while True: try: s = socket.socket(…

python multithreading python-3.x kill terminate
GLSL vertex shader cancel render

Can the rendering for a pixel be terminated in a vertex shader. For example if a vertex does not meet …

opengl glsl terminate vertex-shader
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
Java program terminating after ObjectMapper.writeValue(System.out, responseData) - Jackson Library

I'm using the Jackson library to create JSON objects, but when I use the mapper.writeValue(System.out, responseData) function, …

java json jackson terminate
terminate a thread in delphi

How can I terminate a thread in a proper way? When the thread finishes, it is still in memory. I'm …

multithreading delphi terminate
IOS Getting location updates when app terminated without using significantChange

I apologise for the redundancy of this topic, but in spite all the given answers, I can't identify the possibility …

ios background cllocation terminate
How is procdump -t -- dump on process termination -- used?

The question may be a bit awkward, but here's my detailed problem: Currently I'm looking into setting up SysInternals' procdump.…

windows visual-c++ crash-dumps terminate procdump