logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Building & Member Downloads View previous topic :: View next topic
Reply to topic   Topic: mod_http2 :: h2_task : unable to parse status line: \x89PNG
Author
o6asan



Joined: 27 Aug 2015
Posts: 44
Location: Japan, Fukuoka

PostPosted: Thu 20 Apr '17 0:41    Post subject: mod_http2 :: h2_task : unable to parse status line: \x89PNG Reply with quote

split from https://www.apachelounge.com/viewtopic.php?t=7604

o6asan wrote:
no problem at this point.


I had some "AH03467: h2_task(xx-xx): unable to parse status line: \x89PNG" on the Apache log and found mod_proxy_http2 - HEAD Request - "unable to parse status line: \x89PNG" among the GitHub comments.

The original topic author said he could not reproduce the error with v1.10.2.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Thu 20 Apr '17 1:16    Post subject: Reply with quote

Did you have those problems with Apache 2.4.26-dev, downloaded today?
Back to top
o6asan



Joined: 27 Aug 2015
Posts: 44
Location: Japan, Fukuoka

PostPosted: Thu 20 Apr '17 2:15    Post subject: Reply with quote

Jan-E wrote:
Did you have those problems with Apache 2.4.26-dev, downloaded today?


@Jan-E I have the problem with Apache 2.4.26-dev which I downloaded around 13:00 UTC on April 19. Does this include your today?
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Thu 20 Apr '17 2:22    Post subject: Reply with quote

Yes that includes my today.
See https://github.com/icing/mod_h2/issues/133#issuecomment-295507674
Back to top
o6asan



Joined: 27 Aug 2015
Posts: 44
Location: Japan, Fukuoka

PostPosted: Thu 20 Apr '17 6:22    Post subject: Reply with quote

Jan-E wrote:
See https://github.com/icing/mod_h2/issues/133#issuecomment-295507674


@Jan-E Thank you for the report https://github.com/icing/mod_h2/issues/133#issuecomment-295507674.

The original author said he could not reproduce the error with v1.10.2.

Steffen said he built Apache 2.4.26-Dev with mod_http2 1.10.1.
So I expect it will be fixed if we have Apache 2.4.26-Dev with mod_http2 1.10.2.
Back to top
icing



Joined: 22 Sep 2015
Posts: 41
Location: Münster, Germany

PostPosted: Thu 20 Apr '17 10:15    Post subject: Reply with quote

Regarding the mod_proxy_http2 problem, there will be no difference between 1.10.1 and 1.10.2. So, if you see that with the former, expect it to be still there with the latter.

I was unable to reproduce this. If you have a simple setup and requests to trigger the bug, I would be very interested.

Thanks!

-Stefan
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3047
Location: Hilversum, NL, EU

PostPosted: Thu 20 Apr '17 10:56    Post subject: Reply with quote

Updated mod_http2 from 1.10.1 to 1.10.2. To confirm Stefan, please check if 1.10.2 not solves it.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Sun 23 Apr '17 17:44    Post subject: Reply with quote

Steffen wrote:
mod_http2 is now again 1.0.1, coming days it is upgraded to 1.0.3.

Typo: that must be 1.10.1 and 1.10.3.

Will you continue to build Apache VC14? PHP 7.2 will only be released on Nov 30th this year:
https://wiki.php.net/todo/php72#timetable
Back to top
o6asan



Joined: 27 Aug 2015
Posts: 44
Location: Japan, Fukuoka

PostPosted: Sun 30 Apr '17 16:31    Post subject: Reply with quote

@icing and @Steffen
I think I should apologize two of you because I was wrong about the error 'AH03467'. Sorry.

Icing said there would be no difference between 1.10.1 and 1.10.2. And I still had the error even after moving from 1.10.1 to 1.10.2. So, I checked out my old logs and found I had the first of this error at 2017 Feb. 09. So the error doesn't depend on neither 1.10.1 nor 1.10.2.

I couldn't know what situation gives the error.
Now I decides to move to a VC15 build, but will keep watching the error after moving.
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3047
Location: Hilversum, NL, EU

PostPosted: Sun 30 Apr '17 17:21    Post subject: Reply with quote

No problem, that happens.

Hope you keep reporting.
Back to top
icing



Joined: 22 Sep 2015
Posts: 41
Location: Münster, Germany

PostPosted: Tue 02 May '17 16:00    Post subject: Reply with quote

@o6asan thanks for the update. And no need for an apology! It helps a lot that you are all testing and reporting.
Back to top
Jan-E



Joined: 09 Mar 2012
Posts: 1248
Location: Amsterdam, NL, EU

PostPosted: Thu 04 May '17 21:19    Post subject: Re: Apache 2.4.26-Dev available with Openssl 1.1.0e VC14 Reply with quote

o6asan wrote:
I had some "AH03467: h2_task(xx-xx): unable to parse status line: \x89PNG" on the Apache log

There now is a new report on the same problem:
https://github.com/icing/mod_h2/issues/138

Possible explanation: "it seems that mod_http2 thinks that is parsing a serialized http/1.1 response but instead has html, gzipped data, a png file, or basically something that is not an http/1.1 response."
Back to top
xplode



Joined: 04 Nov 2016
Posts: 3

PostPosted: Fri 05 May '17 0:17    Post subject: Reply with quote

I opened github issue https://github.com/icing/mod_h2/issues/138 . I haven't been able to nail down a recreate scenario in a controlled environment, but am open to ideas.


I am also investigating another h2 issue: Old gen processes which have one h2 request, but nothing is happening. The old gen process just hangs out with with it's single h2 request.

Has anyone has seen this or know if this behavior is fixed in h2 version 1.10.3. Did the deadlock that could occur when connections were terminated early with ongoing streams exhibit itself in this way?

My configuration
apache: 2.4.25
openssl: 1.0.2j
nghttp2: 1.21.1
mod_http2: 1.10.1
Back to top
xplode



Joined: 04 Nov 2016
Posts: 3

PostPosted: Fri 05 May '17 20:05    Post subject: Reply with quote

Regarding the old gen h2 process that is left hanging, this thread seems to be related: https://www.mail-archive.com/dev@httpd.apache.org/msg68544.html

UPDATE (5-8-2017) The old gen h2 hanging process problem (which can be seen as an old gen process line in server-status if you have mod_status configured) is reproduce-able by continually reloading apache while the server is under load. This problem appears to be fixed by build 1.10.3
Back to top


Reply to topic   Topic: mod_http2 :: h2_task : unable to parse status line: \x89PNG View previous topic :: View next topic
Post new topic   Forum Index -> Building & Member Downloads