guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lost: guile 1.7.0 doesn't look to GUILE_LOAD_PATH ?


From: David Pirotte
Subject: Re: lost: guile 1.7.0 doesn't look to GUILE_LOAD_PATH ?
Date: Tue, 28 Aug 2001 14:01:10 +0200

Thomas Wawrzinek wrote:
> 
> Hi!
> $ strace -o xx guile -s <yourscript>

thanks a lot, here is some output

for obscure reason (to me at least) it finds libpq.so, looking to all places
specified by env variables and /etc/ld.so.conf:

        [by the way, it seems to look for it several times and does
         not remember its place, looking several times almost everywhere
         again, is this not a candidate for some 'heuristic' improvement?]
        
        ...
        open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
        ...

however, when it comes to libpostgres, it only looks to 2 places ?!?

        ...
        open("/lib/libpostgres", O_RDONLY)      = -1 ENOENT (No such file or 
directory)
        open("/usr/lib/libpostgres", O_RDONLY)  = -1 ENOENT (No such file or 
directory)
        munmap(0x40268000, 47539)               = 0
        write(2, "ERROR", 5)                    = 5
        write(2, ": ", 2)                       = 2
        write(2, "In procedure ", 13)           = 13
        ...

i've attached the strace.out file for who can help me,
thanks again,
david

ps:     this was with guile-1.5.1, but as it is not related to a particular
        guile version, i'll re-install the latest guile-1.7.0


        ;; db-test.scm content:
        (use-modules (database postgres))

        (define pg-con
          (pg-connectdb (format #f "~A ~A ~A ~A"
                                "dbname=tactus"
                                "tty=/usr/www/tactus/logs/pg-error.log"
                                "user=david"
                                "password=hea1ther"
                                )))
        ;; end-of test file
execve("/usr/local/bin/guile", ["guile", "-s", "./db-test.scm"], [/* 79 vars 
*/]) = 0
uname({sys="Linux", node="faust", ...}) = 0
brk(0)                                  = 0x8049b14
open("/etc/ld.so.preload", O_RDONLY)    = -1 ENOENT (No such file or directory)
open("/usr/local/lib/i686/mmx/libguile.so.10", O_RDONLY) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/lib/i686/mmx", 0xbfffe65c) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/i686/libguile.so.10", O_RDONLY) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/lib/i686", 0xbfffe65c) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/mmx/libguile.so.10", O_RDONLY) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/lib/mmx", 0xbfffe65c) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libguile.so.10", O_RDONLY) = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\20\257"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1627060, ...}) = 0
old_mmap(NULL, 635460, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x40017000
mprotect(0x400a9000, 37444, PROT_NONE)  = 0
old_mmap(0x400a9000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 
0x91000) = 0x400a9000
old_mmap(0x400ad000, 21060, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400ad000
close(4)                                = 0
open("/usr/local/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/i686/mmx/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/lib/i686/mmx", 0xbfffe64c)     = -1 ENOENT (No such file or directory)
open("/lib/i686/libdl.so.2", O_RDONLY)  = -1 ENOENT (No such file or directory)
stat64("/lib/i686", 0xbfffe64c)         = -1 ENOENT (No such file or directory)
open("/lib/mmx/libdl.so.2", O_RDONLY)   = -1 ENOENT (No such file or directory)
stat64("/lib/mmx", 0xbfffe64c)          = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY)       = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\34"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=14328, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x400b3000
old_mmap(NULL, 12340, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x400b4000
mprotect(0x400b6000, 4148, PROT_NONE)   = 0
old_mmap(0x400b6000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 
0x1000) = 0x400b6000
old_mmap(0x400b7000, 52, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400b7000
close(4)                                = 0
open("/usr/local/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libcrypt.so.1", O_RDONLY)    = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\17"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=26670, ...}) = 0
old_mmap(NULL, 184476, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x400b8000
mprotect(0x400bd000, 163996, PROT_NONE) = 0
old_mmap(0x400bd000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 
0x4000) = 0x400bd000
old_mmap(0x400be000, 159900, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x400be000
close(4)                                = 0
open("/usr/local/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libm.so.6", O_RDONLY)        = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320H\0"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=171762, ...}) = 0
old_mmap(NULL, 125300, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x400e6000
mprotect(0x40104000, 2420, PROT_NONE)   = 0
old_mmap(0x40104000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 
0x1d000) = 0x40104000
close(4)                                = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)        = 4
read(4, "address@hidden"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
old_mmap(NULL, 1164516, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x40105000
mprotect(0x40218000, 38116, PROT_NONE)  = 0
old_mmap(0x40218000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 
0x112000) = 0x40218000
old_mmap(0x4021e000, 13540, PROT_READ|PROT_WRITE, 
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4021e000
close(4)                                = 0
open("/usr/local/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libdl.so.2", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libdl.so.2", O_RDONLY)       = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\260\34"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=14328, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libcrypt.so.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libcrypt.so.1", O_RDONLY)    = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\340\17"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=26670, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libm.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libm.so.6", O_RDONLY)        = 4
read(4, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\320H\0"..., 1024) = 
1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=171762, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)        = 4
read(4, "address@hidden"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)        = 4
read(4, "address@hidden"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)        = 4
read(4, "address@hidden"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
close(4)                                = 0
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libc.so.6", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libc.so.6", O_RDONLY)        = 4
read(4, "address@hidden"..., 1024) = 1024
fstat64(4, {st_mode=S_IFREG|0755, st_size=1343073, ...}) = 0
close(4)                                = 0
getpid()                                = 17896
brk(0)                                  = 0x8049b14
brk(0x8049b5c)                          = 0x8049b5c
brk(0x804a000)                          = 0x804a000
brk(0x8057000)                          = 0x8057000
brk(0x805a000)                          = 0x805a000
brk(0x805f000)                          = 0x805f000
brk(0x8063000)                          = 0x8063000
brk(0x8065000)                          = 0x8065000
brk(0x8066000)                          = 0x8066000
brk(0x8067000)                          = 0x8067000
brk(0x8068000)                          = 0x8068000
brk(0x8069000)                          = 0x8069000
rt_sigaction(SIG_0, NULL, {0x18, [QUIT ABRT FPE KILL SEGV STKFLT CHLD CONT STOP 
TTIN UNUSED], SA_NOMASK|0x21aa80}, 8) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGHUP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGHUP, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGINT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGQUIT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGILL, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGILL, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTRAP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTRAP, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGABRT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGABRT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGBUS, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGBUS, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGFPE, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGFPE, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGKILL, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGKILL, {SIG_DFL}, NULL, 8) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGUSR1, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR1, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGSEGV, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSEGV, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGUSR2, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUSR2, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGPIPE, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPIPE, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGALRM, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGALRM, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTERM, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGSTKFLT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSTKFLT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGCHLD, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCHLD, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGCONT, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGCONT, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGSTOP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGSTOP, {SIG_DFL}, NULL, 8) = -1 EINVAL (Invalid argument)
rt_sigaction(SIGTSTP, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTSTP, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTTIN, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTTIN, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGTTOU, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGTTOU, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGURG, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGURG, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGXCPU, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXCPU, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGXFSZ, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGXFSZ, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGVTALRM, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGVTALRM, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGPROF, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPROF, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGWINCH, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGWINCH, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGIO, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGIO, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGPWR, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGPWR, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGUNUSED, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGUNUSED, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_0, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_0, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_1, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_1, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_2, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_2, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_3, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_3, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_4, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_4, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_5, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_5, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_6, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_6, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_7, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_7, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_8, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_8, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_9, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_9, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_10, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_10, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_11, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_11, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_12, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_12, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_13, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_13, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_14, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_14, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_15, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_15, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_16, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_16, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_17, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_17, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_18, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_18, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_19, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_19, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_20, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_20, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_21, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_21, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_22, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_22, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_23, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_23, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_24, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_24, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_25, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_25, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_26, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_26, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_27, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_27, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_28, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_28, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_29, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_29, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_30, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_30, {SIG_DFL}, NULL, 8) = 0
rt_sigaction(SIGRT_31, NULL, {SIG_DFL}, 8) = 0
rt_sigaction(SIGRT_31, {SIG_DFL}, NULL, 8) = 0
brk(0x807a000)                          = 0x807a000
brk(0x807d000)                          = 0x807d000
gettimeofday({998999329, 332977}, {4294967176, 0}) = 0
times({tms_utime=0, tms_stime=2, tms_cutime=0, tms_cstime=0}) = 5437628
brk(0x8096000)                          = 0x8096000
brk(0x8097000)                          = 0x8097000
ioctl(0, TCGETS, {B38400 opost isig icanon echo ...}) = 0
shmat(0, 0xbffff210, 0x3)               = ?
lseek(0, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(1, TCGETS, {B38400 opost isig icanon echo ...}) = 0
shmat(1, 0xbffff200, 0x3)               = ?
lseek(1, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
ioctl(2, TCGETS, {B38400 opost isig icanon echo ...}) = 0
shmat(2, 0xbffff210, 0x3)               = ?
lseek(2, 0, SEEK_CUR)                   = -1 ESPIPE (Illegal seek)
stat64("/usr/local/share/guile/init.scm", 0xbffff07c) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/lib/init.scm", 0xbffff07c) = -1 ENOENT (No such file or 
directory)
stat64("/usr/local/pgsql/lib/init.scm", 0xbffff07c) = -1 ENOENT (No such file 
or directory)
stat64("/usr/alto/projects/guile/init.scm", 0xbffff07c) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/share/guile/site/init.scm", 0xbffff07c) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/share/guile/1.5.1/init.scm", 0xbffff07c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/init.scm", 0xbffff07c) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/share/guile/ice-9/boot-9.scm", 0xbffff04c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/lib/ice-9/boot-9.scm", 0xbffff04c) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/pgsql/lib/ice-9/boot-9.scm", 0xbffff04c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/alto/projects/guile/ice-9/boot-9.scm", 0xbffff04c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/site/ice-9/boot-9.scm", 0xbffff04c) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/1.5.1/ice-9/boot-9.scm", {st_mode=S_IFREG|0644, 
st_size=90638, ...}) = 0
open("/usr/local/share/guile/1.5.1/ice-9/boot-9.scm", O_RDONLY) = 4
shmat(4, 0x8096b18, 0x3)                = ?
lseek(4, 0, SEEK_CUR)                   = 0
fstat64(4, {st_mode=S_IFREG|0644, st_size=90638, ...}) = 0
brk(0x8099000)                          = 0x8099000
read(4, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 4096
stat64("/usr/local/share/guile/ice-9/r4rs.scm", 0xbfffee9c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/lib/ice-9/r4rs.scm", 0xbfffee9c) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/pgsql/lib/ice-9/r4rs.scm", 0xbfffee9c) = -1 ENOENT (No such 
file or directory)
stat64("/usr/alto/projects/guile/ice-9/r4rs.scm", 0xbfffee9c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/site/ice-9/r4rs.scm", 0xbfffee9c) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/1.5.1/ice-9/r4rs.scm", {st_mode=S_IFREG|0644, 
st_size=9812, ...}) = 0
open("/usr/local/share/guile/1.5.1/ice-9/r4rs.scm", O_RDONLY) = 5
shmat(5, 0x8097d98, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=9812, ...}) = 0
read(5, ";;;; r4rs.scm --- definitions ne"..., 4096) = 4096
brk(0x809a000)                          = 0x809a000
read(5, "he given name already exists, th"..., 4096) = 4096
brk(0x809b000)                          = 0x809b000
brk(0x809c000)                          = 0x809c000
brk(0x809d000)                          = 0x809d000
read(5, " is used to escape from the cont"..., 4096) = 1620
brk(0x809e000)                          = 0x809e000
read(5, "", 4096)                       = 0
close(5)                                = 0
read(4, "rocedure value)))\n(define (make-"..., 4096) = 4096
stat64("/usr/local/share/guile/ice-9/arrays.scm", 0xbfffee9c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/lib/ice-9/arrays.scm", 0xbfffee9c) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/pgsql/lib/ice-9/arrays.scm", 0xbfffee9c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/alto/projects/guile/ice-9/arrays.scm", 0xbfffee9c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/site/ice-9/arrays.scm", 0xbfffee9c) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/1.5.1/ice-9/arrays.scm", {st_mode=S_IFREG|0644, 
st_size=2912, ...}) = 0
open("/usr/local/share/guile/1.5.1/ice-9/arrays.scm", O_RDONLY) = 5
shmat(5, 0x80985c0, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=2912, ...}) = 0
brk(0x80a0000)                          = 0x80a0000
read(5, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 2912
read(5, "", 4096)                       = 0
close(5)                                = 0
read(4, "elds . opt)\n  (let ((printer-fn "..., 4096) = 4096
stat64("/usr/local/share/guile/ice-9/posix.scm", 0xbfffee9c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/lib/ice-9/posix.scm", 0xbfffee9c) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/pgsql/lib/ice-9/posix.scm", 0xbfffee9c) = -1 ENOENT (No such 
file or directory)
stat64("/usr/alto/projects/guile/ice-9/posix.scm", 0xbfffee9c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/site/ice-9/posix.scm", 0xbfffee9c) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/1.5.1/ice-9/posix.scm", {st_mode=S_IFREG|0644, 
st_size=3865, ...}) = 0
open("/usr/local/share/guile/1.5.1/ice-9/posix.scm", O_RDONLY) = 5
shmat(5, 0x809dcc0, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=3865, ...}) = 0
read(5, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 3865
times({tms_utime=2, tms_stime=4, tms_cutime=0, tms_cstime=0}) = 5437658
times({tms_utime=2, tms_stime=4, tms_cutime=0, tms_cstime=0}) = 5437658
times({tms_utime=2, tms_stime=4, tms_cutime=0, tms_cstime=0}) = 5437658
read(5, "", 4096)                       = 0
close(5)                                = 0
read(4, "ath \"ice-9/networking.scm\"))\n\n(d"..., 4096) = 4096
stat64("/usr/local/share/guile/ice-9/networking.scm", 0xbfffee9c) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/lib/ice-9/networking.scm", 0xbfffee9c) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/pgsql/lib/ice-9/networking.scm", 0xbfffee9c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/alto/projects/guile/ice-9/networking.scm", 0xbfffee9c) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/site/ice-9/networking.scm", 0xbfffee9c) = -1 
ENOENT (No such file or directory)
stat64("/usr/local/share/guile/1.5.1/ice-9/networking.scm", 
{st_mode=S_IFREG|0644, st_size=4200, ...}) = 0
open("/usr/local/share/guile/1.5.1/ice-9/networking.scm", O_RDONLY) = 5
shmat(5, 0x80987a0, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=4200, ...}) = 0
read(5, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 4096
times({tms_utime=3, tms_stime=4, tms_cutime=0, tms_cstime=0}) = 5437660
times({tms_utime=3, tms_stime=4, tms_cutime=0, tms_cstime=0}) = 5437660
times({tms_utime=4, tms_stime=4, tms_cutime=0, tms_cstime=0}) = 5437661
read(5, "obj 1))\n(define (sockaddr:addr o"..., 4096) = 104
read(5, "", 4096)                       = 0
close(5)                                = 0
old_mmap(NULL, 151552, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x40222000
read(4, "null? rest-ports)\n\t   (let ((res"..., 4096) = 4096
read(4, "(cos z)\n  (if (real? z) ($cos z)"..., 4096) = 4096
read(4, "ge-sans-specials))\n\t (kw-desc (m"..., 4096) = 4096
read(4, "a procedure or #f.\" binder))\n\n\t("..., 4096) = 4096
read(4, "r? pos)\n\t (or (module-search fn "..., 4096) = 4096
read(4, "m v . opt-val)\n  (let ((var (mod"..., 4096) = 4096
read(4, "ule)\n\t\t    (set! inner-module #f"..., 4096) = 4096
read(4, "dule-define! cur (car elts) val)"..., 4096) = 4096
read(4, "ule-uses module)))\n    (if (and "..., 4096) = 4096
read(4, "r? (cddr kws)))\n\t\t (unrecognized"..., 4096) = 4096
times({tms_utime=5, tms_stime=5, tms_cutime=0, tms_cstime=0}) = 5437668
times({tms_utime=6, tms_stime=5, tms_cutime=0, tms_cstime=0}) = 5437669
times({tms_utime=6, tms_stime=5, tms_cutime=0, tms_cstime=0}) = 5437669
read(4, "\t\t))\n\t\t     #t))\n\t\t #f))\n\t   reg"..., 4096) = 4096
read(4, "ed at the top-level, for example"..., 4096) = 4096
read(4, "disable))\n\t\t       (map (lambda "..., 4096) = 4096
read(4, "\n(define stack-saved? #f)\n\n(defi"..., 4096) = 4096
read(4, "haracter past the end of\n\t\t     "..., 4096) = 4096
times({tms_utime=8, tms_stime=5, tms_cutime=0, tms_cstime=0}) = 5437671
times({tms_utime=9, tms_stime=5, tms_cutime=0, tms_cstime=0}) = 5437672
times({tms_utime=9, tms_stime=5, tms_cutime=0, tms_cstime=0}) = 5437672
read(4, "       (error \"define-syntax-mac"..., 4096) = 4096
read(4, "c args)))\n  (define (defined-nam"..., 4096) = 4096
read(4, ") (lp (cdr l))))\n\t\t\t   (else\n\t\t\t"..., 4096) = 4096
read(4, "sig-msg)\n\t\t\t\t  (car old-handler)"..., 4096) = 526
old_mmap(NULL, 135168, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x40247000
stat64("/usr/local/share/guile/ice-9/rdelim.scm", 0xbfffea8c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/ice-9/rdelim", 0xbfffea8c) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/lib/ice-9/rdelim.scm", 0xbfffea8c) = -1 ENOENT (No such file 
or directory)
stat64("/usr/local/lib/ice-9/rdelim", 0xbfffea8c) = -1 ENOENT (No such file or 
directory)
stat64("/usr/local/pgsql/lib/ice-9/rdelim.scm", 0xbfffea8c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/pgsql/lib/ice-9/rdelim", 0xbfffea8c) = -1 ENOENT (No such 
file or directory)
stat64("/usr/alto/projects/guile/ice-9/rdelim.scm", 0xbfffea8c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/alto/projects/guile/ice-9/rdelim", 0xbfffea8c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/site/ice-9/rdelim.scm", 0xbfffea8c) = -1 ENOENT 
(No such file or directory)
stat64("/usr/local/share/guile/site/ice-9/rdelim", 0xbfffea8c) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/share/guile/1.5.1/ice-9/rdelim.scm", {st_mode=S_IFREG|0644, 
st_size=6715, ...}) = 0
open("/usr/local/share/guile/1.5.1/ice-9/rdelim.scm", O_RDONLY) = 5
shmat(5, 0x809ea58, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0644, st_size=6715, ...}) = 0
brk(0x80a2000)                          = 0x80a2000
read(5, ";;; installed-scm-file\n\n;;;; Cop"..., 4096) = 4096
read(5, "t (car args)))\n\t\t     (set! args"..., 4096) = 2619
read(5, "", 4096)                       = 0
close(5)                                = 0
read(4, "", 4096)                       = 0
close(4)                                = 0
open("./db-test.scm", O_RDONLY)         = 4
shmat(4, 0x809ea98, 0x3)                = ?
lseek(4, 0, SEEK_CUR)                   = 0
fstat64(4, {st_mode=S_IFREG|0664, st_size=201, ...}) = 0
read(4, "\n(use-modules (database postgres"..., 4096) = 201
stat64("/usr/local/share/guile/database/postgres.scm", {st_mode=S_IFREG|0775, 
st_size=1594, ...}) = 0
open("/usr/local/share/guile/database/postgres.scm", O_RDONLY) = 5
shmat(5, 0x80a0160, 0x3)                = ?
lseek(5, 0, SEEK_CUR)                   = 0
fstat64(5, {st_mode=S_IFREG|0775, st_size=1594, ...}) = 0
brk(0x80a4000)                          = 0x80a4000
read(5, ";; $Id: postgres.scm.in,v 1.3 20"..., 4096) = 1594
open("/lib/libpostgres.la", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres.la", O_RDONLY) = 6
fstat64(6, {st_mode=S_IFREG|0755, st_size=718, ...}) = 0
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x40268000
read(6, "# libpostgres.la - a libtool lib"..., 4096) = 718
read(6, "", 4096)                       = 0
close(6)                                = 0
munmap(0x40268000, 4096)                = 0
open("/usr/local/lib/libpostgres.a", O_RDONLY) = 6
read(6, "!<arch>\n/               99895040"..., 1024) = 1024
close(6)                                = 0
open("/usr/lib/libpostgres.so.2", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0755, st_size=104093, ...}) = 0
old_mmap(NULL, 33520, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40268000
mprotect(0x4026f000, 4848, PROT_NONE)   = 0
old_mmap(0x4026f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0x6000) = 0x4026f000
close(6)                                = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpq.so.2.1", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/i686/mmx", 0xbfffd904) = -1 ENOENT (No such file or directory)
open("/usr/lib/i686/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/i686", 0xbfffd904)     = -1 ENOENT (No such file or directory)
open("/usr/lib/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/mmx", 0xbfffd904)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or directory)
stat64("/usr/lib", {st_mode=S_IFDIR|0755, st_size=24576, ...}) = 0
open("/usr/lib/X11/i686/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file 
or directory)
stat64("/usr/lib/X11/i686/mmx", 0xbfffd904) = -1 ENOENT (No such file or 
directory)
open("/usr/lib/X11/i686/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/X11/i686", 0xbfffd904) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/X11/mmx", 0xbfffd904)  = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/usr/lib/X11", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/i686/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No 
such file or directory)
stat64("/usr/local/pgsql/lib/i686/mmx", 0xbfffd904) = -1 ENOENT (No such file 
or directory)
open("/usr/local/pgsql/lib/i686/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/pgsql/lib/i686", 0xbfffd904) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/mmx/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such 
file or directory)
stat64("/usr/local/pgsql/lib/mmx", 0xbfffd904) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360(\0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=61365, ...}) = 0
old_mmap(NULL, 56764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40271000
mprotect(0x4027e000, 3516, PROT_NONE)   = 0
old_mmap(0x4027e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0xc000) = 0x4027e000
close(6)                                = 0
munmap(0x40268000, 33520)               = 0
munmap(0x40271000, 56764)               = 0
open("/usr/lib/libpostgres.so.2", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0755, st_size=104093, ...}) = 0
old_mmap(NULL, 33520, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40268000
mprotect(0x4026f000, 4848, PROT_NONE)   = 0
old_mmap(0x4026f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0x6000) = 0x4026f000
close(6)                                = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpq.so.2.1", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360(\0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=61365, ...}) = 0
old_mmap(NULL, 56764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40271000
mprotect(0x4027e000, 3516, PROT_NONE)   = 0
old_mmap(0x4027e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0xc000) = 0x4027e000
close(6)                                = 0
munmap(0x40268000, 33520)               = 0
munmap(0x40271000, 56764)               = 0
open("/lib/libpostgres.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres.so", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0755, st_size=104093, ...}) = 0
old_mmap(NULL, 33520, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40268000
mprotect(0x4026f000, 4848, PROT_NONE)   = 0
old_mmap(0x4026f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0x6000) = 0x4026f000
close(6)                                = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpq.so.2.1", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360(\0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=61365, ...}) = 0
old_mmap(NULL, 56764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40271000
mprotect(0x4027e000, 3516, PROT_NONE)   = 0
old_mmap(0x4027e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0xc000) = 0x4027e000
close(6)                                = 0
munmap(0x40268000, 33520)               = 0
munmap(0x40271000, 56764)               = 0
open("/usr/lib/X11/libpostgres.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpostgres.so", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=104093, ...}) = 0
old_mmap(NULL, 33520, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40268000
mprotect(0x4026f000, 4848, PROT_NONE)   = 0
old_mmap(0x4026f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0x6000) = 0x4026f000
close(6)                                = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpq.so.2.1", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360(\0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=61365, ...}) = 0
old_mmap(NULL, 56764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40271000
mprotect(0x4027e000, 3516, PROT_NONE)   = 0
old_mmap(0x4027e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0xc000) = 0x4027e000
close(6)                                = 0
munmap(0x40268000, 33520)               = 0
munmap(0x40271000, 56764)               = 0
open("/usr/local/pgsql/lib/libpostgres.so", O_RDONLY) = -1 ENOENT (No such file 
or directory)
open("/opt/gnome/lib/libpostgres.so", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpostgres.so", O_RDONLY)   = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres.so", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0755, st_size=104093, ...}) = 0
old_mmap(NULL, 33520, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40268000
mprotect(0x4026f000, 4848, PROT_NONE)   = 0
old_mmap(0x4026f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0x6000) = 0x4026f000
close(6)                                = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpq.so.2.1", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360(\0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=61365, ...}) = 0
old_mmap(NULL, 56764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40271000
mprotect(0x4027e000, 3516, PROT_NONE)   = 0
old_mmap(0x4027e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0xc000) = 0x4027e000
close(6)                                = 0
munmap(0x40268000, 33520)               = 0
munmap(0x40271000, 56764)               = 0
open("/usr/local/lib/libpostgres.so", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360 \0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=104093, ...}) = 0
old_mmap(NULL, 33520, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40268000
mprotect(0x4026f000, 4848, PROT_NONE)   = 0
old_mmap(0x4026f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0x6000) = 0x4026f000
close(6)                                = 0
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpq.so.2.1", O_RDONLY)     = -1 ENOENT (No such file or directory)
open("/usr/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpq.so.2.1", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpq.so.2.1", O_RDONLY) = 6
read(6, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360(\0"..., 1024) = 
1024
fstat64(6, {st_mode=S_IFREG|0775, st_size=61365, ...}) = 0
old_mmap(NULL, 56764, PROT_READ|PROT_EXEC, MAP_PRIVATE, 6, 0) = 0x40271000
mprotect(0x4027e000, 3516, PROT_NONE)   = 0
old_mmap(0x4027e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 6, 
0xc000) = 0x4027e000
close(6)                                = 0
munmap(0x40268000, 33520)               = 0
munmap(0x40271000, 56764)               = 0
open("/lib/libpostgres", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/opt/gnome/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpostgres", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/lib/libpostgres", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres", O_RDONLY)  = -1 ENOENT (No such file or directory)
open("/usr/lib/X11/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/usr/local/pgsql/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/opt/gnome/lib/i686/mmx/libpostgres", O_RDONLY) = -1 ENOENT (No such file 
or directory)
stat64("/opt/gnome/lib/i686/mmx", 0xbfffdb54) = -1 ENOENT (No such file or 
directory)
open("/opt/gnome/lib/i686/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/opt/gnome/lib/i686", 0xbfffdb54) = -1 ENOENT (No such file or 
directory)
open("/opt/gnome/lib/mmx/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/opt/gnome/lib/mmx", 0xbfffdb54) = -1 ENOENT (No such file or directory)
open("/opt/gnome/lib/libpostgres", O_RDONLY) = -1 ENOENT (No such file or 
directory)
stat64("/opt/gnome/lib", {st_mode=S_IFDIR|0755, st_size=8192, ...}) = 0
open("/etc/ld.so.cache", O_RDONLY)      = 6
fstat64(6, {st_mode=S_IFREG|0644, st_size=47539, ...}) = 0
old_mmap(NULL, 47539, PROT_READ, MAP_PRIVATE, 6, 0) = 0x40268000
close(6)                                = 0
open("/lib/libpostgres", O_RDONLY)      = -1 ENOENT (No such file or directory)
open("/usr/lib/libpostgres", O_RDONLY)  = -1 ENOENT (No such file or directory)
munmap(0x40268000, 47539)               = 0
write(2, "ERROR", 5)                    = 5
write(2, ": ", 2)                       = 2
write(2, "In procedure ", 13)           = 13
write(2, "dynamic-link", 12)            = 12
write(2, ":\n", 2)                      = 2
write(2, "ERROR", 5)                    = 5
write(2, ": ", 2)                       = 2
write(2, "file: ", 6)                   = 6
write(2, "\"", 1)                       = 1
write(2, "l", 1)                        = 1
write(2, "i", 1)                        = 1
write(2, "b", 1)                        = 1
write(2, "p", 1)                        = 1
write(2, "o", 1)                        = 1
write(2, "s", 1)                        = 1
write(2, "t", 1)                        = 1
write(2, "g", 1)                        = 1
write(2, "r", 1)                        = 1
write(2, "e", 1)                        = 1
write(2, "s", 1)                        = 1
write(2, "\"", 1)                       = 1
write(2, ", message: ", 11)             = 11
write(2, "\"", 1)                       = 1
write(2, "f", 1)                        = 1
write(2, "i", 1)                        = 1
write(2, "l", 1)                        = 1
write(2, "e", 1)                        = 1
write(2, " ", 1)                        = 1
write(2, "n", 1)                        = 1
write(2, "o", 1)                        = 1
write(2, "t", 1)                        = 1
write(2, " ", 1)                        = 1
write(2, "f", 1)                        = 1
write(2, "o", 1)                        = 1
write(2, "u", 1)                        = 1
write(2, "n", 1)                        = 1
write(2, "d", 1)                        = 1
write(2, "\"", 1)                       = 1
write(2, "\n", 1)                       = 1
_exit(2)                                = ?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]