Ralf Baechle wrote:
>
> On Thu, Oct 19, 2000 at 03:31:54PM -0700, Jun Sun wrote:
>
> > I am running a simple pthread_create() test. The thread gets created,
> > but the creating thread gets BUS error after the function call. In
> > fact, it gets SIGUSR1 signal. Does anybody know what is wrong here?
> >
> > It looks to me that creating thread is waiting for the created thread to
> > start up, but somehow did not install the signal handler correctly!?
> >
> > I am running with the "stable" toolchain that I generated recently,
> > i.e., binutil 2.8.1, egcs 1.0.3a and glibc2.0.6.
>
> Which libc release exactly?
>
> I've uploaded another release glibc-2.0.6-7lm to oss:/pub/linux/mips/glibc/.
> In case you're running big endian, could you try that release?
>
> (Sorry, no source, will upload the srpm tomorrow.)
>
> Ralf
I am running little endian - and I am running with my own setup.
Can you post the diff file first? Assuming no other changes ...
Jun
|