Description of problem: On a fresh Fedora 17 installation with full updates, editor jed fails to load some S-LANG paths as a normal user, but not as root Version-Release number of selected component (if applicable): jed-0.99.19-4.fc17.x86_64 How reproducible: As a normal user, just run jed Steps to Reproduce: 1. Login as normal user 2. open a terminal 3. run jed Actual results: Messages at the bottom of the editor with red background and green letters: "Unable to open jed.rc. Check the value of the S-Lang load path." And then it appears this other message... "Unable to open modeinfo. Check the value of the S-Lang load path." Expected results: show the editor and the functions with the usual blue and yellow colors Additional info: #################################################################################################################################### $ jed -batch -quiet -f loading /usr/share/jed/lib/site.slc loading /usr/share/jed/lib/os.sl loading /usr/share/jed/lib/menus.slc Unable to open jed.rc. Check the value of the S-Lang load path. Traceback: evalfile /usr/share/jed/lib/site.sl:3098:command_line_hook:Open failed Local variables for command_line_hook: Integer_Type n = 2 Integer_Type i = 2 String_Type file = "-quiet" Integer_Type depth = 0 Undefined_Type next_file = Undefined_Type Undefined_Type tmp = Undefined_Type String_Type init_file = "jed.rc" Undefined_Type next_file_arg = Undefined_Type Undefined_Type hookfun = Undefined_Type Error encountered while executing command_line_hook #################################################################################################################################### $ strace jed -batch -quiet -f execve("/bin/jed", ["jed", "-batch", "-quiet", "-f"], [/* 104 vars */]) = 0 brk(0) = 0x11f7000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085b03000 open("/usr/lib64/libXft-infinality/libXft.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0A\0\3768\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=88080, ...}) = 0 mmap(0x38fe000000, 2180576, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38fe000000 mprotect(0x38fe014000, 2093056, PROT_NONE) = 0 mmap(0x38fe213000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x13000) = 0x38fe213000 close(3) = 0 open("/usr/lib64/freetype-infinality/libfreetype.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\332\300\3668\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=698848, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085b02000 mmap(0x38f6c00000, 2792128, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f6c00000 mprotect(0x38f6c94000, 2093056, PROT_NONE) = 0 mmap(0x38f6e93000, 94208, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x93000) = 0x38f6e93000 close(3) = 0 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/usr/local/lib/tls/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/local/lib/tls/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/local/lib/tls/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/local/lib/tls", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/local/lib/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/local/lib/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/local/lib/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/local/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 open("/usr/lib/tls/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/lib/tls/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/lib/tls/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/lib/tls", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/lib/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/lib/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/lib/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/lib", {st_mode=S_IFDIR|0555, st_size=20480, ...}) = 0 open("/usr/X11R6/lib/tls/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/X11R6/lib/tls/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/X11R6/lib/tls/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/X11R6/lib/tls", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/X11R6/lib/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/X11R6/lib/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/X11R6/lib/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/X11R6/lib", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/dt/lib/tls/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/dt/lib/tls/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/dt/lib/tls/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/dt/lib/tls", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/dt/lib/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/dt/lib/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/dt/lib/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/dt/lib", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/openwin/lib/tls/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/openwin/lib/tls/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/openwin/lib/tls/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/openwin/lib/tls", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/openwin/lib/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/openwin/lib/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/openwin/lib/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/openwin/lib", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/local/jdk/jdbc/jdbc-odbc/classes/jdbc/odbc/tls/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/local/jdk/jdbc/jdbc-odbc/classes/jdbc/odbc/tls/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/local/jdk/jdbc/jdbc-odbc/classes/jdbc/odbc/tls/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/local/jdk/jdbc/jdbc-odbc/classes/jdbc/odbc/tls", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/local/jdk/jdbc/jdbc-odbc/classes/jdbc/odbc/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/local/jdk/jdbc/jdbc-odbc/classes/jdbc/odbc/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/usr/local/jdk/jdbc/jdbc-odbc/classes/jdbc/odbc/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/local/jdk/jdbc/jdbc-odbc/classes/jdbc/odbc", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/opt/ISLIodbc/2.11/lib/tls/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/opt/ISLIodbc/2.11/lib/tls/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/opt/ISLIodbc/2.11/lib/tls/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/opt/ISLIodbc/2.11/lib/tls", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/opt/ISLIodbc/2.11/lib/x86_64/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/opt/ISLIodbc/2.11/lib/x86_64", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/opt/ISLIodbc/2.11/lib/libslang.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/opt/ISLIodbc/2.11/lib", 0x7fff4ff4e1f0) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=146300, ...}) = 0 mmap(NULL, 146300, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f8085ade000 close(3) = 0 open("/lib64/libslang.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\221\204\3648\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=1116360, ...}) = 0 mmap(0x38f4800000, 3618232, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f4800000 mprotect(0x38f48f4000, 2093056, PROT_NONE) = 0 mmap(0x38f4af3000, 118784, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf3000) = 0x38f4af3000 mmap(0x38f4b10000, 406968, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x38f4b10000 close(3) = 0 open("/usr/local/lib/libselinux.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\3408/D4\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libselinux.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300_\300\3618\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=128888, ...}) = 0 mmap(0x38f1c00000, 2230304, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f1c00000 mprotect(0x38f1c1e000, 2093056, PROT_NONE) = 0 mmap(0x38f1e1d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1d000) = 0x38f1e1d000 mmap(0x38f1e1f000, 6176, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x38f1e1f000 close(3) = 0 open("/usr/local/lib/libutil.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\n\0\0004\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libutil.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\16\340\0179\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=17576, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085add000 mmap(0x390fe00000, 2105584, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x390fe00000 mprotect(0x390fe02000, 2093056, PROT_NONE) = 0 mmap(0x3910001000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1000) = 0x3910001000 close(3) = 0 open("/usr/local/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0pD\0\0004\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libm.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360U\300\3608\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=1114528, ...}) = 0 mmap(0x38f0c00000, 3121432, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f0c00000 mprotect(0x38f0cfa000, 2093056, PROT_NONE) = 0 mmap(0x38f0ef9000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xf9000) = 0x38f0ef9000 close(3) = 0 open("/usr/local/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320\232;D4\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\16@\3608\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=22480, ...}) = 0 mmap(0x38f0400000, 2109704, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f0400000 mprotect(0x38f0403000, 2093056, PROT_NONE) = 0 mmap(0x38f0602000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x38f0602000 close(3) = 0 open("/usr/local/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\3\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220G\376C4\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libc.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\30\2\3608\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=2065560, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085adc000 mmap(0x38f0000000, 3892376, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f0000000 mprotect(0x38f01ac000, 2097152, PROT_NONE) = 0 mmap(0x38f03ac000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1ac000) = 0x38f03ac000 mmap(0x38f03b2000, 17560, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x38f03b2000 close(3) = 0 open("/usr/local/lib/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340@\0\0004\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\360^\200\3678\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=219352, ...}) = 0 mmap(0x38f7800000, 2312968, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f7800000 mprotect(0x38f7833000, 2097152, PROT_NONE) = 0 mmap(0x38f7a33000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x33000) = 0x38f7a33000 close(3) = 0 open("/usr/local/lib/libXrender.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libXrender.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\300\23\0\0004\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libXrender.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0p\32@\3718\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=41992, ...}) = 0 mmap(0x38f9400000, 2134616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f9400000 mprotect(0x38f9409000, 2093056, PROT_NONE) = 0 mmap(0x38f9608000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x8000) = 0x38f9608000 close(3) = 0 open("/usr/local/lib/libX11.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20D\1\0004\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libX11.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\336\1\3638\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=1288248, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085adb000 mmap(0x38f3000000, 3382736, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f3000000 mprotect(0x38f3134000, 2097152, PROT_NONE) = 0 mmap(0x38f3334000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x134000) = 0x38f3334000 close(3) = 0 open("/usr/local/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260!\0\0004\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320=\300\3658\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=168336, ...}) = 0 mmap(0x38f5c00000, 2261184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f5c00000 mprotect(0x38f5c26000, 2097152, PROT_NONE) = 0 mmap(0x38f5e26000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x38f5e26000 close(3) = 0 open("/usr/local/lib/libxcb.so.1", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0p\177\0\0004\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\231\200\3628\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=123992, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085ada000 mmap(0x38f2800000, 2216752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f2800000 mprotect(0x38f281d000, 2093056, PROT_NONE) = 0 mmap(0x38f2a1c000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x1c000) = 0x38f2a1c000 close(3) = 0 open("/usr/local/lib/libXau.so.6", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0`\n\0\0004\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libXau.so.6", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\16\300\3628\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=16832, ...}) = 0 mmap(0x38f2c00000, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f2c00000 mprotect(0x38f2c02000, 2097152, PROT_NONE) = 0 mmap(0x38f2e02000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x38f2e02000 close(3) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085ad9000 mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085ad7000 arch_prctl(ARCH_SET_FS, 0x7f8085ad7800) = 0 mprotect(0x38f03ac000, 16384, PROT_READ) = 0 mprotect(0x38f2e02000, 4096, PROT_READ) = 0 mprotect(0x38f2a1c000, 4096, PROT_READ) = 0 mprotect(0x38f5e26000, 8192, PROT_READ) = 0 mprotect(0x38f0602000, 4096, PROT_READ) = 0 mprotect(0x38f3334000, 4096, PROT_READ) = 0 mprotect(0x38f9608000, 4096, PROT_READ) = 0 mprotect(0x38f0ef9000, 4096, PROT_READ) = 0 mprotect(0x38f6e93000, 24576, PROT_READ) = 0 mprotect(0x38f7a33000, 4096, PROT_READ) = 0 mprotect(0x3910001000, 4096, PROT_READ) = 0 mprotect(0x38f1e1d000, 4096, PROT_READ) = 0 mprotect(0x38f4af3000, 16384, PROT_READ) = 0 mprotect(0x38fe213000, 4096, PROT_READ) = 0 mprotect(0x641000, 4096, PROT_READ) = 0 mprotect(0x38efe1f000, 4096, PROT_READ) = 0 munmap(0x7f8085ade000, 146300) = 0 statfs("/sys/fs/selinux", 0x7fff4ff4eb20) = -1 ENOENT (No such file or directory) statfs("/selinux", 0x7fff4ff4eb20) = -1 ENOENT (No such file or directory) brk(0) = 0x11f7000 brk(0x1218000) = 0x1218000 open("/proc/filesystems", O_RDONLY) = 3 fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085b01000 read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 349 read(3, "", 1024) = 0 close(3) = 0 munmap(0x7f8085b01000, 4096) = 0 stat("/usr/share/jed", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=105038240, ...}) = 0 mmap(NULL, 105038240, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f807f6aa000 close(3) = 0 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0 getcwd("/home/mave007", 4096) = 14 lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat("/home/mave007", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat("/home/mave007", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 stat("/home/mave007/", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 getcwd("/home/mave007", 4096) = 14 lstat("/home", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat("/home/mave007", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 lstat("/home/mave007", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 stat("/home/mave007/", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0 mmap(NULL, 143360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085adf000 brk(0) = 0x1218000 brk(0x1239000) = 0x1239000 rt_sigaction(SIGFPE, {0x38f486f870, [], SA_RESTORER|SA_RESTART, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 uname({sys="Linux", node="jazz.intra.nic.cl", ...}) = 0 getpid() = 3949 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=117, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085ade000 read(3, "# Generated by NetworkManager\ndo"..., 4096) = 117 read(3, "", 4096) = 0 close(3) = 0 munmap(0x7f8085ade000, 4096) = 0 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 connect(3, {sa_family=AF_FILE, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) close(3) = 0 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 connect(3, {sa_family=AF_FILE, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) close(3) = 0 open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=1717, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8085ade000 read(3, "#\n# /etc/nsswitch.conf\n#\n# An ex"..., 4096) = 1717 read(3, "", 4096) = 0 close(3) = 0 munmap(0x7f8085ade000, 4096) = 0 open("/usr/local/lib/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\32\0\0004\0\0\0"..., 832) = 832 close(3) = 0 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=146300, ...}) = 0 mmap(NULL, 146300, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f807f686000 close(3) = 0 open("/lib64/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260!\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=62464, ...}) = 0 mmap(NULL, 2148424, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f807f479000 mprotect(0x7f807f485000, 2093056, PROT_NONE) = 0 mmap(0x7f807f684000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xb000) = 0x7f807f684000 close(3) = 0 mprotect(0x7f807f684000, 4096, PROT_READ) = 0 munmap(0x7f807f686000, 146300) = 0 open("/etc/host.conf", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=9, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f807f6a9000 read(3, "multi on\n", 4096) = 9 read(3, "", 4096) = 0 close(3) = 0 munmap(0x7f807f6a9000, 4096) = 0 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=158, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f807f6a9000 read(3, "127.0.0.1 localhost localhost."..., 4096) = 158 read(3, "", 4096) = 0 close(3) = 0 munmap(0x7f807f6a9000, 4096) = 0 open("/usr/local/lib/libnss_dns.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libnss_dns.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0@\f\0\0004\0\0\0"..., 832) = 832 close(3) = 0 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=146300, ...}) = 0 mmap(NULL, 146300, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f807f686000 close(3) = 0 open("/lib64/libnss_dns.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\320\20\0\0\0\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=31656, ...}) = 0 mmap(NULL, 2121952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f807f272000 mprotect(0x7f807f277000, 2097152, PROT_NONE) = 0 mmap(0x7f807f477000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5000) = 0x7f807f477000 close(3) = 0 open("/usr/local/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) open("/usr/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\326\27D4\0\0\0"..., 832) = 832 close(3) = 0 open("/lib64/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 3 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\2609@\3628\0\0\0"..., 832) = 832 fstat(3, {st_mode=S_IFREG|0755, st_size=113792, ...}) = 0 mmap(0x38f2400000, 2202184, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x38f2400000 mprotect(0x38f2416000, 2097152, PROT_NONE) = 0 mmap(0x38f2616000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x16000) = 0x38f2616000 mmap(0x38f2618000, 6728, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x38f2618000 close(3) = 0 mprotect(0x38f2616000, 4096, PROT_READ) = 0 mprotect(0x7f807f477000, 4096, PROT_READ) = 0 munmap(0x7f807f686000, 146300) = 0 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 3 connect(3, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("172.30.10.5")}, 16) = 0 poll([{fd=3, events=POLLOUT}], 1, 0) = 1 ([{fd=3, revents=POLLOUT}]) sendto(3, "Cu\1\0\0\1\0\0\0\0\0\0\4jazz\5intra\3nic\2cl\0\0"..., 35, MSG_NOSIGNAL, NULL, 0) = 35 poll([{fd=3, events=POLLIN}], 1, 5000) = 1 ([{fd=3, revents=POLLIN}]) ioctl(3, FIONREAD, [91]) = 0 recvfrom(3, "Cu\205\200\0\1\0\1\0\1\0\1\4jazz\5intra\3nic\2cl\0\0"..., 1024, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("172.30.10.5")}, [16]) = 91 close(3) = 0 getuid() = 10093 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 connect(3, {sa_family=AF_FILE, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) close(3) = 0 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 3 connect(3, {sa_family=AF_FILE, sun_path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory) close(3) = 0 open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 3 fstat(3, {st_mode=S_IFREG|0644, st_size=2496, ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f807f6a9000 read(3, "root:x:0:0:root:/root:/bin/bash\n"..., 4096) = 2496 close(3) = 0 munmap(0x7f807f6a9000, 4096) = 0 rt_sigaction(SIGWINCH, {0x416980, [], SA_RESTORER|SA_INTERRUPT, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGINT, {0x416a20, [], SA_RESTORER|SA_INTERRUPT, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGHUP, {0x416870, [], SA_RESTORER|SA_RESTART, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGQUIT, {0x416870, [], SA_RESTORER|SA_RESTART, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGTERM, {0x416870, [], SA_RESTORER|SA_RESTART, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGILL, {0x416890, [], SA_RESTORER|SA_RESTART, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER|SA_INTERRUPT, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGBUS, {0x416890, [], SA_RESTORER|SA_RESTART, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGSYS, {0x416890, [], SA_RESTORER|SA_RESTART, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 rt_sigaction(SIGTSTP, {0x4169d0, [], SA_RESTORER|SA_INTERRUPT, 0x38f00359a0}, {SIG_DFL, [], 0}, 8) = 0 stat("/usr/share/jed/lib/site", 0x7fff4ff4c9e0) = -1 ENOENT (No such file or directory) stat("/usr/share/jed/lib/site.slc", {st_mode=S_IFREG|0644, st_size=36773, ...}) = 0 stat("/usr/share/jed/lib/site.sl", {st_mode=S_IFREG|0644, st_size=76315, ...}) = 0 stat("/usr/share/jed/lib/site.slc", {st_mode=S_IFREG|0644, st_size=36773, ...}) = 0 open("/usr/share/jed/lib/site.slc", O_RDONLY) = 3 fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 5), ...}) = 0 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f807f6a9000 write(1, "loading /usr/share/jed/lib/site."..., 36loading /usr/share/jed/lib/site.slc ) = 36 read(3, ".#)\374\" 41 . _Jed_Emulation+ $ NUL"..., 4096) = 4096 brk(0) = 0x1239000 brk(0x125a000) = 0x125a000 read(3, " file+\6\374# 608 - Jed_Doc_Files\34 "..., 4096) = 4096 read(3, " 788\0345 append_string_to_file\34$ m"..., 4096) = 4096 read(3, "_unsetkey\375\374$ 1148\34/ self_insert_"..., 4096) = 4096 read(3, "what_column\376\374$ 1660 ( vmessage\374$"..., 4096) = 4096 read(3, "962y8 set_buffer_modified_flag,\6"..., 4096) = 4096 stat("/usr/share/jed/lib/colors", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 read(3, "72 $ list & prompt $ dflt + Null"..., 4096) = 4096 brk(0) = 0x125a000 brk(0x127b000) = 0x127b000 read(3, "ark_cmd\374$ 2690y2 smart_set_mark_"..., 4096) = 4096 stat("/usr/share/jed/lib/os.sl", {st_mode=S_IFREG|0644, st_size=4326, ...}) = 0 open("/usr/share/jed/lib/os.sl", O_RDONLY) = 4 write(1, "loading /usr/share/jed/lib/os.sl"..., 33loading /usr/share/jed/lib/os.sl ) = 33 read(4, "% This file should not be byte-c"..., 4096) = 4096 stat("/usr/share/jed/lib/menus", 0x7fff4ff4b680) = -1 ENOENT (No such file or directory) stat("/usr/share/jed/lib/menus.slc", {st_mode=S_IFREG|0644, st_size=1782, ...}) = 0 stat("/usr/share/jed/lib/menus.sl", {st_mode=S_IFREG|0644, st_size=2362, ...}) = 0 stat("/usr/share/jed/lib/menus.slc", {st_mode=S_IFREG|0644, st_size=1782, ...}) = 0 open("/usr/share/jed/lib/menus.slc", O_RDONLY) = 5 write(1, "loading /usr/share/jed/lib/menus"..., 37loading /usr/share/jed/lib/menus.slc ) = 37 read(5, ".#)\374! 1 2 Menu_Popups_Loaded+\24! "..., 4096) = 1782 read(5, "", 2314) = 0 close(5) = 0 read(4, "W32shell_Perform_Globbing;\n#else"..., 4087) = 230 read(4, "", 3857) = 0 close(4) = 0 read(3, "ile $ NULLB.\375\374$ 3090 ) init_file"..., 4096) = 4005 read(3, "", 91) = 0 stat("/usr/local/bin/jed", 0x7fff4ff4d370) = -1 ENOENT (No such file or directory) stat("/bin/jed", {st_mode=S_IFREG|0755, st_size=310000, ...}) = 0 stat("/usr/share/slsh", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/usr/share/slsh", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/usr/share/slsh/help", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/usr/share/slsh/local-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/usr/share/slsh/local-packages", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 stat("/usr/share/slsh/local-packages/help", 0x7fff4ff4dc50) = -1 ENOENT (No such file or directory) stat("/usr/share/jed/lib`B\200\3648/usr/share/slsh(/usr/share/slsh/local-packages/defaults.sl", 0x7fff4ff4d950) = -1 ENOENT (No such file or directory) stat("/etc/jed.conf", 0x7fff4ff4dcc0) = -1 ENOENT (No such file or directory) close(3) = 0 stat("/home/mave007/.jedrc", 0x7fff4ff4e650) = -1 ENOENT (No such file or directory) stat("jed.rc", 0x7fff4ff4e490) = -1 ENOENT (No such file or directory) stat("jed.rc", 0x7fff4ff4e2d0) = -1 ENOENT (No such file or directory) stat("/usr/share/jed/lib`B\200\3648/usr/share/slsh(/usr/share/slsh/local-packages/jed.rc", 0x7fff4ff4c380) = -1 ENOENT (No such file or directory) stat("/usr/share/jed/lib`B\200\3648/usr/share/slsh(/usr/share/slsh/local-packages/jed.rc.slc", 0x7fff4ff4c3a0) = -1 ENOENT (No such file or directory) stat("/usr/share/jed/lib`B\200\3648/usr/share/slsh(/usr/share/slsh/local-packages/jed.rc.sl", 0x7fff4ff4c3a0) = -1 ENOENT (No such file or directory) stat("/usr/share/jed/lib`B\200\3648/usr/share/slsh(/usr/share/slsh/local-packages/jed.rc.slc", 0x7fff4ff4c380) = -1 ENOENT (No such file or directory) rt_sigprocmask(SIG_BLOCK, [], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 write(2, "Unable to open jed.rc. Check th"..., 66Unable to open jed.rc. Check the value of the S-Lang load path. ) = 66 write(2, "Traceback: evalfile\n", 20Traceback: evalfile ) = 20 write(2, "/usr/share/jed/lib/site.sl:3098:"..., 62/usr/share/jed/lib/site.sl:3098:command_line_hook:Open failed ) = 62 write(2, " Local variables for command_li"..., 41 Local variables for command_line_hook: ) = 41 write(2, "\tInteger_Type n = ", 18 Integer_Type n = ) = 18 write(2, "2\n", 22 ) = 2 write(2, "\tInteger_Type i = ", 18 Integer_Type i = ) = 18 write(2, "2\n", 22 ) = 2 write(2, "\tString_Type file = ", 20 String_Type file = ) = 20 write(2, "\"-quiet\"\n", 9"-quiet" ) = 9 write(2, "\tInteger_Type depth = ", 22 Integer_Type depth = ) = 22 write(2, "0\n", 20 ) = 2 write(2, "\tUndefined_Type next_file = ", 28 Undefined_Type next_file = ) = 28 write(2, "Undefined_Type\n", 15Undefined_Type ) = 15 write(2, "\tUndefined_Type tmp = ", 22 Undefined_Type tmp = ) = 22 write(2, "Undefined_Type\n", 15Undefined_Type ) = 15 write(2, "\tString_Type init_file = ", 25 String_Type init_file = ) = 25 write(2, "\"jed.rc\"\n", 9"jed.rc" ) = 9 write(2, "\tUndefined_Type next_file_arg = ", 32 Undefined_Type next_file_arg = ) = 32 write(2, "Undefined_Type\n", 15Undefined_Type ) = 15 write(2, "\tUndefined_Type hookfun = ", 26 Undefined_Type hookfun = ) = 26 write(2, "Undefined_Type\n", 15Undefined_Type ) = 15 write(2, "Error encountered while executin"..., 53Error encountered while executing command_line_hook ) = 53 rt_sigprocmask(SIG_BLOCK, [], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 rt_sigprocmask(SIG_BLOCK, [], [], 8) = 0 rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0 exit_group(30) = ? +++ exited with 30 +++ #################################################################################################################################### gdb backtrace: #0 0x00000038f0035c07 in kill () at ../sysdeps/unix/syscall-template.S:82 No locals. #1 0x0000000000410bd5 in suspend_func (unused=<optimized out>) at /usr/src/debug/jed-0.99-19/src/cmds.c:1178 No locals. #2 0x00000000004124f6 in jed_spawn_fg_process (f=<optimized out>, cd=<optimized out>) at /usr/src/debug/jed-0.99-19/src/cmds.c:1151 status = <optimized out> inited = 1 #3 0x00000000004125a3 in sys_spawn_cmd () at /usr/src/debug/jed-0.99-19/src/cmds.c:1194 No locals. #4 0x000000000042360d in key_interpret (key=0x732690, key=0x732690) at /usr/src/debug/jed-0.99-19/src/keymap.c:495 str = <optimized out> ret = <optimized out> #5 0x0000000000423479 in do_key () at /usr/src/debug/jed-0.99-19/src/keymap.c:617 key = 0x732690 repeat = <optimized out> #6 jed_do_key () at /usr/src/debug/jed-0.99-19/src/keymap.c:648 ret = 7556480 #7 0x00000000004237c6 in do_jed () at /usr/src/debug/jed-0.99-19/src/keymap.c:673 mode = 0x0 tthis = 0x734d80 #8 0x00000000004239b2 in jed () at /usr/src/debug/jed-0.99-19/src/keymap.c:768 had_err = 0 buffer_name = 0x73500c "*scratch*" #9 0x000000000040e6f5 in main (argc=1, argv=0x7fffffffd9c8) at /usr/src/debug/jed-0.99-19/src/main.c:576 err = <optimized out>
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component.
Apparently this is a bug in using -O2 optimization when compiling the S-Lang library. I was able to fix the problem with jed by rebuilding the slang package with the -O0 flag. Here is what I did: 1. Installed the slang-2.2.4-5.fc18.src.rpm RPM: rpm -ivh slang-2.2.4-5.fc18.src.rpm 2. Added this line to the slang.spec file, right below %build and before %configure: export CFLAGS='-O0 -g' 3. Ran rpmbuild -bb slang.spec. Installing the new slang RPM caused jed to run properly for all users on my F18 system.
Are you able to reproduce on f18, f19 or rawhide?
François, The bug occurred for me in F18, which is why I created the fix for it in F18. I don't use F19 or rawhide. Have you been able to use jed in F19 or rawhide?
Mauricio, Sato, well, I cannot reproduce on my Fedora 18 systems - i.e. jed works as expected as a normal user.
Im still using F17 and the behavior is the same. I downgraded to a jed{,-common}-0.99.14-2 version to avoid this issue
Unable to reproduce issue with: jed-0.99.19-5.fc18.x86_64.rpm oniguruma-5.9.4-1.fc18.x86_64.rpm slang-slsh-2.2.4-5.fc18.x86_64.rpm Ran as normal user and opened a file for edit without any problems.
This message is a reminder that Fedora 17 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 17. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '17'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 17's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 17 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 17's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete.
(In reply to François Cami from comment #5) > Mauricio, Sato, well, I cannot reproduce on my Fedora 18 systems - i.e. jed > works as expected as a normal user. I had an ecounter with what could be a manifestation of the same bug. This was with jed-0.99.19-5.fc18 on Fedora 18 installation. These binaries were installed on "Tue 19 Feb 2013" and worked fine for a while. Around July 5th I could not start jed. AFAICS a direct trigger was the following line in ~/.jedrc: () = evalfile ("emacs"); strace showed the following: 2359 stat("/usr/share/jed/lib(/usr/share/slsh(/usr/share/slsh/local-packages/emacs", 0x7fff60f814b0) = -1 ENOENT (No such file or directory) 2359 stat("/usr/share/jed/lib(/usr/share/slsh(/usr/share/slsh/local-packages/emacs.slc", 0x7fff60f814d0) = -1 ENOENT (No such file or directory) 2359 stat("/usr/share/jed/lib(/usr/share/slsh(/usr/share/slsh/local-packages/emacs.sl", 0x7fff60f814d0) = -1 ENOENT (No such file or directory) 2359 stat("/usr/share/jed/lib(/usr/share/slsh(/usr/share/slsh/local-packages/emacs.slc", 0x7fff60f814b0) = -1 ENOENT (No such file or directory) Small wonder that things were failing. Other jed library files also were becoming not-loadable. Attempts to be explicit with set_jed_library_path were not helpful. I run out of time and replaced a jed use with 'emacsclient -A ""'. To my considerable surprise the same jed binaries today work just fine again. Looking at updates between July 5th and today an update of glibc from glibc-2.16-31.fc18 glibc-2.16-33.fc18 smells like the most plausible "fix" candidate; even if likely not on its own. This is just a guess and probably even not a good one.
Fedora 17 changed to end-of-life (EOL) status on 2013-07-30. Fedora 17 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed.