MS error
Kenneth Brody
kenbrody at spamcop.net
Thu Jan 21 19:33:16 PST 2010
On 1/21/2010 4:56 PM, Richard Kreiss wrote:
> One of my clients is getting the following error message
>
> Exception error -1073741819 in process failed 0(0x00000000)
> comspec="(null)"
> command="F:\fp56\fp\rreport transaction -f approvals -v sel_process -a -iK
> -u
[...]
> Question; does anyone know what this exception refers to?
It's 0xc0000005 (STATUS_ACCESS_VIOLATION), which Microsoft describes as
"Reading or writing to an inaccessible memory location". I believe it's
similar to a Unix "segmentation violation".
Note that rreport did _not_ continue running after you pressed Enter, as
rreport had already exited when the error was displayed.
--
Kenneth Brody
More information about the Filepro-list
mailing list