EnterpriseDB / mongo_fdw

PostgreSQL foreign data wrapper for MongoDB
GNU Lesser General Public License v3.0
326 stars 70 forks source link

Crash on simple select query. #105

Closed ibrarahmad closed 6 years ago

ibrarahmad commented 6 years ago

======= Backtrace: ========= /lib64/libc.so.6(+0x81499)[0x7f5cc2171499] /home/postgres/mongo_fdw/mongo-c-driver/src/libbson/.libs/libbson-1.0.so.0(bson_destroy+0x34)[0x7f5cb08d4894] /home/postgres/mongo_fdw/mongo-c-driver/.libs/libmongoc-1.0.so.0(_mongoc_cursor_destroy+0x28f)[0x7f5cb0b2857a] /home/postgres/mongo_fdw/mongo-c-driver/.libs/libmongoc-1.0.so.0(mongoc_cursor_destroy+0x8b)[0x7f5cb0b282e8] /home/postgres/pg95/lib/mongo_fdw.so(MongoAggregateCount+0xd2)[0x7f5cb0d8a822] /home/postgres/pg95/lib/mongo_fdw.so(+0xa5eb)[0x7f5cb0d8b5eb] /home/postgres/pg95/lib/mongo_fdw.so(+0xbac3)[0x7f5cb0d8cac3] postgres: postgres postgres [local] SELECT[0x600283] postgres: postgres postgres [local] SELECT(make_one_rel+0x105)[0x600f25] postgres: postgres postgres [local] SELECT(query_planner+0x176)[0x619726] postgres: postgres postgres [local] SELECT[0x61b073] postgres: postgres postgres [local] SELECT(subquery_planner+0x785)[0x61e3d5] postgres: postgres postgres [local] SELECT(standard_planner+0xdb)[0x61e6eb] postgres: postgres postgres [local] SELECT(pg_plan_query+0x1c)[0x69a0fc] postgres: postgres postgres [local] SELECT(pg_plan_queries+0x54)[0x69a1f4] postgres: postgres postgres [local] SELECT(PostgresMain+0x1f7f)[0x69c19f] postgres: postgres postgres [local] SELECT[0x468286] postgres: postgres postgres [local] SELECT(PostmasterMain+0xe86)[0x648476] postgres: postgres postgres [local] SELECT(main+0x3ea)[0x468d3a] /lib64/libc.so.6(__libc_start_main+0xf5)[0x7f5cc2112445] postgres: postgres postgres [local] SELECT[0x468da1]

ibrarahmad commented 6 years ago

Its fixed, please close that.