mysql - Xampp Access violation at address 005AA712 in module 'xampp-control.exe'. Read of address 00000042 -


hi i'm having trouble xampp control panel. notice everytime access module php application fetching around 8000 data database xampp keeps on prompting error. "exception eaccessviolation in module xampp-control.exe @ 001aa712. access violation @ address 005aa712 in module 'xampp-control.exe'.read of address 00000042."

windows shuts down, fortunately leaving apache, mysql , php running.

can please me?

  • check pointers or arrays not out of bounds (this might case access violation)
  • or pointer trying access memory not belonging it,
  • or forgot allocate memory (oops).
  • forgetting free memory problem.
  • so freeing memory on pointer , trying use it.
  • calling win32 api function bad parameters (!)
  • calling win32 api function parameters older copy of msdn (the api's data types change on time, including winmain()) (!)

Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -