php.exe Process finished with exit code -1073741819 (0xC0000005)

0

I'm running a laravel-6 api project with mongodb database and I'm getting this exit code

Process finished with exit code -1073741819 (0xC0000005)

When using php-mongodb.dll with PHP 7.4 on my IIS win 10 (x64 8G RAM), I get from times to times this error.

And the the event viewer the error message is:

Faulting application name: php.exe, version: 7.4.3.0, time stamp: 0x5e4c1ff1

Faulting module name: php_mongodb.dll, version: 7.4.0.0, time stamp: 0x5e68ec79 Exception code: 0xc0000005

I re-installed xampp(xampp-windows-x64-7.4.3-0-VC15-installer ), and mongdb-ext php_mongodb-1.7.4-7.4-ts-vc15-x64

Does anyone know what that error code means? I couldnt find anything about it.

mongodb
laravel-6
php-7.4
asked on Stack Overflow Apr 27, 2020 by vahid

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0