https://issues.apache.org/bugzilla/show_bug.cgi?id=49556

           Summary: the proc.create function used args as env to get the
                    element count,
           Product: Tomcat Native
           Version: 1.1.19
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: critical
          Priority: P2
         Component: Library
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: lanyufly...@gmail.com


if (env)
        es = (*e)->GetArrayLength(e, args);

this would cause nullpoint exception like this:

java.lang.NullPointerException
        at org.apache.tomcat.jni.Proc.create(Native Method)
        at hyer.process.Controller.main(Controller.java:91)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to