Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-7650

V8 segfault in jstests/ora.js on all platforms

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 2.3.1
    • Affects Version/s: None
    • Component/s: JavaScript
    • Labels:
    • Environment:
      Buildbot as well as testing by hand on Macbook Air and Ubuntu 12.04 64-bit
    • ALL

      http://buildlogs.mongodb.org/Linux%2064-bit/builds/4880/test/js/ora.js

      MongoDB shell version: 2.3.1-pre-
      Tue Nov 13 18:33:56.121 [initandlisten] connection accepted from 127.0.0.1:40788 #20 (1 connection now open)
      connecting to: 127.0.0.1:27999/test
      null
      Tue Nov 13 18:33:56.124 [conn20] CMD: drop test.jstests_ora
      Tue Nov 13 18:33:56.125 [conn20] build index test.jstests_ora { _id: 1 }
      Tue Nov 13 18:33:56.126 [conn20] build index done.  scanned 0 total records. 0 secs
      Tue Nov 13 18:33:56.192 [conn20] CMD: drop test.jstests_ora
      Tue Nov 13 18:33:56.193 [conn20] build index test.jstests_ora { _id: 1 }
      Tue Nov 13 18:33:56.194 [conn20] build index done.  scanned 0 total records. 0 secs
      Tue Nov 13 18:33:56.194 [conn20] info: creating collection test.jstests_ora on add index
      Tue Nov 13 18:33:56.194 [conn20] build index test.jstests_ora { loc: "2d" }
      Tue Nov 13 18:33:56.194 [conn20] build index done.  scanned 0 total records. 0 secs
      Tue Nov 13 18:33:56.195 [conn20] assertion 13291 $or may not contain 'special' query ns:test.jstests_ora query:{ $or: [ { loc: { $near: [ 11.0, 11.0 ] } } ] }
      Tue Nov 13 18:33:56.195 [conn20]  ntoskip:0 ntoreturn:1
      Tue Nov 13 18:33:56.195 [conn20] problem detected during query over test.jstests_ora : { $err: "$or may not contain 'special' query", code: 13291 }
      
      Tue Nov 13 18:33:56.198 [conn20] end connection 127.0.0.1:40788 (0 connections now open)
      Tue Nov 13 18:33:56.199 Invalid access at address: 0 from thread: conn20
      
      Tue Nov 13 18:33:56.199 Got signal: 11 (Segmentation fault).
      
      Tue Nov 13 18:33:56.203 Backtrace:
      0xb7a5c6 0x6ff63d 0x6ff9a7 0x7f8d481e74a0 0xd742b7 0xb2480c 0xb24a49 0xb22947 0xb69682 0x7f8d481df7f1 0x7f8d47585ccd 
       /data/buildslaves/Linux_64bit/mongo/mongod(_ZN5mongo15printStackTraceERSo+0x26) [0xb7a5c6]
       /data/buildslaves/Linux_64bit/mongo/mongod(_ZN5mongo10abruptQuitEi+0x39d) [0x6ff63d]
       /data/buildslaves/Linux_64bit/mongo/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x247) [0x6ff9a7]
       /lib64/libpthread.so.0(+0xf4a0) [0x7f8d481e74a0]
       /data/buildslaves/Linux_64bit/mongo/mongod(_ZN2v88internal7Isolate5EnterEv+0xa7) [0xd742b7]
       /data/buildslaves/Linux_64bit/mongo/mongod(_ZN5mongo7V8ScopeD1Ev+0x4c) [0xb2480c]
       /data/buildslaves/Linux_64bit/mongo/mongod(_ZN5mongo7V8ScopeD0Ev+0x9) [0xb24a49]
       /data/buildslaves/Linux_64bit/mongo/mongod(_ZN5mongo10ScopeCache5clearEv+0x107) [0xb22947]
       /data/buildslaves/Linux_64bit/mongo/mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x4a2) [0xb69682]
       /lib64/libpthread.so.0(+0x77f1) [0x7f8d481df7f1]
       /lib64/libc.so.6(clone+0x6d) [0x7f8d47585ccd]
      

      http://buildlogs.mongodb.org/Linux%2064-bit%20DUR%20OFF/builds/1726/test/small%20oplog/ora.js

      MongoDB shell version: 2.3.1-pre-
      Tue Nov 13 13:57:26.275 [initandlisten] connection accepted from 127.0.0.1:52389 #1733 (11 connections now open)
      connecting to: 127.0.0.1:27999/test
      true
      Tue Nov 13 13:57:26.277 [conn1733] CMD: drop test.jstests_ora
      Tue Nov 13 13:57:26.278 [conn1733] build index test.jstests_ora { _id: 1 }
      Tue Nov 13 13:57:26.279 [conn1733] build index done.  scanned 0 total records. 0 secs
      Tue Nov 13 13:57:26.345 [conn1733] CMD: drop test.jstests_ora
      Tue Nov 13 13:57:26.348 [conn1733] build index test.jstests_ora { _id: 1 }
      Tue Nov 13 13:57:26.348 [conn1733] build index done.  scanned 0 total records. 0 secs
      Tue Nov 13 13:57:26.348 [conn1733] info: creating collection test.jstests_ora on add index
      Tue Nov 13 13:57:26.348 [conn1733] build index test.jstests_ora { loc: "2d" }
      Tue Nov 13 13:57:26.348 [conn1733] build index done.  scanned 0 total records. 0 secs
      Tue Nov 13 13:57:26.349 [conn1733] assertion 13291 $or may not contain 'special' query ns:test.jstests_ora query:{ $or: [ { loc: { $near: [ 11.0, 11.0 ] } } ] }
      Tue Nov 13 13:57:26.349 [conn1733]  ntoskip:0 ntoreturn:1
      Tue Nov 13 13:57:26.349 [conn1733] problem detected during query over test.jstests_ora : { $err: "$or may not contain 'special' query", code: 13291 }
      
      Tue Nov 13 13:57:26.352 [conn1733] end connection 127.0.0.1:52389 (10 connections now open)
      Tue Nov 13 13:57:26.353 Invalid access at address: 0 from thread: conn1733
      
      Tue Nov 13 13:57:26.353 Got signal: 11 (Segmentation fault).
      
      Tue Nov 13 13:57:26.359 Backtrace:
      0xb98fd6 0x6d9144 0x6de50e 0x7f352944bb40 0xda9b97 0xb3dacc 0xb3b027 0xb86e9f 0x7f3529443971 0x7f35287f892d 
       /home/yellow/buildslave/Linux_64bit_DUR_OFF/mongo/mongod(_ZN5mongo15printStackTraceERSo+0x26) [0xb98fd6]
       /home/yellow/buildslave/Linux_64bit_DUR_OFF/mongo/mongod(_ZN5mongo10abruptQuitEi+0x3c4) [0x6d9144]
       /home/yellow/buildslave/Linux_64bit_DUR_OFF/mongo/mongod(_ZN5mongo24abruptQuitWithAddrSignalEiP7siginfoPv+0x25e) [0x6de50e]
       /lib/libpthread.so.0(+0xfb40) [0x7f352944bb40]
       /home/yellow/buildslave/Linux_64bit_DUR_OFF/mongo/mongod(_ZN2v88internal7Isolate5EnterEv+0xa7) [0xda9b97]
       /home/yellow/buildslave/Linux_64bit_DUR_OFF/mongo/mongod(_ZN5mongo7V8ScopeD0Ev+0x4c) [0xb3dacc]
       /home/yellow/buildslave/Linux_64bit_DUR_OFF/mongo/mongod(_ZN5mongo10ScopeCache5clearEv+0x107) [0xb3b027]
       /home/yellow/buildslave/Linux_64bit_DUR_OFF/mongo/mongod(_ZN5mongo3pms9threadRunEPNS_13MessagingPortE+0x47f) [0xb86e9f]
       /lib/libpthread.so.0(+0x7971) [0x7f3529443971]
       /lib/libc.so.6(clone+0x6d) [0x7f35287f892d]
      Tue Nov 13 13:57:26.280 [replslave] build index done.  scanned 0 total records. 0 secs
      Tue Nov 13 13:57:26.347 [replslave] CMD: drop test.jstests_ora
      Tue Nov 13 13:57:26.349 [replslave] build index test.jstests_ora { _id: 1 }
      Tue Nov 13 13:57:26.350 [replslave] build index done.  scanned 0 total records. 0 secs
      Tue Nov 13 13:57:26.350 [replslave] info: creating collection test.jstests_ora on add index
      Tue Nov 13 13:57:26.350 [replslave] build index test.jstests_ora { loc: "2d" }
      Tue Nov 13 13:57:26.350 [replslave] build index done.  scanned 0 total records. 0 secs
      Tue Nov 13 13:57:26.492 [replslave] repl: AssertionException dbclient error communicating with server: localhost:27999
      Tue Nov 13 13:57:26.492 [replslave] repl: sleep 2 sec before next pass
      
      Tue Nov 13 13:57:28.492 [replslave] repl: syncing from host:localhost:27999
      Tue Nov 13 13:57:28.492 [replslave] repl: couldn't connect to server localhost:27999
      Tue Nov 13 13:57:28.492 [replslave] repl: sleep 3 sec before next pass
      Tue Nov 13 13:57:31.492 [replslave] repl: syncing from host:localhost:27999
      Tue Nov 13 13:57:31.492 [replslave] repl: couldn't connect to server localhost:27999
      Tue Nov 13 13:57:31.492 [replslave] repl: sleep 3 sec before next pass
      Tue Nov 13 13:57:34.493 [replslave] repl: syncing from host:localhost:27999
      Tue Nov 13 13:57:34.493 [replslave] repl: couldn't connect to server localhost:27999
      Tue Nov 13 13:57:34.493 [replslave] repl: sleep 3 sec before next pass
      Tue Nov 13 13:57:36.537 got signal 15 (Terminated), will terminate after current cmd ends
      Tue Nov 13 13:57:36.537 [interruptThread] now exiting
      Tue Nov 13 13:57:36.537 dbexit: 
      Tue Nov 13 13:57:36.537 [interruptThread] shutdown: going to close listening sockets...
      Tue Nov 13 13:57:36.537 [interruptThread] closing listening socket: 6
      Tue Nov 13 13:57:36.537 [interruptThread] closing listening socket: 7
      Tue Nov 13 13:57:36.537 [interruptThread] closing listening socket: 8
      Tue Nov 13 13:57:36.537 [interruptThread] removing socket file: /tmp/mongodb-28000.sock
      Tue Nov 13 13:57:36.537 [interruptThread] shutdown: going to flush diaglog...
      Tue Nov 13 13:57:36.537 [interruptThread] shutdown: going to close sockets...
      Tue Nov 13 13:57:36.537 [interruptThread] shutdown: waiting for fs preallocator...
      Tue Nov 13 13:57:36.537 [interruptThread] shutdown: closing all files...
      Tue Nov 13 13:57:36.577 [interruptThread] closeAllFiles() finished
      Tue Nov 13 13:57:36.577 [interruptThread] shutdown: removing fs lock...
      Tue Nov 13 13:57:36.577 dbexit: really exiting now
      

            Assignee:
            tad Tad Marshall
            Reporter:
            tad Tad Marshall
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: