This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [PATCH] Fix NameFinder.java when addr2line does not exist


Andrew Pinski wrote:

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.


OK

Bryce


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