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

occasional segfault surface smoother from matlab #20

Open
ahbarnett opened this issue Jun 6, 2024 · 0 comments
Open

occasional segfault surface smoother from matlab #20

ahbarnett opened this issue Jun 6, 2024 · 0 comments

Comments

@ahbarnett
Copy link
Contributor

This is not reproducible. R2022a.4 on ubuntu 22.04 linux. It happened once. FYI:

o.nrefine = 1;
Sarr = multiscale_mesher('../geometries/meshes/cuboid_a1_b2_c1p3.tri',4,o);
 successfully read input mesh
 -----------------------------
 
 Starting surface smoother now

 -----------------------------------
 Refinement:           0
 -----------------------------------
 iteration,  #targets,   err
         1     4800       0.10E+01
         2     1294       0.15E-01
         3      418       0.26E-03
         4       76       0.32E-07
         5        0       0.96E-10
  
  
 -----------------------------------
 Refinement:           1
 -----------------------------------
 iteration,  #targets,   err
         1    19200       0.10E+01
         2    10425       0.36E-01
         3     5838       0.24E-01
         4     1239       0.22E+00
         5      239       0.10E+01
         6        4       0.10E+01
free(): invalid next size (normal)
free(): invalid next size (normal)
free(): invalid next size (normal)
free(): invalid next size (normal)
free(): invalid next size (normal)
free(): invalid next size (normal)
free(): invalid next size (normal)
Aborted (core dumped)
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