neoxic / lua-mongo

MongoDB Driver for Lua
MIT License
141 stars 38 forks source link

`mongo.BSON {a={1,2,3}}` segfaults #7

Closed pbosetti closed 6 years ago

pbosetti commented 6 years ago

The following

mongo.BSON {a={__array, 1, 2, 3}}

segfaults, as well as the syntax in title. At least, an error, rather than a segfault, shall be issued by Lua.

neoxic commented 6 years ago

Please see this issue #2 and report back. Thanks!

neoxic commented 6 years ago

No further feedback received. Closing as a duplicate of #2 ...