You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Joan Touzet (JIRA)" <ji...@apache.org> on 2017/04/04 04:03:41 UTC

[jira] [Commented] (COUCHDB-3352) JS: couchjs SIGSEGVs

    [ https://issues.apache.org/jira/browse/COUCHDB-3352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15954536#comment-15954536 ] 

Joan Touzet commented on COUCHDB-3352:
--------------------------------------

This has just recurred on CentOS7, Erlang 18.2.

{noformat}
test/javascript/tests/reduce.js                                
    Error: {exit_status,139}
Trace back (most recent call first):
    
 546: test/javascript/couch.js
      CouchError([object Object])
 509: test/javascript/couch.js
      ([object CouchHTTP])
 175: test/javascript/couch.js
      ("(function (doc) {emit(doc.keys, 1);})","(function (keys, values) {re
 116: test/javascript/tests/reduce.js
      ()
  37: test/javascript/cli_runner.js
      runTest()
  48: test/javascript/cli_runner.js
      
fail
{noformat}

> JS: couchjs SIGSEGVs
> --------------------
>
>                 Key: COUCHDB-3352
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-3352
>             Project: CouchDB
>          Issue Type: Bug
>          Components: JavaScript View Server, Test Suite
>            Reporter: Joan Touzet
>
> Failures typically look like this:
> {noformat}
> test/javascript/tests/reduce_builtin.js                        
>     Error: {exit_status,139}
> Trace back (most recent call first):
>     
>  546: test/javascript/couch.js
>       CouchError([object Object])
>  509: test/javascript/couch.js
>       ([object CouchHTTP])
>  175: test/javascript/couch.js
>       ("(function (doc) {emit(doc.keys, [1, 1]);})","_sum",[object Object])
>  159: test/javascript/tests/reduce_builtin.js
>       ()
>   37: test/javascript/cli_runner.js
>       runTest()
>   48: test/javascript/cli_runner.js
>       
> fail
> {noformat}
> Have seen this so far on both CentOS 7 and Ubuntu 14.04. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)