shenpeifu / vtr-verilog-to-routing

Automatically exported from code.google.com/p/vtr-verilog-to-routing
0 stars 0 forks source link

freopen tmpfile does not work in ODIN -- Stale NFS file handle #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
ODIN does not work for me due to the freopen calls it uses. freopen dies with 
ESTALE when it tried to open the file descriptor.

I'm running ODIN on Ubuntu 12.04 inside a Linux container (for security).
I posted the issue on StackOverflow to try and get some insight: 
http://stackoverflow.com/questions/20168275/why-cant-i-freopen-a-tmpfile

As a workaround, I commented out all freopen calls and ODIN seems to be working 
fine. Another workaround may be to call freopen with the actual name of the 
tmpfile.

Original issue reported on code.google.com by victor.l...@gmail.com on 24 Nov 2013 at 3:15