meshpy icon indicating copy to clipboard operation
meshpy copied to clipboard

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

Open JunlingLong opened this issue 6 years ago • 2 comments

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.

JunlingLong avatar May 28 '19 02:05 JunlingLong

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.

inducer avatar May 28 '19 02:05 inducer

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?

userh23 avatar Sep 29 '21 05:09 userh23