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: NullPointerException at _Jv_equalUtf8Consts


On Thu, Nov 20, 2003 at 05:56:41PM -0500, Ray Auge wrote:
> after calling: 
> 
>         elm.hasAttribute("target")
> 
> (elm is a org.w3c.dom.Node recast as an Element)
> 
> I get:
> 
> java.lang.NullPointerException
>    at _Jv_equalUtf8Consts(_Jv_Utf8Const, _Jv_Utf8Const)
> (/lib/ssa/libgcj.so.4.0.0)
>    at ActionNode.ActionNode(org.w3c.dom.Node)
> (/home/com_/public_html/Thesis/src/v0.01/last/map/ActionNode.java:19)
> 
> 
> any suggestions??

What version do you use exactly ? Can you provide a small testcase to
reproduce this bug ?


Michael


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