Skip to content

Segmentation fault after upgrading from 10.17.0.7 to 10.18.0.8 (phpmig) #856

Open
@tbjornli

Description

@tbjornli

Description

After upgrading to 10.18.0.8 our database migration tools phpmig started crashing with segmentation fault. Reverting to 10.17.0.7 and everything works as normal.

The problem seems to happen only when using the dev-master branch from phpmig and not on the 1.7.0.

Steps to Reproduce

$ mkdir newrelic && cd newrelic
$ php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
$ php composer-setup.php 
$ php composer.phar require davedevelopment/phpmig=dev-master
$ vendor/bin/phpmig 
Segmentation fault (core dumped)

Expected Behavior

The script should not crash with a segmentation fault.

Your Environment

Ubuntu 22.04.4 LTS
PHP 8.1.2-1ubuntu2.14

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions