This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

What classes have depth==0?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]