https://bugs.kde.org/show_bug.cgi?id=381675
Nikita Melnichenko <nikita+...@melnichenko.name> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nikita+...@melnichenko.name Resolution|--- |WAITINGFORINFO Status|CONFIRMED |NEEDSINFO --- Comment #7 from Nikita Melnichenko <nikita+...@melnichenko.name> --- Can't repro: ----- test.cpp ----- #include <iostream> #include <fstream> using namespace std; int main () { ofstream myfile; myfile.open ("example.txt"); myfile << "Writing this to a file.\n"; myfile.close(); return 0; } ----- terminal ----- $ g++ -fPIC -pie test.cpp $ file a.out a.out: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, not stripped $ ./a.out $ ls a.out example.txt test.cpp $ rm example.txt $ # run from krusader $ ls a.out example.txt test.cpp -- You are receiving this mail because: You are watching all bug changes.