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

ARTOLC segfaults for workload a #1

Open
ajitmathew opened this issue Dec 18, 2018 · 1 comment
Open

ARTOLC segfaults for workload a #1

ajitmathew opened this issue Dec 18, 2018 · 1 comment

Comments

@ajitmathew
Copy link

I am using a fork of the branch (https://github.com/ajitmathew/index-microbench) to benchmark ART. The modification to the fork consists of commits to fix some compile errors. For workload A, art segfaults even for one thread.

  ./workload a rand artolc 1
 Error: unsupported processor. Only Intel(R) processors are supported (Atom(R) and microarchitecture codename Nehalem/Nehalem-EP, Atom(tm), Westmere/Clarkdale, Sandy Bridge, Westmere-EP, Sandy Bridge-EP/Jaketown, Nehalem-EX, Westmere-EX, Ivy Bridge, Haswell, Broadwell, Ivy Bridge-EP/EN/EX/Ivytown, Haswell-EP/EN/EX, Broadwell-EP/EX, Broadwell-DE, Knights Landing, Skylake, Kabylake). CPU model number: 85 Brand: "Intel(R) Xeon(R) Platinum 8180 CPU @ 2.50GHz"
Number of threads: 1
  BwTree will collect statistics
Leaf delta chain threshold: 24; Inner delta chain threshold: 2
  BTree element pair count: 255
Loaded 50001 keys
Finished loading workload file (mem = 1415576)
Populating the index with 50001 keys using 1 threads
insert 3.54819
# of Txn: 10000000
Segmentation fault (core dumped)

I am using Fedora 28 and all the dependency are installed using dnf.

@Pfzuo
Copy link

Pfzuo commented Sep 4, 2020

I met the same problem. Did you address it?

I am using a fork of the branch (https://github.com/ajitmathew/index-microbench) to benchmark ART. The modification to the fork consists of commits to fix some compile errors. For workload A, art segfaults even for one thread.

  ./workload a rand artolc 1
 Error: unsupported processor. Only Intel(R) processors are supported (Atom(R) and microarchitecture codename Nehalem/Nehalem-EP, Atom(tm), Westmere/Clarkdale, Sandy Bridge, Westmere-EP, Sandy Bridge-EP/Jaketown, Nehalem-EX, Westmere-EX, Ivy Bridge, Haswell, Broadwell, Ivy Bridge-EP/EN/EX/Ivytown, Haswell-EP/EN/EX, Broadwell-EP/EX, Broadwell-DE, Knights Landing, Skylake, Kabylake). CPU model number: 85 Brand: "Intel(R) Xeon(R) Platinum 8180 CPU @ 2.50GHz"
Number of threads: 1
  BwTree will collect statistics
Leaf delta chain threshold: 24; Inner delta chain threshold: 2
  BTree element pair count: 255
Loaded 50001 keys
Finished loading workload file (mem = 1415576)
Populating the index with 50001 keys using 1 threads
insert 3.54819
# of Txn: 10000000
Segmentation fault (core dumped)

I am using Fedora 28 and all the dependency are installed using dnf.

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

No branches or pull requests

2 participants