This is the mail archive of the java-patches@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]

[PATCH] Fix NameFinder.java when addr2line does not exist


The problem here is that we really don't take into effect that a couple of variables
could be null so get some NPE (NullPointerExceptions). This patch fixes up the
problem and now on darwin, I can get a backtrace without the message saying NPE
was thrown when printing out the backtrace.


OK? Bootstrapped and tested on ppc-darwin with no regressions.

Thanks,
Andrew Pinski

ChangeLog:

* gnu/gcj/runtime/NameFinder.java (close): IN, OUT, and PROC can all be null,
check for that case and don't deference it.


Patch:

Attachment: temp.diff.txt
Description: Text document


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