You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sorry, I haven't been able to reproduce this so far on openSUSE
Tumbleweed. I've installed mongodb and started it and confirmed it's listening
on port 27017. Then run your example code but it exits successfully without
any error messages.
Hi niner, thanks for your reply with the latest version v2021.04, it doesn't crash anymore.
But I'm facing another issue with this code:
use MongoDB:from<Perl5>;
my $mongo=MongoDB.connect('mongodb://127.0.0.1:27017');
my $col=$mongo.ns('testdb.col');
$col.update_one({a => 1},{a => 2},{ upsert => 1 });
which returns MongoDB::UsageError: filter and update arguments must be references at -e line 0. eval {...} called at -e line 0
haven't find anyway to pass references same behavior on Linux. Do you have an idea ?
Hello,
I get a free unreferenced scalar error when I use MongoDB in my Raku script just after the
Any idea why it crashes ?
Attempt to free unreferenced scalar: SV 0x7fb06a247cc8, Perl interpreter: 0x7fb06571ec00.
The text was updated successfully, but these errors were encountered: