Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jul 1999 15:38:39 -0700 (PDT)
From:      Kip Macy <kip@lyris.com>
To:        Daniel Eischen <eischen@vigrid.com>
Cc:        stable@FreeBSD.ORG
Subject:   Re: new  seg fault in thread code
Message-ID:  <Pine.SOL.4.05.9907141535590.21964-100000@luna>
In-Reply-To: <199907142221.SAA01078@pcnet1.pcnet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Sorry, you're right -- I did not do a make clean first.

Any idea what is causing the following:

cc -O2 -pipe -DLIBC_RCS -DSYSLIBC_RCS
-I/usr/src/lib/libc_r/../libc/include -DPTHREAD_KERNEL -D_THREAD_SAFE
-DNOPOLL -I/usr/src/lib/libc_r/uthread -D_LOCK_DEBUG
-D__DBINTERFACE_PRIVATE -DPOSIX_MISTAKE
-I/usr/src/lib/libc_r/../libc/locale -DBROKEN_DES -DYP -c
/usr/src/lib/libc_r/../libc/gen/assert.c -o assert.o
/usr/src/lib/libc_r/../libc/gen/assert.c:43: parse error before string
constant
/usr/src/lib/libc_r/../libc/gen/assert.c:46: parse error before `{'
/usr/src/lib/libc_r/../libc/gen/assert.c:50: conflicting types for `abort'
/usr/include/stdlib.h:83: previous declaration of `abort'
/usr/src/lib/libc_r/../libc/gen/assert.c:50: warning: data definition has
no type or storage class
/usr/src/lib/libc_r/../libc/gen/assert.c:52: parse error before `}'
*** Error code 1



On Wed, 14 Jul 1999, Daniel Eischen wrote:

> [ -hackers trimmed from CC: ]
> 
> > Do you want an executable?
> > 
> > Anyway, I compiled the tests in /usr/src/lib/libc_r/test/ and they both
> > seg faulted in the exact same way:
> > 
> > 
> > Note: I had to add the -static to the LDFLAGS in order for gdb to find
> > symbols for them.
> 
> I just rebuilt libc_r on -stable with uthread/* checked out of a freshly
> CVSup'd repository.  The sigwait test works fine.
> 
> Are you sure you did a make clean before rebuilding libc_r???
> 
> Dan Eischen
> eischen@vigrid.com
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
> 
> 




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.05.9907141535590.21964-100000>