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

Build function Error Process finished with exit code -1073741819 (0xC0000005) #41

Open
JunlingLong opened this issue May 28, 2019 · 2 comments

Comments

@JunlingLong
Copy link

Hi,

I am using meshpy on Windows 10 machine. I occationally get error " Process finished with exit code -1073741819 (0xC0000005)" when I run meshpy.build() or meshpy.triangle.build() function. I searched this error in google, but most of the solutions does not work for me. I am not sure if this is a issue with meshpy. I appreciate it if anyone can help me out.

@inducer
Copy link
Owner

inducer commented May 28, 2019

This is more likely to be a bug in Triangle than MeshPy.

  • If it happens repeatably, the next thing to try would be to write your input to ASCII files and feed them to Triangle on the command line. If it still crashes, it is not likely to have anything to do with MeshPy.
  • If it does not happen repeatably, the next best thing would be to try and capture a stack trace when it happens. In Linux, gdb or valgrind can do that. I don't know Windows well enough to help with that, though I do dimly recall drwatson being a related utility in the WIn16 era.

@userh23
Copy link

userh23 commented Sep 29, 2021

Hi,

I am using meshpy on Windows 10 machine. I occationally get error " Process finished with exit code -1073741819 (0xC0000005)" when I run meshpy.build() or meshpy.triangle.build() function. I searched this error in google, but most of the solutions does not work for me. I am not sure if this is a issue with meshpy. I appreciate it if anyone can help me out.

Hi , I have the same problem, did you solve it?

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

3 participants