Page 1 of 1

XAMPP Application Error!

PostPosted: 26. October 2014 23:04
by kimmik
Exception EAccessViolation in module xampp-control.exe at 001AA712
Access violation at address 005AA712 in module 'xampp-control.exe' Read of address 00000042.

Twice today. The Control Panel was running minimised on both occasions. Windows shuts it down, fortunately leaving Apache, MySQL and PHP running. No other program conflict noticed.

Re: XAMPP Application Error!

PostPosted: 27. October 2014 09:38
by kimmik
...and once this morning only 30 or so minutes after booting the PC

Any suggestions most welcome? Short of abandoning all hope!

(I was expecting this forum to be a little bit more active, but the place does seem to be very deserted)

Re: XAMPP Application Error!

PostPosted: 07. August 2017 12:52
by mjmf23
Hi,

I've de same issue. in my case I've know when it crashes, but I'm still doesn't know why. I use a javascript scritp to upload files (http://www.albanx.com/ajaxuploader/) when various users try to upload some kind of file at the same time i got this error.

Have you solve since you posted your problem?

Re: XAMPP Application Error!

PostPosted: 07. August 2017 14:52
by kimmik
Hi mjmf23,

I stopped using Ajax via XmlHttpRequest and now use the new ES6 fetch() Promise to send the request. (I have no requirement to suport out-of-date users/browsers)

It seemed to cure the crashing.
I can only guess it was some issue with the headers being sent. Who knows, not a priority to delve deeper, HIH good luck