View Issue Details

IDProjectCategoryView StatusLast Update
0002303XdebugUncategorizedpublic2024-11-27 15:48
Reporterdevnix Assigned Toderick  
PrioritynormalSeveritycrashReproducibilityalways
Status feedbackResolutionopen 
Product Version3.3.2 
Summary0002303: Computer freezes completely when building Symfony cache even when xdebug is disabled
Description

When building a complete cache of a big Symfony project with xdebug.mode=off, my computer systematically freezes completely. I've executed it one more time doing an strace and looking at the memory usage. I've taken two photos to the screen, as I can't take a proper screenshot :D

Additional Information

php -v:

PHP 8.3.11 (cli) (built: Aug 30 2024 09:27:49) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.11, Copyright (c) Zend Technologies
    with Zend OPcache v8.3.11, Copyright (c), by Zend Technologies
    with Xdebug v3.3.2, Copyright (c) 2002-2024, by Derick Rethans

/etc/php/8.3/mods-available/xdebug.ini:

zend_extension=xdebug.so
xdebug.mode=off
TagsNo tags attached.
Attached Files
Operating System
PHP Version8.3.10-8.3.19

Activities

derick

2024-11-27 15:48

administrator   ~0007085

It indeed looks like all memory is being used, but there is not enough information to tell me why that happens. It would be interesting to see what a backtrace (made with gdb) looks like when you notice the memory starts increasing (but before swap is being used). Although I would expect that Linux' OOM killer would have terminated the process once it starts using so much swap.

Issue History

Date Modified Username Field Change
2024-11-12 12:43 devnix New Issue
2024-11-12 12:43 devnix File Added: WhatsApp Image 2024-11-12 at 13.35.52 (1).jpeg
2024-11-12 12:43 devnix File Added: WhatsApp Image 2024-11-12 at 13.35.52.jpeg
2024-11-27 15:48 derick Assigned To => derick
2024-11-27 15:48 derick Status new => feedback
2024-11-27 15:48 derick Note Added: 0007085