Alvaro Herrera wrote:
>> AH> Is there any way to figure out what "exit code -1073741819" means?
>>
>> Yes, -1073741819 is 0xc0000005 aka "Access Violation".
> 
> Oh, OK.  How can this happen?  I don't know much about Windows.  Maybe
> you have some antivirus is checking the file at the same time Autovac is
> checking it?

Note that Windows can (and often will) give you Access Violation when
you try to access any memory outside of your address-space (since that's
technically an access violation), so it can be whatever would cause
segmentation fault on unix.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

               http://archives.postgresql.org

Reply via email to