Process existed with exit code as -1073741819

Ahmad Shaikh 1 Reputation point
2022-02-12T05:52:45.15+00:00

I have a service created using .net application and from service a process executed for MySQL server.

the MySQL.exe got crashed and in crash log i found OS error code

[ERROR] [MY-012611] [InnoDB] Operating system error number 1224 in a file operation.
[Note] [MY-012618] [InnoDB] Refer to your operating system documentation for operating system error code information.
[ERROR] [MY-012646] [InnoDB] File .#innodb_temp\temp_16.ibt: 'SetEndOfFile' returned OS error 1324.

also found error log
Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.
Thread pointer: 0x1f57fc3f680
Attempting backtrace. You can use the following information to find out
where mysqld died. If you see no messages after this, something went
terribly wrong...
Process existed with exit code as -1073741819

Kindly help to handle the scenario

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
10,617 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,272 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Docs 15,141 Reputation points
    2022-02-12T06:08:43.733+00:00

    Error codes may or may not be helpful while troubleshooting.

    -1073741819 = access violation.......instruction at referenced memory

    1324 refers to a password problem

    1224 refers to an operation that could not be performed with open user match

    The above may or may not be a useful troubleshooting start.

    If there are Windows crashes log can be collected.

    .
    .
    .
    .
    .

    Please remember to vote and to mark the replies as answers if they help.

    On the bottom of each post there is:

    Propose as answer = answered the question

    On the left side of each post there is /\ with a number: click = a helpful post
    .
    .
    .
    .
    .

    0 comments No comments

  2. Limitless Technology 43,931 Reputation points
    2022-02-15T10:53:45.8+00:00

    Hi there,

    An exit code is the code returned to a parent process by an executable and this in most scenarios will not help us to converge on the cause for the Error. Database errors can Ideally cause the service to crash. Try updating the MySQL version to the latest version and see that helps you out. You can also try to start MySQL instance in recovery mode and see if that improves the crash conditions.


    --If the reply is helpful, please Upvote and Accept it as an answer--