Bug 89308 - [patch] www/mod_accounting crash on request_timeout
Summary: [patch] www/mod_accounting crash on request_timeout
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dirk Meyer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-20 11:50 UTC by Andrey Yakovlev
Modified: 2008-04-20 19:15 UTC (History)
0 users

See Also:


Attachments
mod_accounting.patch (2.06 KB, patch)
2005-11-20 11:50 UTC, Andrey Yakovlev
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Yakovlev 2005-11-20 11:50:17 UTC
	
	Incorrect parsing structure fields  in  mod_accounting, func BytesRecvd() on empty request.
        While in Apache logs we can see following
	
	[Wed Nov  9 11:06:13 2005] [info] [client 82.151.196.185] read request line timed out
	[Wed Nov  9 11:06:13 2005] [notice] child pid 4588 exit signal Segmentation fault (11)
	
	While I'm here, also include patch to allow multiple sql requests in mod_accounting config.

How-To-Repeat: 	cd /usr/ports/www/mod_accounting/ && make install clean
	configure and wait  request_timeout
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-20 11:54:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

Over to maintainer
Comment 2 Dirk Meyer freebsd_committer freebsd_triage 2007-07-23 15:26:07 UTC
State Changed
From-To: open->feedback

This looks like a common issue 
Did you try to sumbit your patch at the Project? 

http://sourceforge.net/tracker/?group_id=42812&atid=434250
Comment 3 Dirk Meyer freebsd_committer freebsd_triage 2008-04-15 12:54:48 UTC
Responsible Changed
From-To: apache->dinoex

I will take care of it.
Comment 4 Dirk Meyer freebsd_committer freebsd_triage 2008-04-15 12:55:05 UTC
State Changed
From-To: feedback->open

- problem not fixed upstream 
http://sourceforge.net/tracker/index.php?func=detail&aid=1759453&group_id=42812&atid=434250
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-04-16 13:07:11 UTC
dinoex      2008-04-16 12:06:58 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_accounting   Makefile 
  Added files:
    www/mod_accounting/files patch-mod_accounting.c 
  Log:
  - fix Incorrect parsing structure fields in mod_accounting, func BytesRecvd() on empty request.
  PR:             89308
  Submitted by:   Andrey Yakovlev
  
  Revision  Changes    Path
  1.15      +1 -1      ports/www/mod_accounting/Makefile
  1.1       +30 -0     ports/www/mod_accounting/files/patch-mod_accounting.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Dirk Meyer freebsd_committer freebsd_triage 2008-04-20 19:15:02 UTC
State Changed
From-To: open->closed

committed, thanks.