You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Gaylen <gf...@earthlink.net> on 2002/03/31 20:56:31 UTC

Re: win32 problem - NEVER MIND!

I figured it out.  The buffersize I was using on the csv file wasn't large
enough.  However, I question whether or not there should be a more graceful
exit to this error?

Gaylen


----- Original Message -----
From: "Gaylen" <gf...@earthlink.net>
To: <us...@httpd.apache.org>
Sent: Sunday, March 31, 2002 12:45 PM
Subject: win32 problem


I am running Apach/win32, Win98SE, and PHP 4.1.2 (a.k.a. 4.1.3-dev).  I am
attempting write data out to a file from an array.  It works on small
amounts of data, but in this instance there are about 400+ items in memory
(file size is about 250k).  I'm not even sure if that's the issue, but that
is the only noticeable difference.  Here is the error that one of my
utilities captures:

----------------
An exception (access violation) has occurred in module  at .text + 000252F0
in Win32 application APACHE

A programming error has caused the application to use an invalid pointer. In
our experience, you can often prevent a crash like this simply by skipping
the
invalid instruction. The application is probably now in a fragile state, and
you should try to save your work and close the application as soon as
possible.


EAX=00000068 CS=0177 EIP=00D962F0 EFLGS=00010202
EBX=0590A002 SS=017F ESP=0208F7F0 EBP=0590A586
ECX=00000000 DS=017F ESI=0590D000 FS=8B1F
EDX=0000002C ES=017F EDI=0590AA86 GS=0000

MOV  CS:[E]IP:
88 06
----------------

Should I submit this as a bug?


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org



---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org