This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
What classes have depth==0?
- To: java at gcc dot gnu dot org
- Subject: What classes have depth==0?
- From: Martin Kahlert <martin dot kahlert at infineon dot com>
- Date: Thu, 12 Jul 2001 15:31:26 +0200
- Reply-To: martin dot kahlert at infineon dot com
Hi!
I have the problem, that inside java/lang/natClass.cc
(function _Jv_IsAssignableFrom) i get at the very last if an SEGV
whith my app: I end up with
ancestors = 0x41cfafec, source->depth = 5 target->depth = 0
If i get here, target is no
- array,
- Interface
- primitive
- ObjectClass
So what the heck is it? The error shows up when compiling a very
huge application with libefence.
gdb (5.0) claims, that the function was called by java::lang::String::concat
inside natString.cc, but the line is the start of the routine
(in fact it only contains a {).
Any ideas???
Thanks,
Martin.
--
The early bird catches the worm. If you want something else for
breakfast, get up later.