We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I think I found a bug. When entering material density higher than 4019, program crashes.
mesh2faust --material 70E9 0.31 4019 --showfreqs --infile kocka.obj works fine
mesh2faust --material 70E9 0.31 4019 --showfreqs --infile kocka.obj
mesh2faust --material 70E9 0.31 4020 --showfreqs --infile kocka.obj results in Job 1, 'mesh2faust --material 70E9 0.31…' terminated by signal SIGSEGV (Address boundary error)
mesh2faust --material 70E9 0.31 4020 --showfreqs --infile kocka.obj
Job 1, 'mesh2faust --material 70E9 0.31…' terminated by signal SIGSEGV (Address boundary error)
Running the latest version of mesh2faust 1167625 and eigen 3.4.0_1.
Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think I found a bug. When entering material density higher than 4019, program crashes.
mesh2faust --material 70E9 0.31 4019 --showfreqs --infile kocka.obj
works fine
mesh2faust --material 70E9 0.31 4020 --showfreqs --infile kocka.obj
results in
Job 1, 'mesh2faust --material 70E9 0.31…' terminated by signal SIGSEGV (Address boundary error)
Running the latest version of mesh2faust 1167625 and eigen 3.4.0_1.
Thank you
The text was updated successfully, but these errors were encountered: