While using gdb to debug my native-compiled application, I can step,
backtrace, examine local variables, etc.

But I cannot seem to invoke a method - doing so causes a segfault.

i.e. 'print simplevar' works, but 'print obj.method()' does not.

Is this normal?  Is there a workaround?  Is it just me?

[p.s. using gdb 6.4-debian, gcj (GCC) 4.0.3 20060212 (prerelease) (Debian 
4.0.2-9)]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to