Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Read-Only Bug

Intel_C_Intel
Employee
216 Views
We've had a report from one of our users that our installation installs DFORRT.DLL read-only (this is true). When he runs the program it crashes in DFORRT. He then claims:

"I then removed the read-only attribute from the DFORRT.dll, and repeated the action. RTO+ did not crash, and no run-time error was produced."

I don't believe this is the real cause of the problem, is there any way a read-only runtime could cause a crash? (historically our crashes have been mostly generated by maths errors or by writes to non-existant units).

Dan
0 Kudos
1 Reply
Steven_L_Intel1
Employee
216 Views
DFORRT.DLL gets installed as read-only on a lot of systems. I've never heard of a problem with this. Lots of DLLs are read-only, and Windows doesn't care.

It would be interesting to know the exact text of the error message, but I'd be more inclined to attribute this to a problem on the user's local system (though what, I can't imagine.)

Steve
0 Kudos
Reply