You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Martin Lindhe <ma...@humany.com> on 2001/03/13 18:43:14 UTC

general/7403: Memory allocation problems

>Number:         7403
>Category:       general
>Synopsis:       Memory allocation problems
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    apache
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   apache
>Arrival-Date:   Tue Mar 13 09:50:03 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     martin2@humany.com
>Release:        1.3.19
>Organization:
apache
>Environment:
Im running apache_1.3.19-win32-no_src-r2.msi under Windows 2000 SP1
>Description:
error.log contain this

FATAL:  erealloc():  Unable to allocate 22528 bytes

all other entries in the error.log is also timestamped, it would be good
if this one was aswell, i cant tell when this happened. i have had some crashes with apache on win32, it tries to access memory at 0x0000000 and some other unallocated areas, i suppose this is related to the entry in the logfile

>How-To-Repeat:
i really dont know :-(
>Fix:
no
>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]
 
 


Re: general/7403: Memory allocation problems

Posted by "William A. Rowe, Jr." <ad...@rowe-clan.net>.
> FATAL:  erealloc():  Unable to allocate 22528 bytes
> 
> all other entries in the error.log is also timestamped, it would be good
> if this one was aswell, i cant tell when this happened. i have had some 
> crashes with apache on win32, it tries to access memory at 0x0000000 and 
> some other unallocated areas, i suppose this is related to the entry in 
> the logfile

Please try eliminating any third party modules you have loaded, reintroduce
them one at a time, and let us know if one of them cased this problem.

Also look if a cgi application could be contributing to the problem, or
something like isapi applications.

Bill