gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] shared library version dependencies


From: Camm Maguire
Subject: Re: [Gcl-devel] shared library version dependencies
Date: 22 Aug 2003 18:10:19 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hi Vadim!  These maps are really strange.  I've never seen a machine
map the shared libs before the executable.  In any case, this does not
narrow down the possibilities for the mismap.

At the point of your previous backtrace in gdb, could you please post
the result of 'dissasemble'?  Can you stop at the same place in the
working version, and disassemble that too?  'bt' will show you
addresses for each frame -- you can break at a given specific address
with 'b *0x40000.....'.

Take care,

"Vadim V. Zhytnikov" <address@hidden> writes:

> Camm Maguire ?????:
> > Hi Vadim, and thanks!  I know you're not available until Sat., so no
> > rush.  But what I was looking for were two different maps for the
> > *same* problem executable, presumably the one with static readline.
> > Map one would be on the machine where it was compiled and works, and
> > map2 would be on the machine with slightly different shared libs where
> > it faults.
> > Take care,
> >
> 
> Sorry, I baked previous message in a hurry and quickly
> realized what I did it wrong but it was too late.
> So the right maps are attached. There is only one point.
> On "other" machine I can get maps only by running maxima under gdb
> but on build host I can start maxima in different ways
> (maxima-local, directly ./maxima -eval "(run)", under gdb
> after all) and if I do so I get slightly different maps -
> last two lines vary. Is this important?  I guess not.
> 
> 
> -- 
>       Vadim V. Zhytnikov
> 
>        <address@hidden>
>       <address@hidden>
> 00110000-00121000 r-xp 00000000 03:06 69294      /lib/ld-2.2.6.so
> 00121000-00122000 rw-p 00011000 03:06 69294      /lib/ld-2.2.6.so
> 0013f000-00161000 r-xp 00000000 03:06 69308      /lib/libm-2.2.6.so
> 00161000-00162000 rw-p 00021000 03:06 69308      /lib/libm-2.2.6.so
> 00162000-00274000 r-xp 00000000 03:06 53244      /lib/libc-2.2.6.so
> 00274000-00279000 rw-p 00112000 03:06 53244      /lib/libc-2.2.6.so
> 00279000-0027e000 rw-p 00000000 00:00 0
> 08048000-0825a000 r-xp 00000000 03:06 1203845    
> /home/vadim/test/maxima-Y/src/binary-gcl/maxima
> 0825a000-08e43000 rw-p 00212000 03:06 1203845    
> /home/vadim/test/maxima-Y/src/binary-gcl/maxima
> 08e43000-08ef4000 rwxp 00000000 00:00 0
> bfff2000-c0000000 rwxp ffff3000 00:00 0
> 08048000-0825a000 r-xp 00000000 03:08 408397     
> /home/vadim/test/maxima-Y/src/binary-gcl/maxima
> 0825a000-08e43000 rw-p 00212000 03:08 408397     
> /home/vadim/test/maxima-Y/src/binary-gcl/maxima
> 08e43000-08ef4000 rwxp 00000000 00:00 0
> 40000000-40011000 r-xp 00000000 03:08 682754     /lib/ld-2.2.6.so
> 40011000-40012000 rw-p 00010000 03:08 682754     /lib/ld-2.2.6.so
> 40020000-40021000 rw-p 00000000 00:00 0
> 40021000-40043000 r-xp 00000000 03:08 682768     /lib/libm-2.2.6.so
> 40043000-40044000 rw-p 00021000 03:08 682768     /lib/libm-2.2.6.so
> 40044000-40156000 r-xp 00000000 03:08 682762     /lib/libc-2.2.6.so
> 40156000-4015c000 rw-p 00112000 03:08 682762     /lib/libc-2.2.6.so
> 4015c000-40160000 rw-p 00000000 00:00 0
> bfff3000-c0000000 rwxp ffff4000 00:00 0
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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