This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Does gcj pass -dy and -dn to linker?
Bill Bland wrote:
>glibc-2.1.3 (from the rpm distributed with Mandrake 7.2). Are there known
>problems with this? Am I mad to attempt use this version with gcc 3.0.2
>
>
>Perhaps it's a threads problem? (naive guess based on the
>appearance of the word "thread" lots of times in the backtrace ;-)
>
Yep. The pthread_create() is crashing when libgcj tries to create the
first thread. glibc 2.1.3 ought to be okay (at least, I'm not aware of
any problems), but upgrading would be a good idea anyway. Did you
compile libgcj yourself or is it from a binary package? If libgcj were
compiled against a newwer glibc, and then run against an older one, it
could cause this sort of problem.
regards
Bryce.