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

The transfer of 32MiB arguments causes a segmentation fault #15

Open
veos-sxarr opened this issue Oct 14, 2020 · 0 comments
Open

The transfer of 32MiB arguments causes a segmentation fault #15

veos-sxarr opened this issue Oct 14, 2020 · 0 comments

Comments

@veos-sxarr
Copy link
Contributor

We found the transfer of 32MiB arguments causes a segmentation fault with the latest aveo and ve-urpc.

$ cd aveo
$ make install
$ cd build/bin
$ ./bandwidth_stackargs $((31*1024*1024))
veo_write_mem returned: 0 bw=2120.446059 MB/s
veo_read_mem returned: 0 bw=1857.954899 MB/s
$ ./bandwidth_stackargs $((32*1024*1024))
veo_write_mem returned: 0 bw=1579.449623 MB/s
Segmentation fault (core dumped)

We think the commit 56aadac causes this issue.

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

1 participant