Hi Mike,

Something strange happened: in order to get a clean log of the problem (it
was just too big, with non-important messages), I just stopped couchdb,
removed the log and restarted couchdb. After that I performed the view
access and the view started indexing normally. I have no clue what was
causing the problem. I will shortly summarize my steps I performed until I
got the problem (but not sure if this is reproducible):

0. new couchdb installation (intended for backend operations: data
analisys, etc)
1. got lots of data from other couchdbs via replication
2. pushed several design documents to a single database (with close to 1.5
million documents)
3. triggered all design documents, and all returned error 137.
4. check what could be the problem (strace, the commands that you gave me
here, ...)
5. restarted couchdb (with clean log)
6. view now works normally (!)

Anyway I can give you the output of couchjs (but not the old log, which had
problably clues about the problem, since I removed to reproduce the issue)

Thanks for your help!
Daniel

root@system:~# couchjs -V
couchjs - Apache CouchDB 1.5.0

Licensed under the Apache License, Version 2.0 (the "License"); you may not
use
this file except in compliance with the License. You may obtain a copy ofthe
License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.


On Wed, Sep 10, 2014 at 10:24 AM, Mike Marino <[email protected]> wrote:

> Hi Daniel,
>
> Well, that seems to look ok.  You can run couchjs from the command line
> without any problems?
>
> Could you send the log file output when you call the view (best to use
> friendpaste, gist, etc. for large amounts of text)?
>
> Cheers,
> Mike
>
> On Wed, Sep 10, 2014 at 10:08 AM, Daniel Gonzalez <[email protected]>
> wrote:
>
> > (​​Sorry, gmail plain text mode is just a pita)
> >
> > root@
> > ​system
> > :~# ldd `which couchjs`
> >         linux-vdso.so.1 =>  (0x00007fff2347d000)
> >         libcurl.so.4 => /usr/lib/x86_64-linux-gnu/libcurl.so.4
> > (0x00007fad00a2d000)
> >         libmozjs185.so.1.0 => /usr/lib/libmozjs185.so.1.0
> > (0x00007fad0049f000)
> >         libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
> > (0x00007fad00280000)
> >         libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007facffeba000)
> >         libidn.so.11 => /usr/lib/x86_64-linux-gnu/libidn.so.11
> > (0x00007facffc87000)
> >         librtmp.so.0 => /usr/lib/x86_64-linux-gnu/librtmp.so.0
> > (0x00007facffa6c000)
> >         libssl.so.1.0.0 => /lib/x86_64-linux-gnu/libssl.so.1.0.0
> > (0x00007facff80e000)
> >         libcrypto.so.1.0.0 => /lib/x86_64-linux-gnu/libcrypto.so.1.0.0
> > (0x00007facff434000)
> >         libgssapi_krb5.so.2 =>
> > /usr/lib/x86_64-linux-gnu/libgssapi_krb5.so.2 (0x00007facff1ed000)
> >         liblber-2.4.so.2 => /usr/lib/x86_64-linux-gnu/liblber-2.4.so.2
> > (0x00007facfefde000)
> >         libldap_r-2.4.so.2 =>
> /usr/lib/x86_64-linux-gnu/libldap_r-2.4.so.2
> > (0x00007facfed8d000)
> >         libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007facfeb73000)
> >         libffi.so.6 => /usr/lib/x86_64-linux-gnu/libffi.so.6
> > (0x00007facfe96b000)
> >         libnspr4.so => /usr/lib/x86_64-linux-gnu/libnspr4.so
> > (0x00007facfe72e000)
> >         libstdc++.so.6 => /usr/lib/x86_64-linux-gnu/libstdc++.so.6
> > (0x00007facfe429000)
> >         libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007facfe123000)
> >         /lib64/ld-linux-x86-64.so.2 (0x00007fad00c9e000)
> >         libgnutls.so.26 => /usr/lib/x86_64-linux-gnu/libgnutls.so.26
> > (0x00007facfde65000)
> >         libgcrypt.so.11 => /lib/x86_64-linux-gnu/libgcrypt.so.11
> > (0x00007facfdbe5000)
> >         libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2
> (0x00007facfd9e1000)
> >         libkrb5.so.3 => /usr/lib/x86_64-linux-gnu/libkrb5.so.3
> > (0x00007facfd716000)
> >         libk5crypto.so.3 => /usr/lib/x86_64-linux-gnu/libk5crypto.so.3
> > (0x00007facfd4e6000)
> >         libcom_err.so.2 => /lib/x86_64-linux-gnu/libcom_err.so.2
> > (0x00007facfd2e2000)
> >         libkrb5support.so.0 =>
> > /usr/lib/x86_64-linux-gnu/libkrb5support.so.0 (0x00007facfd0d7000)
> >         libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2
> > (0x00007facfcebb000)
> >         libsasl2.so.2 => /usr/lib/x86_64-linux-gnu/libsasl2.so.2
> > (0x00007facfcca0000)
> >         libgssapi.so.3 => /usr/lib/x86_64-linux-gnu/libgssapi.so.3
> > (0x00007facfca62000)
> >         librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1
> (0x00007facfc859000)
> >         libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1
> > (0x00007facfc643000)
> >         libtasn1.so.6 => /usr/lib/x86_64-linux-gnu/libtasn1.so.6
> > (0x00007facfc42f000)
> >         libp11-kit.so.0 => /usr/lib/x86_64-linux-gnu/libp11-kit.so.0
> > (0x00007facfc1ec000)
> >         libgpg-error.so.0 => /lib/x86_64-linux-gnu/libgpg-error.so.0
> > (0x00007facfbfe7000)
> >         libkeyutils.so.1 => /lib/x86_64-linux-gnu/libkeyutils.so.1
> > (0x00007facfbde3000)
> >         libheimntlm.so.0 => /usr/lib/x86_64-linux-gnu/libheimntlm.so.0
> > (0x00007facfbbd9000)
> >         libkrb5.so.26 => /usr/lib/x86_64-linux-gnu/libkrb5.so.26
> > (0x00007facfb951000)
> >         libasn1.so.8 => /usr/lib/x86_64-linux-gnu/libasn1.so.8
> > (0x00007facfb6af000)
> >         libhcrypto.so.4 => /usr/lib/x86_64-linux-gnu/libhcrypto.so.4
> > (0x00007facfb47c000)
> >         libroken.so.18 => /usr/lib/x86_64-linux-gnu/libroken.so.18
> > (0x00007facfb267000)
> >         libwind.so.0 => /usr/lib/x86_64-linux-gnu/libwind.so.0
> > (0x00007facfb03d000)
> >         libheimbase.so.1 => /usr/lib/x86_64-linux-gnu/libheimbase.so.1
> > (0x00007facfae2f000)
> >         libhx509.so.5 => /usr/lib/x86_64-linux-gnu/libhx509.so.5
> > (0x00007facfabe6000)
> >         libsqlite3.so.0 => /usr/lib/x86_64-linux-gnu/libsqlite3.so.0
> > (0x00007facfa92c000)
> >         libcrypt.so.1 => /lib/x86_64-linux-gnu/libcrypt.so.1
> > (0x00007facfa6f3000)
> >
>

Reply via email to