eureka2 / G6K

Generator of calculation simulator (calculator)
MIT License
20 stars 19 forks source link

A memory leak bug? #58

Open 10YAR opened 1 year ago

10YAR commented 1 year ago

Hello,

So I installed the G6K project, with the correct PHP extensions and APCu aswell, the login page shows correctly : image

But when I try to log-in, the page loads infinitely and there's this log in my apache error logs :

[Tue Sep 20 23:59:18.471826 2022] [mpm_winnt:notice] [pid 29168:tid 504] AH00418: Parent: Created child process 61240
[Tue Sep 20 23:59:18.853827 2022] [mpm_winnt:notice] [pid 61240:tid 628] AH00354: Child: Starting 1920 worker threads.

I don't know if it can help but I also add the last lines of the project logs (in var/logs) :

[2022-09-20 22:03:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-09-20 22:03:35] request.INFO: Matched route "eureka_g6k_calcul". {"route":"eureka_g6k_calcul","route_parameters":{"_route":"eureka_g6k_calcul","_controller":"App\\G6K\\Controller\\DefaultController::calcul","simu":"404.html"},"request_uri":"http://immatriculation.test/404.html","method":"GET"} []
[2022-09-20 22:03:35] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-09-20 22:03:35] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\Authenticator\\UserAuthenticator"} []
[2022-09-20 22:03:35] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\Authenticator\\UserAuthenticator"} []
[2022-09-20 22:03:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []
[2022-09-20 22:03:35] request.INFO: Matched route "eureka_g6k_calcul". {"route":"eureka_g6k_calcul","route_parameters":{"_route":"eureka_g6k_calcul","_controller":"App\\G6K\\Controller\\DefaultController::calcul","simu":"404.html"},"request_uri":"http://immatriculation.test/404.html","method":"GET"} []
[2022-09-20 22:03:35] security.DEBUG: Checking for guard authentication credentials. {"firewall_key":"main","authenticators":1} []
[2022-09-20 22:03:35] security.DEBUG: Checking support on guard authenticator. {"firewall_key":"main","authenticator":"App\\Security\\Authenticator\\UserAuthenticator"} []
[2022-09-20 22:03:35] security.DEBUG: Guard authenticator does not support the request. {"firewall_key":"main","authenticator":"App\\Security\\Authenticator\\UserAuthenticator"} []
[2022-09-20 22:03:35] security.INFO: Populated the TokenStorage with an anonymous Token. [] []