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

daily exx test failed #4174

Closed
16 tasks
pxlxingliang opened this issue May 16, 2024 · 3 comments
Closed
16 tasks

daily exx test failed #4174

pxlxingliang opened this issue May 16, 2024 · 3 comments
Assignees
Labels
EXX Related to EXX, this label is designed only for PeizeLin and Maki49

Comments

@pxlxingliang
Copy link
Collaborator

Describe the bug

The daily exx test at 20240516 is failed. Two of the examples raise errors related to memory.

385_NO_GO_RE_S1_HSE

 STEP OF RELAXATION : 1
 -------------------------------------------
 START CHARGE      : atomic
 DONE(12.5731    SEC) : INIT SCF
 ITER   ETOT(eV)       EDIFF(eV)      DRHO       TIME(s)    

malloc(): unaligned tcache chunk detected

386_NO_GO_MD_S1_HSE

 STEP OF MOLECULAR DYNAMICS : 0
 -------------------------------------------
 START CHARGE      : atomic
 DONE(11.6326    SEC) : INIT SCF
 ITER   ETOT(eV)       EDIFF(eV)      DRHO       TIME(s)    
 GE1    -4.655678e+02  0.000000e+00   2.249e-01  3.427e-01  
 GE2    -4.661634e+02  -5.956334e-01  1.188e-01  3.436e-01  
 GE3    -4.660560e+02  1.073815e-01   8.665e-02  3.480e-01  
...
 Updating EXX and rerun SCF	3.858e-03 (s)
 GE1    -4.659976e+02  0.000000e+00   1.132e-09  9.466e-01  

free(): unaligned chunk detected in tcache 2

https://app.bohrium.dp.tech/abacustest/?request=GET%3A%2Fapplications%2Fabacustest%2Fjobs%2Fsched-abacustest-exx-test-ea6c1c

exx.zip

Expected behavior

No response

To Reproduce

No response

Environment

No response

Additional Context

No response

Task list for Issue attackers (only for developers)

  • Verify the issue is not a duplicate.
  • Describe the bug.
  • Steps to reproduce.
  • Expected behavior.
  • Error message.
  • Environment details.
  • Additional context.
  • Assign a priority level (low, medium, high, urgent).
  • Assign the issue to a team member.
  • Label the issue with relevant tags.
  • Identify possible related issues.
  • Create a unit test or automated test to reproduce the bug (if applicable).
  • Fix the bug.
  • Test the fix.
  • Update documentation (if necessary).
  • Close the issue and inform the reporter (if applicable).
@pxlxingliang
Copy link
Collaborator Author

pxlxingliang commented May 16, 2024

The test at 20240516 with commit c4db904 is passed.
One of the commits after c4db904 may introduce some bugs:
24a27b9
cc96be0
b5ac150
a8e0d66
6138a50

@pxlxingliang
Copy link
Collaborator Author

pxlxingliang commented May 20, 2024

I have run one of the failed example (385_NO_GO_RE_S1_HSE) on previous commits repeating 3 times, and only on commit 24a27b9, the example failed two times in the SCF process.
The two error messages are:

malloc_consolidate(): unaligned fastbin chunk detected
double free or corruption (fasttop)
malloc_consolidate(): unaligned fastbin chunk detected

The outputs:
exx (2).zip

The timeline of these commits are:
image

We should check the commit 24a27b9 again, which may be the origin of this issue.

@WHUweiqingzhou
Copy link
Collaborator

This issue has been solved by #4189

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EXX Related to EXX, this label is designed only for PeizeLin and Maki49
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants