https://bz.apache.org/bugzilla/show_bug.cgi?id=64271
--- Comment #4 from Axel Howind <[email protected]> --- BTW: I have seen bug reports JVM crashes with SIGBUS when creating temp files and there's not enough space left on the device. But these should have already been fixed even in your 4 year-old version of Java. As a side note, the double assignment to `tmpFile` looks really weird (but it has nothing to do with the crash): File tmpFile = tmpFile = File.createTempFile(existingFile.getName(), ".tmp", new File(".")); -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
