Python Forum
Process finished with exit code -107374819 (0xC0000375)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Process finished with exit code -107374819 (0xC0000375)
#1
Hi.
Please I would like to ask you for help. I'm getting this exit code: Process finished with exit code -107374819 (0xC0000375). Is it possible to get any useful information from this exit code?

This crash occurs in this situation:
I have application which is receives data through web socket, and stores them in database. Everything works fine but it often crashes with this exit code. Often means 10 minutes - 3 hours. I suspect it happens when socket communication is heavy. I guess it could be something with threading used in socket library ?

  1. For web socket communication I use this library: https://pypi.org/project/websocket_client/
  2. To connect to database I use: https://pypi.org/project/mysql-connector-python/

Thank you very much for your help.
Reply
#2
I use very often the websocket_client. This library is implemented in pure Python.
I got never this error code.

I guess it's the mysql plugin. It uses C and when something went wrong on C level, it may crash the interpreter.
I guess the error code does not come from the Python interpreter, instead the C code can emit this ExitCode.

I downloaded the project, but I did not find the error-code inside the source.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply
#3
(Apr-05-2019, 12:21 PM)DeaD_EyE Wrote: I use very often the websocket_client. This library is implemented in pure Python.
I got never this error code.

I guess it's the mysql plugin. It uses C and when something went wrong on C level, it may crash the interpreter.
I guess the error code does not come from the Python interpreter, instead the C code can emit this ExitCode.

I downloaded the project, but I did not find the error-code inside the source.

Thank you I'll try to check mysql plugin.
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,384 Apr-18-2022, 08:40 PM
Last Post: erdemath
  Using .hdf5 files only once they are finished writing pyhill00 7 2,721 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,689 Apr-14-2021, 04:21 PM
Last Post: perfringo
  Code taking too much time to process ErPipex 11 4,818 Nov-16-2020, 09:42 AM
Last Post: DeaD_EyE
  process finished with exit code -1073741819 (0xC0000005) GMCobraz 8 5,299 Sep-01-2020, 08:19 AM
Last Post: GMCobraz
  How to stop Xmodem after bin file transfer was finished shaya2103 0 2,473 Nov-27-2019, 04:33 PM
Last Post: shaya2103
  How to sharing object between multiple process from main process using Pipe Subrata 1 3,617 Sep-03-2019, 09:49 PM
Last Post: woooee
  Fabric - Run method is not being finished mglowinski93 3 3,593 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