This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCJ application runs not too bad with shared libs, but crashes with static libs - seems to be in _Jv_MonitorEnter
- From: Adam Megacz <gcj at lists dot megacz dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: 22 Nov 2002 08:03:15 -0800
- Subject: Re: GCJ application runs not too bad with shared libs, but crashes with static libs - seems to be in _Jv_MonitorEnter
- Organization: Myself
- References: <000f01c291a9$e3d45840$3c16a8c0@mantatest.com>
"Scott Gilbertson" <scottg@mantatest.com> writes:
> It looks to me like there's a race condition somewhere in the "synchronized"
> handling, perhaps due to a bug in glibc.
Scott, you aren't running Debian unstable or glibc 2.3+ by any chance,
are you? When I briefly upgraded from 2.2.5, I saw static builds
crash all the time. The wierd part was even builds with glibc-2.2.5
statically linked in failed (bizarre!).
- a