A segmentation fault in routing_filter_lookup
Open
@ajhconway is already working on this.
Since Jun 7, 2023.
- Dominant language
- C
- Stars
- 732
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
I ran into a segmentation fault in routing_filter_lookup() while running the YCSB-C benchmark.
To reproduce this problem, you could do the following steps:
- Checkout the splinterdb's branch,
[585-a-segmentation-fault-in-routing_filter_lookup](https://github.com/vmware/splinterdb/tree/585-a-segmentation-fault-in-routing_filter_lookup)and compile the code. - Checkout the branch called
dont_mergein the YCSB-C repo (https://github.com/deukyeon/YCSB-C/tree/dont_merge) and compile. - Run this command
./ycsbc -db splinterdb -threads 32 -L workloads/write_intensive_10M_uniform.spec -W workloads/write_intensive_10M_uniform.spec -p splinterdb.filename /dev/nvme1n1.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.