-
Observed this crash several times while running the unit tests on windows in the CI:
```Assertion failed: dummy_versions_.next_ == &dummy_versions_```
A quick search seems to indicate that this is l…
-
### Description
Sometimes, when load is heavy on the peers, the peer crashes with the following error:
```
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV…
-
### Chunker Version
1.4.0-main-86becbf
### Input World Version
Bedrock 1.21.40
### Output World Version
Bedrock 1.21.40
### Platform / Operating System
win32-x64-10.0.22631
### Issue Descripti…
-
### How can we reproduce the crash?
when i write bun index.ts
### JavaScript/TypeScript code that reproduces the crash?
```js
const { Level } = require('level')
// Create a database
const db = new…
-
npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
npm ERR! In file included from ../deps/leveldb/leveldb-1.20/db/builder.cc:5:
npm ERR! In file included from ../deps/leveldb/leveld…
-
This happens when I am trying to create a release build
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':react-native-leveldb:buildCMakeRelWithDebInfo…
-
run the following test:
add 100mb data to state - leveldb storage usage grows up to 250mb
erase the data
leveldb storage usage is still ~200mb
need to investigate the reason and fix it
@oleks…
-
Windows11最近从小狼毫 0.15.0升级到0.16.3.0,升级后,lua脚本中LevelDb (https://github.com/hchunhui/librime-lua/wiki/Scripting#leveldb--%E4%B8%8D%E5%8F%AF%E7%94%A8%E6%96%BC%E5%B7%B2%E9%96%8B%E5%95%93%E7%9A%84userdb-%E5%…
-
# 🐞 Bug Feedback | BUG反馈
## 📝 Bug Description | BUG描述
## 🔍 Steps to Reproduce | 复现方法
1. Join server
2. Fly around the world
## ✅ Expected Behavior | 预期行为
## 📸 Screenshots /…
-
In my use case, my system's data is stored in SST files of Pebble and Leveldb and I plan to use bbolt db to replace them to enhance read performance . My tool read all the data from the Pebble DB and …