Re: Hello World stuck in infinite loop

2002-11-05 Thread Chad Parry
On Tue, 5 Nov 2002, Steve Kargl wrote: > What happens if you use > > gcc -v -o hello -pthread hello.c > > /usr/bin/ld -V -dynamic-linker /usr/libexec/ld-elf.so.1 -o h1 /usr/lib/crt1.o > /usr/lib/crti.o /usr/lib/crtbegin.o -L/usr/lib /var/tmp/ccjfgwUn.o -lgcc > -lc_r -lc -lgcc /usr/lib/crtend.o /

Hello World stuck in infinite loop

2002-11-05 Thread Chad Parry
I'm seeing an infinite loop that can be traced to a signal handler in the uthread module. I'm using a snapshot of CURRENT from 2002-01-09. Repro: Write the classic hello world program. When you build it, link in libc_r. Use a shell script to execute it over and over in a tight loop. This wo