What does exit code 253 stand for ? -- Not given on "http://docs.mongodb.org/manual/reference/exit-codes/"

2,053 views
Skip to first unread message

Rudra H

unread,
Sep 3, 2015, 12:47:58 AM9/3/15
to mongodb-dev
Hi,

I am getting errors after running some tests (concurrency sharded) for mongodb server as given below:

js_tests: 3 test(s) ran in 1575.97 seconds (2 succeeded, 0 were skipped, 1 failed, 0 errored)
        The following tests failed (with exit code):
            jstests/concurrency/fsm_all_sharded_replication.js (253)

With above results, I have two queries:
1. What does exit code 253 stand for ? I did not find on "http://docs.mongodb.org/manual/reference/exit-codes/"
2. Is there any way to determine the exact line of error in script file?

Any inputs on above will be greatly appreciated!

Thanks and Regards,
Anup Halarnkar

Charlie Swanson

unread,
Sep 3, 2015, 8:57:40 AM9/3/15
to mongodb-dev
Hi Anup,

The exit code is the exit code of the mongo shell, and 253 means it failed to load the javascript test file. This is most likely due to an assertion failure. If you scroll up in the logs, you should be able to see some sort of assertion with a backtrace.

Hope this helps!
-Charlie

--
You received this message because you are subscribed to the Google Groups "mongodb-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mongodb-dev...@googlegroups.com.
To post to this group, send email to mongo...@googlegroups.com.
Visit this group at http://groups.google.com/group/mongodb-dev.
For more options, visit https://groups.google.com/d/optout.

Rudra H

unread,
Sep 4, 2015, 12:48:21 AM9/4/15
to mongodb-dev
Thanks so much Charlie :)
Reply all
Reply to author
Forward
0 new messages