You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Grant Jones (JIRA)" <ji...@apache.org> on 2010/08/24 19:43:16 UTC

[jira] Commented: (COUCHDB-870) CLONE -testsuite in couchdbx (1.0.0.8) crashes on MacOS 10.6.4

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

Grant Jones commented on COUCHDB-870:
-------------------------------------

This is an issue with line 271 of the attachments.js test not having a semicolon at the end. Looking at past issues this sort of bug seems to have happened in the past. To make this less severe for safari users adding "if(i == -1) { break; }" to line 37 of couch_test_runner.js would exit that infinite loop.


> CLONE -testsuite in couchdbx (1.0.0.8) crashes on MacOS 10.6.4
> --------------------------------------------------------------
>
>                 Key: COUCHDB-870
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-870
>             Project: CouchDB
>          Issue Type: Bug
>          Components: Test Suite
>    Affects Versions: 1.0
>         Environment: Mac OS 10.6.4 on MacBook Pro 4GByte, CouchDBX
>            Reporter: Grant Jones
>
> several tests of the testsuite crash on MacOS (whereas they run on Ubuntu within a VM on my machine).
> FOr example, "attachment" test fails with "out of memory error", afterwards CouchDBX does not respond to any input.
> Please tell me what further info you need to investigate!

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