From: Thomas Albrecht Newsgroups: comp.os.msdos.djgpp Subject: More multithreading Date: Wed, 9 May 2001 12:52:46 +0200 Organization: TU Dresden (URZ) Lines: 28 Message-ID: NNTP-Posting-Host: rcs12.urz.tu-dresden.de Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Sender: ta3 AT rcs12 DOT urz DOT tu-dresden DOT de To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Well, some more information about my problem: "examples do not work" means that no thread switch is done. LWP 2.0's example1.c that probably should print MAIN PROC1 PROC2 PROC3 ... only prints MAIN MAIN ... BTW, when I press any key to end the example, I get following output Exiting due to signal SIGSEGV Page fault at eip=000059b4, error=0006 eax=... Did anyone use preemptive multithreading with djgpp successfully? Regards, Tom