5

I have UwAmp 3.1.0, sometimes the Apache has trouble to close properly regardless the PHP version installed.

Logs file are telling me

[Thu Mar 03 12:50:58.385893 2016] [mpm_winnt:crit] [pid 544:tid 236] AH02538: Child: Parent process exited abruptly. Child process is ending

here the configuration file for apache http://pastebin.com/iJZmdS3A

The problem comes with Windows 7 and windows 10

error

thanks

Infrid
  • 723
  • 5
  • 12
  • 28
  • This error occurs since I know UwAmp at its version 1.x.x. To me, this is because UwAmp try to kill some others processes in addition to Apache when stopping Apache. But there's a trouble with the PID UwAmp wants to kill, and these PID are actually internal processes you have no rights to kill. The solution could be fixing the "PID to kill list" inside UwAmp software. On the site http://www.uwamp.com/en/ there's a "uBugTrack" tab, but I'm not able to find any public bug tracker opened for UwAmp bugs. – niconoe Jun 15 '16 at 09:57
  • Still a bug no one seems to care about. It's interesting though, because sometimes it works OK, but when it runs for a few hours, it can't kill it properly. – walther Aug 26 '16 at 21:43

2 Answers2

1

I think it's a problem of computer. I work with Uwamp "installed" on usb key with several computers. This error occurs only with one each time i close the application.

0

That's a product bug, but to be able to kill it and continue the work just look for cmd, open it as admin, run the tasklist command, look for the name of the process and kill it.

taskkill /IM name_of_process.exe /F
Marco
  • 1,172
  • 9
  • 24