-
Notifications
You must be signed in to change notification settings - Fork 158
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
PPC64le SegFaults #980
Labels
segfault
Severe bugs that lead to crashes / seg.faults / process termination
Milestone
Comments
Running tests in
1. SegFault :
2. SegFault
|
st-pasha
added
the
segfault
Severe bugs that lead to crashes / seg.faults / process termination
label
Apr 27, 2018
mmalohlava
added a commit
that referenced
this issue
Jul 18, 2018
* [BUILD] Upgrade to LLVM6 Includes: - Upgrade of LLVM to version 6.0.1 provided by dai-thirdparty-deps project - LVMlite upgrade - LLVM config path The upgrade enables PPC64le tests and avoids segfaults reported by: - numba/numba#2451 - numba/numba#2848 Close #980
abal5
pushed a commit
that referenced
this issue
Sep 13, 2018
* [BUILD] Upgrade to LLVM6 Includes: - Upgrade of LLVM to version 6.0.1 provided by dai-thirdparty-deps project - LVMlite upgrade - LLVM config path The upgrade enables PPC64le tests and avoids segfaults reported by: - numba/numba#2451 - numba/numba#2848 Close #980
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reproduce
/home/jenkins/slave_dir_from_mr-0xc1/workspace/h2o-py-data-table_rel-0.3.2-HSRX7AFTBJEESK7VGQBWNRPFHJGGB6NZY3F2GPECNPOQ2U7CP6VA
docker run --ulimit core=-1 -it --rm -u $(id -u):$(id -g) -v $(pwd):$(pwd) -w $(pwd) docker.h2o.ai/opsh2oai/datatable-build-ppc64le_centos7
1. SegFault
From gdb:
The mapping shows
datatable.so
atsaved PC
:2. SegFault
If tests fail on:
GDB reports problems in static cast (section which is parallelized by OMP):
The text was updated successfully, but these errors were encountered: