Otto van der Schaaf
Otto van der Schaaf
@Firegarden I'd be happy to review pull requests related to this. Probably best to land this on branch 36 (corresponding to the 1.14.X releases).
would you be willing to try and reproduce this with a debug build? Hopefully that gives us a backtrace with names instead of addresses. (and then it might be interesting...
@lanki567 you could try this to work around git.apache.org being down: ``` git config --global url.https://github.com/apache/.insteadOf https://git.apache.org/ ``` @Lofesa Updating the submodules to point them to github sounds lika a...
Oh wow, I did not see that coming; but yes, we should run replace git.apache.org with github.com/apache/ then
Thanks so much for hanging in there and persisting. These backtraces look very very helpful. One last question; could you, while you're at it, post backtraces from *all* the threads...
Well, I was hoping to inspect what *all* the threads are at when the hang occurs. The two threads you posted both seem to be waiting to acquire a lock,...
> # sources.list setting for mod-pagespeed updates. > REPOCONFIG="deb http://dl.google.com/linux/mod-pagespeed/deb/ stable main" Are you sure this wasn't pre-existing? That release ought to include https://github.com/apache/incubator-pagespeed-mod/commit/e515ddc905510a7041560a8fc712f1624e776e02
There is a work-in-progress to resolve this over at https://github.com/apache/incubator-pagespeed-mod/pull/1853. Feel free to help out!
> Hi > I don´t think IPRO makes any image conversion, it recopress the image but don´t change the image type because IPRO don´t change the url. > If you...
Kind of late to the party here, but on a hunch I think that to fix this a tweak in [ImageImpl::ComputeOutputContents](https://github.com/apache/incubator-pagespeed-mod/blob/b0edead4c1e7c834f68ceb66dbfb478533a5c8af/net/instaweb/rewriter/image.cc#L778) would be needed.