You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Dinesh Premalal (JIRA)" <ji...@apache.org> on 2008/02/03 16:12:10 UTC

[jira] Created: (AXIS2C-960) make check failed on axis2c 1.3.0 release pack

make check failed on axis2c 1.3.0 release pack
----------------------------------------------

                 Key: AXIS2C-960
                 URL: https://issues.apache.org/jira/browse/AXIS2C-960
             Project: Axis2-C
          Issue Type: Bug
          Components: build system, tests
    Affects Versions: Current (Nightly)
            Reporter: Dinesh Premalal
             Fix For: 1.3.0


I tried "make check" on axis2c-src-1.3.0 source pack. It gives me a segmentation fault. 

make[4]: Entering directory `/home/dinesh/axis2c-src-1.3.0/util/test/allocator'
/bin/sh: line 4: 11392 Segmentation fault      ${dir}$tst
FAIL: allocator_test
===================
1 of 1 tests failed
===================
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util/test/allocator'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util/test/allocator'
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util/test'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util'
make: *** [check-recursive] Error 1



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-960) make check failed on axis2c 1.3.0 release pack

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dinesh Premalal resolved AXIS2C-960.
------------------------------------

    Resolution: Fixed
      Assignee: Dinesh Premalal

Committed revision 618007

> make check failed on axis2c 1.3.0 release pack
> ----------------------------------------------
>
>                 Key: AXIS2C-960
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-960
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system, tests
>    Affects Versions: Current (Nightly)
>            Reporter: Dinesh Premalal
>            Assignee: Dinesh Premalal
>             Fix For: 1.3.0
>
>
> I tried "make check" on axis2c-src-1.3.0 source pack. It gives me a segmentation fault. 
> make[4]: Entering directory `/home/dinesh/axis2c-src-1.3.0/util/test/allocator'
> /bin/sh: line 4: 11392 Segmentation fault      ${dir}$tst
> FAIL: allocator_test
> ===================
> 1 of 1 tests failed
> ===================
> make[4]: *** [check-TESTS] Error 1
> make[4]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util/test/allocator'
> make[3]: *** [check-am] Error 2
> make[3]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util/test/allocator'
> make[2]: *** [check-recursive] Error 1
> make[2]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util/test'
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util'
> make: *** [check-recursive] Error 1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Commented: (AXIS2C-960) make check failed on axis2c 1.3.0 release pack

Posted by "Dinesh Premalal (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565182#action_12565182 ] 

Dinesh Premalal commented on AXIS2C-960:
----------------------------------------

This segmentation faults happen because of the unavailability of simple null checking :( My understanding is code quality of newly added tests need to be improved. If you observe those tests closely you can see that excessive use of global variables and so on. Therefore I would like to suggest to remove those tests from Axis2/C 1.3.0 release. I think , It is better to ship them after we improving them. 

Please share your thoughts on this?

> make check failed on axis2c 1.3.0 release pack
> ----------------------------------------------
>
>                 Key: AXIS2C-960
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-960
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: build system, tests
>    Affects Versions: Current (Nightly)
>            Reporter: Dinesh Premalal
>             Fix For: 1.3.0
>
>
> I tried "make check" on axis2c-src-1.3.0 source pack. It gives me a segmentation fault. 
> make[4]: Entering directory `/home/dinesh/axis2c-src-1.3.0/util/test/allocator'
> /bin/sh: line 4: 11392 Segmentation fault      ${dir}$tst
> FAIL: allocator_test
> ===================
> 1 of 1 tests failed
> ===================
> make[4]: *** [check-TESTS] Error 1
> make[4]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util/test/allocator'
> make[3]: *** [check-am] Error 2
> make[3]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util/test/allocator'
> make[2]: *** [check-recursive] Error 1
> make[2]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util/test'
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory `/home/dinesh/axis2c-src-1.3.0/util'
> make: *** [check-recursive] Error 1

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org