in reply to Re^2: Strange behaviour from two pieces of similar code in different running environments
in thread Strange behaviour from two pieces of similar code in different running environments

Do they run as the same user? (And if you have selinux enabled: in the same security context?)

Does any of the scripts try to lock any of the files? (You can find out with strace I think). What about space on /tmp/?

  • Comment on Re^3: Strange behaviour from two pieces of similar code in different running environments
  • Download Code