.fry
.fry
It also crashes with opcache. Env: `Linux 3.10.0-1062.7.1.el7.x86_64 #1 SMP` ``` PHP 7.4.0 (cli) (built: Dec 9 2019 11:42:40) ( ZTS ) Copyright (c) The PHP Group Zend Engine v3.4.0,...
With enabled opcache (`opcache.enable_cli=1`) segfaults gone. So they happens only with disabled opcache.
We enable opcache, because it was an error that it was disabled in cli. Take your time :)
@ziaratban, hi read issue #64 about coping variables. also try to make all closures `static`. atm, your `class B` binded to closure that goes into `\parallel\run` function.
I mean something like: ```php
Try extension with #139 PR, at current moment can't test your scripts. Also, didnt test it on windows
> > > > [0x1] php_parallel!get_module + 0x2079 > > […] > > [0x7] php_pthreads!get_module + 0x42 > > Running parallel and pthreads simultaneously might not be the best idea....