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

Stack fault in f77/io/iwriteatallf #2201

Closed
mpichbot opened this issue Oct 14, 2016 · 2 comments
Closed

Stack fault in f77/io/iwriteatallf #2201

mpichbot opened this issue Oct 14, 2016 · 2 comments
Assignees
Milestone

Comments

@mpichbot
Copy link

mpichbot commented Oct 14, 2016

Originally by sseo on 2014-11-17 13:06:44 -0600


f77/io/iwriteatallf intermittently fails due to stack fault on Jenkins. One failure example on clang,debug,ubuntu64 is like the following:

## Test output (expected 'No Errors'):
## Fatal error in MPI_Testall: Unknown error class, error stack:
## MPI_Testall(254)......................: MPI_Testall(count=2, req_array=0x23819f8, flag=0x7fff9e6950e0, status_array=0x1) failed
## MPIDI_CH3I_Progress(463)..............: 
## MPIDU_Sched_progress_state(834).......: 
## MPIDU_Complete_posted_with_error(1192): Process failed
## 
## ==================================================================================# ##BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES
## =   PID 25797 RUNNING AT bb66
## =   EXIT CODE: 16
## =   CLEANING UP REMAINING PROCESSES
## =   YOU CAN IGNORE THE BELOW CLEANUP MESSAGES
## ===================================================================================
## YOUR APPLICATION TERMINATED WITH THE EXIT STRING: Stack fault (signal 16)
## This typically refers to a problem with your application.
## Please see the FAQ page for debugging suggestions
@mpichbot
Copy link
Author

Originally by sseo on 2015-03-02 12:38:10 -0600


Marked f77/io/iwriteatallf as xfail in a6265a4.

@mpichbot mpichbot self-assigned this Oct 14, 2016
@mpichbot mpichbot added this to the mpich-3.2 milestone Oct 14, 2016
@mpichbot
Copy link
Author

Originally by Sangmin Seo sseo@anl.gov on 2015-05-19 22:14:16 -0500


In b56f5da:
ROMIO: fix stack fault in NBC I/O

This is currently a workaround to avoid weird errors, e.g., stack
fault, occurred in the NBC I/O implementation on Linux. When the host
OS is Linux and aio-lite is not used, a blocking ADIO function is used
in the NBC I/O implementation.

Fixes #2201

Signed-off-by: Rob Latham robl@mcs.anl.gov

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