Closed
Description
I don't know what happened on my system (raspberry pi, armhf, latest nodejs version) but since a few days I cannot fs.stat a file that is larger than 2gb
I am always getting the following error
`
fs.js:972
binding.stat(pathModule.toNamespacedPath(path));
^
Error: Unknown system error -75: Unknown system error -75, stat 'myfile'
at Object.fs.statSync (fs.js:972:11)
at Object. (/home/pi/nodeapps/fapp_node_pwa/test.js:2:22)
at Module._compile (module.js:649:30)
at Object.Module._extensions..js (module.js:660:10)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:501:12)
at Function.Module._load (module.js:493:3)
at Function.Module.runMain (module.js:690:10)
at startup (bootstrap_node.js:194:16)
at bootstrap_node.js:666:3
`
I know for sure that it worked a few days ago. it's like I'm suddenly on a 32bit system (or node or whatever).
I thought it was the current nodejs version 9.8.0, but i've tested it with 9.7.1 and 9.7.0 and it's the same.
Does anyone have any idea what is wrong? :(