Software Archive
Read-only legacy content
17061 Discussions

program exception severe 157

Intel_C_Intel
Employee
256 Views
hi all,
my programm exits with this line:
forrtl: severe (157): Program Exception - access violation
now it shows me that theres a problem in a subroutine line 101
this line is:
emach=mach
where both variables are declined as real.
in the dialog-box he tells me that "written" couldn't be executed on the memory.
my comp: sony vaio sr1k (pIII500, 128mb, 4gb vfat partition)

thanks,
martin
0 Kudos
1 Reply
Steven_L_Intel1
Employee
256 Views
See my newsletter article on Access Violation. My guess is that emach is a dummy argument to which you passed a constant actual argument.

Steve
0 Kudos
Reply