mongodump error on Mac OS X Sierra

Viewed 1618

I tried to dump a tiny database for testing purposes using the following command:

mongodump --db demo

There was no output, but after around half an hour I got multiple error messages in my console:

...
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
fatal error: systemstack called from unexpected goroutine
...

Not sure what does it mean, any help is highly appreciated. Thanks.

1 Answers
Related