if I add a directory to PATH that contains a file that is marked executable but cannot actually be executed. Actually maybe my mistake there was calling the file 'test' and putting it in my PATH before /usr/bin . But fish still crashes if I try to run a file that cannot be. (aha! that would explain why it was crashing when I tried to package it for GoboLinux!)
> fish --version fish, version 1.22.3 #create an empty file and try to execute it in fish > touch exe > chmod +x exe > ./exe fish: Failed to execute process “./exe” execve: Exec format error fish: Backtrace: fish [0x80737a2] fish [0x8056a05] fish [0x8057b66] fish [0x8061f7f] fish [0x806541b] fish [0x8066fe0] fish [0x80792c8] /lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7e1e050] fish [0x804a291] (this is fish from Ubuntu Gutsy) btw. is this the right place for bug reports? Isaac ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
