Python Forum
process finished with exit code -1073741819 (0xC0000005)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
process finished with exit code -1073741819 (0xC0000005)
#1
Dear all,

Is anyone facing the error as per in title before?
Please give a hints on how to solve.

Thank you very much.

Regards,
Guang Min
Reply
#2
what were you running?
please show code
Reply
#3
I am running my program at Pycharm 2019.3.5.

I found out that this error will occur whenever I use software called Matlab.

This error will disappear once I restart my device, and will occur again if I use Matlab.

Sorry that I cannot share my program, as it is combination of few files and with GUI also.

Thanks.
Reply
#4
Can you at least give us a main idea of your program? What does it do? Does it use
a matlab created file?
Reply
#5
That's like trying to asking me 'what's wrong with my car' without bringing the car to me.
Reply
#6
Exactly
Reply
#7
Dear all,

I manage to find out the error part.
self.parallel_config.setValue(int(data.iat[0, 6]))  # the program crashed at this point
self.series_config.setValue(int(data.iat[1, 6]))  
        
self.parallel_config.setValue(108)                  
self.series_config.setValue(3)

# in general
b = 2
c = 3
a = b + c
self.qspinbox.setValue(a)                          # program will crash

self.qspinbox.setValue(5)                          
So far my findings are:
1. parallel_config and series_config are QSpinbox.
2. The code will crash when it try to read from data frame or some previous calculation.
3. The code will crash if I setValue to read directly a value but not from calculation or data frame.

The above findings will only valid or occur, when I run parallel with Microsoft Power Point with Empower add-in.
If I run my code without the power point, the program will not crash for both mentioned code above.
The error somehow related to QSpinbox of setValue.

Please give me some hints if possible.
Thanks.
Reply
#8
(Sep-01-2020, 07:33 AM)GMCobraz Wrote: 2. The code will crash when it try to read from data frame or some previous calculation.
3. The code will crash if I setValue to read directly a value but not from calculation or data frame.


These 2 statements look like contradict to each other, at least to me.

(Sep-01-2020, 07:33 AM)GMCobraz Wrote: If I run my code without the power point

You were speaking about Matlab, now you speak of Power Point....?

Overall, it looks very likely there is some problem with the installation of either PyCharm or Python
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#9
I am trying to say, both conditions also crash.

The latest find out from my troubleshooting process, the result shows is Power Point but not Matlab.

Thanks.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  python difference between sys.exit and exit() mg24 1 1,764 Nov-12-2022, 01:37 PM
Last Post: deanhystad
  Process finished with exit code 137 (interrupted by signal 9: SIGKILL) erdemath 2 9,387 Apr-18-2022, 08:40 PM
Last Post: erdemath
  Using .hdf5 files only once they are finished writing pyhill00 7 2,722 Nov-25-2021, 06:01 PM
Last Post: pyhill00
  Speed up code with second process help samuelbachorik 0 1,381 Sep-04-2021, 09:31 AM
Last Post: samuelbachorik
  How to check if a file has finished being written leocsmith 2 7,690 Apr-14-2021, 04:21 PM
Last Post: perfringo
  Code taking too much time to process ErPipex 11 4,819 Nov-16-2020, 09:42 AM
Last Post: DeaD_EyE
  How to stop Xmodem after bin file transfer was finished shaya2103 0 2,475 Nov-27-2019, 04:33 PM
Last Post: shaya2103
  How to sharing object between multiple process from main process using Pipe Subrata 1 3,618 Sep-03-2019, 09:49 PM
Last Post: woooee
  Process finished with exit code -107374819 (0xC0000375) mrazko 2 8,398 Apr-05-2019, 12:46 PM
Last Post: mrazko
  Fabric - Run method is not being finished mglowinski93 3 3,595 Dec-29-2018, 10:45 AM
Last Post: mglowinski93

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020