Date: Wed, 9 May 2001 14:37:19 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Thomas Albrecht cc: djgpp AT delorie DOT com Subject: Re: More multithreading In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 9 May 2001, Thomas Albrecht wrote: > 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=... Please always post the entire and exact text of the crash messages. The information printed there is very important for understanding the possible reasons of the crash. On what OS is this?