Skip to content
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

Fix repl restart #64

Merged
merged 32 commits into from
Feb 17, 2022
Merged

Fix repl restart #64

merged 32 commits into from
Feb 17, 2022

Conversation

Dushistov
Copy link
Owner

@Dushistov Dushistov commented Nov 15, 2021

fix #54 close #55

@Dushistov Dushistov changed the title Fix repl restart WIP: Fix repl restart Nov 15, 2021
@Dushistov Dushistov force-pushed the fix-repl-restart branch 2 times, most recently from c873010 to 0838667 Compare January 27, 2022 09:01
due to C4_ENUM we need parse headers in c++ mode,
but looks like bindgen can not handle std::string/std::string_view.
RUSTFLAGS="-Zsanitizer=address" cargo +nightly -Z build-std test --features="bundled,bundled-sqlite,with-asan" --target x86_64-unknown-linux-gnu
@Dushistov Dushistov force-pushed the fix-repl-restart branch 5 times, most recently from cd9fa08 to e47d7eb Compare January 28, 2022 15:45
asan can not help for some reason with memory leaks, so...
- new feature: more fast serialize/deserialize, because of no
  Rust <-> JSON5 <-> fleece, we use fleece directly
- loop that take care about conflicts and resolve them in "Last Write
Wins" fashion
it is hard to support fork of cmake-rs,
so build couchbase-lite-core for iOS manually

Plus update couchbase-lite-core submodule to fix SEGFAULT in c++ tests.
at now without tokio support
@Dushistov Dushistov merged commit d11ee8f into master Feb 17, 2022
@Dushistov Dushistov deleted the fix-repl-restart branch February 18, 2022 06:14
@Dushistov Dushistov changed the title WIP: Fix repl restart Fix repl restart Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic Cause: null pointer dereference in c4socket_gotHTTPResponse
1 participant