Florian Engelhardt
Florian Engelhardt
@hschimpf could you give it a try with the version from #325?
It is not fix the issue you are hitting ``` [Switching to Thread 0xffffe3e0ede0 (LWP 22411)] 0x0000aaaaab29c598 in zval_get_type (pz=0x0) at /usr/src/php/Zend/zend_types.h:648 648 return pz->u1.v.type; (gdb) bt #0 0x0000aaaaab29c598 in...
I build an ASAN version of PHP 8.3 and ran it, thanks @cmb69 for the [hint](https://github.com/krakjoe/parallel/pull/325#issuecomment-2416452211). This is with OPcache disabled. OPcache enabled leads to the segfault above ``` $...
Awesome! I can confirm this works!
@arnaud-lb how did you find this?
Fixed for PHP 8.2, 8.3 and 8.4 with #327, still open for 8.1 ``` ERROR: AddressSanitizer: SEGV on unknown address 0x000000000008 (pc 0xaaaadc558d88 bp 0xffff7620a5e0 sp 0xffff7620a5e0 T5) ==22746==The signal...
Hey @schimpf, version [`1.2.5`](https://github.com/krakjoe/parallel/releases/tag/v1.2.5) was tagged which should fix the problems for PHP 8.2, 8.3 and 8.4 (sadly not yet for 8.1).