Menu

Test error on Centos

Help
Thar JO
2015-02-20
2015-02-26
  • Thar JO

    Thar JO - 2015-02-20

    python setup.py test
    running test
    jep runtests.py
    ======================================================================
    ERROR: test_null_pointer_exception (tests.test_exceptions.TestExceptions)


    Traceback (most recent call last):
    File "tests/test_exceptions.py", line 33, in test_null_pointer_exception
    self.assertEquals(ex.java_name, 'java.lang.NullPointerException')
    AttributeError: 'exceptions.ValueError' object has no attribute 'java_name'


    Ran 52 tests in 0.995s

    FAILED (errors=1)

     

    Last edit: Thar JO 2015-02-20
  • Thar JO

    Thar JO - 2015-02-20

    Using the libjep.so
    I was able to use the library, but I am getting random core dumps

    Using this in tomcat, single webapp
    http://jepp.sourceforge.net/usage.html

    A fatal error has been detected by the Java Runtime Environment:
    SIGSEGV (0xb) ,...

    JRE version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18)
    Java VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64 compressed oops)
    Problematic frame:
    C [libpython2.7.so.1.0+0xf27e5] PyEval_EvalFrameEx+0x755

     

    Last edit: Thar JO 2015-02-20
    • Mike Johnson

      Mike Johnson - 2015-02-20

      Hi,

      Strange... Are you running the latest from master or the published version?
      Can you maybe try installing 3.1 and see if you still have the same problem?

      Thanks
      Mike

      On Fri, Feb 20, 2015 at 1:16 PM, Thar JO tharjo@users.sf.net wrote:

      Using the libjep.so
      I was able to use the library, but I am getting random core dumps
      A fatal error has been detected by the Java Runtime Environment: SIGSEGV
      (0xb) at pc=0x00007f44a8c6b7e5, pid=26574, tid=139931793151744 JRE
      version: Java(TM) SE Runtime Environment (7.0_45-b18) (build 1.7.0_45-b18) Java
      VM: Java HotSpot(TM) 64-Bit Server VM (24.45-b08 mixed mode linux-amd64
      compressed oops) Problematic frame: C [libpython2.7.so.1.0+0xf27e5]
      PyEval_EvalFrameEx+0x755


      Test error on Centos
      https://sourceforge.net/p/jepp/discussion/376782/thread/2b4f0e21/?limit=25#7c34


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/jepp/discussion/376782/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       
  • Thar JO

    Thar JO - 2015-02-24

    I was using the master from git. I tried with 3.1 also. Same random crash.

     

Log in to post a comment.