screen-users
[Top][All Lists]
Advanced

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

Re: Screen freezes when launched as normal user


From: Juergen Weigert
Subject: Re: Screen freezes when launched as normal user
Date: Wed, 5 Jul 2006 16:28:07 +0200
User-agent: Mutt/1.4.2.1i

On Jul 05, 06 22:48:24 +0900, Stéphane Glondu wrote:
> Juergen Weigert a écrit :
> > Please post the full strace from clone() to SEGV.
> 
> See the attachment.

That looks like one of your system-libraries is at fault.

12673 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
12673 open("/usr/lib/libdb-4.2.so", O_RDONLY) = 4
12673 read(4, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\31\2\0"..., 
640) = 640
12673 fstat(4, {st_mode=S_IFREG|0644, st_size=908464, ...}) = 0
12673 mmap(NULL, 1956376, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x2a970a8000
12673 mprotect(0x2a97172000, 1128984, PROT_NONE) = 0
12673 mmap(0x2a971a8000, 909312, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 
4, 0) = 0x2a971a8000
12673 close(4)                          = 0
12673 munmap(0x2a9709e000, 38450)       = 0
12673 open("/usr/lib/sasl2/libsasldb.la", O_RDONLY) = 4
12673 close(4)                          = 0
12673 getdents64(3, /* 0 entries */, 4096) = 0
12673 close(3)                          = 0
12673 --- SIGSEGV (Segmentation fault) @ 0 (0) ---

All of this is not screen code. There is no exec call in the log, so I'll
assume that this is still from the screen binary itself. Could also be
some shell or helper app that does some ldap lookup.

The above snippet suggests that something inside /usr/lib/libdb-4.2.so
caused the crash. No idea when or why this is loaded. 

> 
> > Is a coredump written?
> 
> No.

Without one, I cannot say more details.
Please consult your sysadmin, he should check if the system is in a sane
state.

        cheers,
                Jw.

-- 
 o \  Juergen Weigert      unix-software __/ _=======.=======_     
<V> | address@hidden         creator    __/        _---|____________\/    
 \  |            0179/2069677      __/          (____/            /\
(/) | ____________________________/              _/ \_ vim:set sw=2 wm=8




reply via email to

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