Skip to content

zend_mm_heap corrupted Error During PHPUnit Tests in PHP 8.4 #227

@amcfarlane

Description

@amcfarlane

Thank you for this package.

I understand that this issue might be outside the current scope of the package. However, it seems to cause problems with PHPUnit tests when using PHP 8.4. I thought you might want to be aware of this, in case you are planning to add support. Additional details are provided below:

zend_mm_heap corrupted

   Symfony\Component\Process\Exception\ProcessSignaledException 

  The process has been signaled with signal "6".

  at vendor/symfony/process/Process.php:462
    458▕             usleep(1000);
    459▕         }
    460▕ 
    461▕         if ($this->processInformation['signaled'] && $this->processInformation['termsig'] !== $this->latestSignal) {
  ➜ 462▕             throw new ProcessSignaledException($this);
    463▕         }
    464▕ 
    465▕         return $this->exitcode;
    466▕     }

      +15 vendor frames 

  16  artisan:13
      Illuminate\Foundation\Application::handleCommand()

https://stackoverflow.com/questions/79284458/php-8-4-upgrade-in-laravel-sail-causes-zend-mm-heap-corrupted-error-during-phpun/79290055

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions