Jan Staněk

Results 46 comments of Jan Staněk

I have similar issue. The ranger does not crash, but is suspended, and must be explicitly brought back by `fg` AFTER exiting the spawned sub-shell.

I also run into this recently. While I cannot offer any asistance in fixing it, I have a workaround: using `flaky` and marking the test as being flaky, re-running it...

DevEdition, currently at 54.0b12. I have my employer's CA certificate as extra PEM file, and on pages with certificates issued by that CA I'm getting UNKNOWN_ISSUER error. Non-flatpak Firefox works...

@sunfishcode > Another option would be to ask Fedora for an exception for dlmalloc. It's used in a lot of places. I can certainly do that, but that assumes I...

@bjorn3 Unfortunately, IANAL also :) The patents may very well be expired and even dlmalloc be fine. However, from the Fedora PoV, this is still inclusion of new (IOW not...

This seems like `zlib` related issue. I tried it with Fedora container with newer `zlib`, and the problem did not manifest.

The `Z_DATA_ERROR` is a `zlib` error constant that seems to propagate from the native library through node wrapper. [Similar issue](https://github.com/nodejs/node/issues/22839) on FreeBSD and Node 10.3 was solved with upgrade of...

I have managed to fix it by updating `zlib` to `1.2.11`. Steps to reproduce: 1. Rebuild `zlib` from Fedora Rawhide for EPEL 7: ```bash $ mock -r epel-7 --resultdir epel-7...

Though the magic of `git bisect` (:heart:) I managed to isolate the fix [to a single commit](https://github.com/madler/zlib/commit/0db8fd371477f42c280ddeee29e6de092fabf948). > Fix inflateInit2() bug when windowBits is 16 or 32. > A windowBits...