[DOCS-2132] segfault when calling mongo::ScopedDbConnection::getScopedDbConnection Created: 22/Oct/13 Updated: 03/Nov/17 Resolved: 30/Oct/13 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | 01112017-cleanup |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | auto | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | collector-298ba4e7 | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
$ uname -a $ g++ --version $ mongod --version mongo-cxx-driver-v2.4 Location: http://docs.mongodb.org/ecosystem/drivers/downloads/ |
||
| Participants: | |
| Days since reply: | 10 years, 16 weeks, 1 day ago |
| Description |
|
calling to mongo::ScopedDbConnection::getScopedDbConnection leads to SIGSEGV signal. Example code: #include <iostream> #include "mongo/client/dbclient.h" int main() try { else { std::cerr << "Connection established\n"; } } catch (...) { std::cerr << "Unhandled exception" << std::endl; } return 0; compile in Debug mode with g++ Reporter: ag |
| Comments |
| Comment by Sam Kleinman (Inactive) [ 30/Oct/13 ] |
|
Sorry, the DOCS project is for documentation related issues. Qustions like this are best addressed to one of the MongoDB support channels channels <http://www.mongodb.org/about/support/> |