Skip to Content.
Sympa Menu

baslinux - Re: [BL] New error message

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: Sindi Keesan <keesan AT iamjlamb.com>
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] New error message
  • Date: Thu, 6 May 2004 11:56:22 -0400 (EDT)

On Thu, 6 May 2004, Matrix Mole wrote:

> On Thu, 6 May 2004 3aoo-cvfd AT dea.spamcon.org wrote:
>
> > Hmmm, not defined in libc.so.6 with link time reference.
> > Sounds like something is missing in glibc-2.1.3.so.
> > What happens when you do ldd on the newsplex executable?
>
> Prior to installing glibcso, I got:
>
> ----
> ldd: newsplex exited with signal 11
> ----
>
> After installing glibcso, it comes back with:
>
> -------------
> ~/newsplex<$>ldd newsplex
> libpthread.so.0 => /lib/libpthread.so.0 (0x40015000)
> libc.so.6 => /lib/libc.so.6 (0x40028000)
> /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> ~/newsplex<$>
> -------------
>
> Any idea what the exited with signal 11 meant? I only discovered that it
> needed glibcso by trying to execute the file and getting the error message
> about the glibcso library not being available.
>
> Still waiting on response from the help list for the program. If no
> response by friday morning when I get home from work and if we haven't
> figured it out ourselves already, I'll email the author directly. I would
> try compiling a version myself, but there isn't a source code version
> available unfortunately, only the executable.
>
>


I did a google search on ldd and 'exited with signal 11'. A few other
people got this message when they were trying to figure out where their
programs would not work. Here are two examples, one of which says
something about it not working with nfs.




Thread: [27]MainWin progs crash in SunOs Emulation

Message: 257734
FROM: Andreas Jungmaier
DATE: 02/24/1998 10:43:55
SUBJECT: MainWin progs crash in SunOs Emulation

Hello,

I`m having trouble in getting to work some applications used for the
Synopsys VHDL tools. These rely on a program suite called
MainWin. The Synopsys tools are compiled for Sun OS 4.x.

Some libs come with the programs.
These are :
libmw32.so.1.0
libmfc300s.so.1.0
libC.so.5.0/libC.sa.5.0
libmfc200s.so.5.0
libmw.so.1.0

The applications to be run all dump core, and I cannot figure out why.
When I try to run ldd on the programs, it gives me errors, too.
(apparently all of these are seg-faults)
Something like :
ldd: winhelp exited with signal 11
ldd: mwcolormanager exited with signal 11
ldd: /usr/local/synopsys/sparc/ds/bin/mwbuildfont exited with signal
11

The apps are named :
mwcolormanager, mwbuildfont, winhelp.
I tried fiddling with the ENVIRONMENT-variables, but apparently without
success
.
Some of the programs (at least mwcolormanager) seems to rely
on a libX11.so.4 which isn`t there. Installing the orginal
libX11 from openwin for SunOs 4.x in /usr/gnemul/sunos
doesn`t help.
If there is anyone out there who knows what is wrong, please help.

Bye, Andreas

Andreas Jungmaier, Dipl.-Ing.
Gerhard-Mercator-Universitaet-GH Duisburg FB9/DV
Bismarckstr. 81, 47048 Duisburg, Germany
Tel.: +49 (0203) 379-2728 Fax: +49 (0203) 370439
email: <EMAIL: PROTECTED> WWW: [29]http://erm1.u-strasbg.fr/~ajung/



--
[59]About
The FAQchest.

Subject: SERVER-LINUX Digest - 20 Sep 1998 to 21 Sep 1998 - Special
issue (#1998-82)
From: LISTSERV AT netspace.org.sgp.st.com
Date: Mon, 21 Sep 1998 17:52:25 +0200
__________________________________________________________________________
Subject: SERVER-LINUX Digest - 20 Sep 1998 to 21 Sep 1998 - Special issue
(#1998-82)
From: LISTSERV AT netspace.org
To: [PRIVACY PROTECTION]
Date: Mon, 21 Sep 1998 17:52:25 +0200
__________________________________________________________________________

2. ldd and nfs question (2)

__________________________________________________________________________

Date: Mon, 21 Sep 1998 14:40:59 -0000

Date: Mon, 21 Sep 1998 07:19:29 -0500
From: [PRIVACY PROTECTION]
Subject: ldd and nfs question

Re ldd and nfs, segfaults on nfs mounted drive

We are upgrading kernels from 2.0 to 2.1 series and glibc. All of
our machines have glibc now (debian/slink).

I have binaries that work locally but segfault when run from
an nfs mounted drive. This does not happen to all binaries,
but only some, both libc6 and libc5 binaries, some compiled here
and some prepackaged debs.

/admin/bin/ is exported from a libc5 machine with 2.0.3? kernel.
It has a glibc6 binary, lpr(ng) for example:

ldd /usr/bin/lpr
libnsl.so.1 => /lib/libnsl.so.1 (0x4000e000)
libncurses.so.3.4 => /lib/libncurses.so.3.4 (0x40014000)
libc.so.6 => /lib/libc.so.6 (0x40059000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

On one admin machine, lprng works fine from /usr/bin. When I
cp -ap to /admin/bin, on the network drive it fails.

ldd /admin/bin/lpr
ldd: /admin/bin/lpr exited with signal 11

But it works on the network drive from other machines, both with
2.0 kernels and 2.1.122.

Can anyone share a clue?

cfm

If I run ldd from the machine exporting /admin/bin it's OK:
ldd /admin/bin/lpr
libnsl.so.1 => /lib/libnsl.so.1 (0x4000e000)
libncurses.so.3.4 => /lib/libncurses.so.3.4 (0x40014000)
libc.so.6 => /lib/libc.so.6 (0x40059000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

If I run ldd from another libc5 2.0.3? machine it's OK:
ldd /admin/bin/lpr
libnsl.so.1 => /lib/libnsl.so.1 (0x4000d000)
libncurses.so.3.4 => /lib/libncurses.so.3.4 (0x40013000)
libc.so.6 => /lib/libc.so.6 (0x40058000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

If I run ldd from another glibc6 2.1.122 machine it's OK:
ldd /admin/bin/lpr
libnsl.so.1 => /lib/libnsl.so.1 (0x4000e000)
libncurses.so.3.4 => /lib/libncurses.so.3.4 (0x40014000)
libc.so.6 => /lib/libc.so.6 (0x40059000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)

--

Christopher F. Miller, Publisher [PRIVACY
PROTECTION
]
MaineStreet Communications, Inc 208 Portland Road, Gray, ME 04039
1.207.657.5078 (MTRF 3-5pm) http://www.maine.com/






Archive powered by MHonArc 2.6.24.

Top of Page