-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
found a bug with example.c using "./db" instead of memory #17
Comments
Please retest with 0.8.0 |
ok thx for the prompt reply.
now cannot do make example as in the github issue.
…On Wed, Sep 18, 2024 at 3:01 AM JC Wang ***@***.***> wrote:
Please retest with 0.8.0
#15 <#15>
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BFM3SPP4ZVF6NZHOTNIC7RDZXEQMPAVCNFSM6AAAAABOKJ75ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJXGY3DCMRVGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
i fixed it somehow. thx
On Wed, Sep 18, 2024 at 5:55 AM Kolin Fluence ***@***.***>
wrote:
… ok thx for the prompt reply.
now cannot do make example as in the github issue.
On Wed, Sep 18, 2024 at 3:01 AM JC Wang ***@***.***> wrote:
> Please retest with 0.8.0
> #15 <#15>
>
> —
> Reply to this email directly, view it on GitHub
> <#17 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/BFM3SPP4ZVF6NZHOTNIC7RDZXEQMPAVCNFSM6AAAAABOKJ75ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJXGY3DCMRVGA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
also tested, the golang i've sent previously works now. how do u suggest i
provide the golang binding repo?
can u make one repo so i can add to it as officially endorsed by you etc?
On Wed, Sep 18, 2024 at 6:12 AM Kolin Fluence ***@***.***>
wrote:
… i fixed it somehow. thx
On Wed, Sep 18, 2024 at 5:55 AM Kolin Fluence ***@***.***>
wrote:
> ok thx for the prompt reply.
>
> now cannot do make example as in the github issue.
>
> On Wed, Sep 18, 2024 at 3:01 AM JC Wang ***@***.***> wrote:
>
>> Please retest with 0.8.0
>> #15 <#15>
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#17 (comment)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/BFM3SPP4ZVF6NZHOTNIC7RDZXEQMPAVCNFSM6AAAAABOKJ75ISVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNJXGY3DCMRVGA>
>> .
>> You are receiving this because you authored the thread.Message ID:
>> ***@***.***>
>>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
in example.c, replace with
full code here:
https://pastebin.com/d6U8jFkp
To Reproduce
run
make example
then
exit and type
./example
crash with error below:
Expected behavior
doesnt work as expected with on disk.
Desktop (please complete the following information):
Additional context
on disk example cannot be ran twice.
The text was updated successfully, but these errors were encountered: