Luís Cobucci

Results 190 comments of Luís Cobucci

It's interesting to see that disabling the ANSI output seems to prevent the SEGFAULTs. Perhaps that's a good first step until the root cause is addressed. I also didn't test...

I just noticed that this project relies on `ghcr.io/laminas/laminas-continuous-integration:1` to run CI, which [already solves the `safe.directory=*`](https://github.com/laminas/laminas-continuous-integration-action/blob/1.33.x/entrypoint.sh#L158) Sooo, all my comments are kind of moot points, yay :tada: Running the...

Okay, I investigated a bit more and found out that: 1. Issue has nothing to do with the `safe.directory` crap 2. Issue has 100% to do with PSL usage of...

> Sorry for being late to the part :D > > > Issue has 100% to do with PSL usage of proc_open > > is the issue just with PSL,...

> Argh, this is possibly blocked by https://github.com/laminas/laminas-ci-matrix-action/pull/189 and https://github.com/laminas/laminas-continuous-integration-action/issues/130 Fun! We can "hide" the SEGFAULTs by temporarily relying on `exec()`. Trade-offs, eh!?

Can't we add it as extension to be installed for this package (at least until that addressed on the upstream)? Alternatively we can also use a pre-install script to run...

> I'd be fine with using `exec()` BTW: the code is well tested anyway, so it's an implementation change only. I'll send a different PR to tackle this, I've the...

> > I'd be fine with using `exec()` BTW: the code is well tested anyway, so it's an implementation change only. > > I'll send a different PR to tackle...