Andrew Zhang wrote:
Hi all,

I meet a problem when debugging java application with M3. It throws NPE
immediately after pressing F5/F6. Here's simple test:

public static void main(String[] args) {
        int count = 100;
        for(int i = 0; i < count; ++i) {
            System.out.println(i); // put a breakpoint here.
        }
    }

It looks like a serious bug. It's reproducible here, with Eclipse 3.2.2.
Thanks!

I tried both M3 JDK snapshot for libstdc++.so.6 and current local debug development build of harmony, I couldn't reproduce this. Could you please give more details which platform you are using and how you are running this test? How does NPE stack trace look like?

--
Gregory

Reply via email to