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]
Other format: [Raw text]

Re: Freeze in GC_suspend_handler



What's field -> u.addr or *field when the dereference segfaults?  Can you get gdb to print that?

'field' has been optimized away. I am recompiling libgcj with "-g" only.

I tried to get info with
(gdb) print *((jclass) addr) can't find class named `java::lang::Class', as given by C++ RTTI

Should I do something so that gdb gets this info?

Daniel




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