Tag: 崩溃的

使用多个get时,node.js上的Couchbase 2.0崩溃

我正在使用Couchbase 2.0,node.js 0.8.19,couchbase模块0.0.11和libcouchbase 2.0.3在Mac OS X Mountain Lion 10.8.2上构build项目原型。 如果Couchbase将其清空(两个文档不存在),则下面的代码使用以下命令崩溃节点进程。 我build立了debugging节点,并使用gdb来回溯。 node_g(96149,0x7fff75619180) malloc: *** error for object 0x10300fb7f: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug Program received signal SIGABRT, Aborted. 0x00007fff8bbf7212 in __pthread_kill () (gdb) backtrace #0 0x00007fff8bbf7212 in __pthread_kill () #1 0x00007fff8cd6eaf4 in pthread_kill () #2 0x00007fff8cdb2dce […]