On Fri, Jan 05, 2007 at 12:14:16AM +0200, Sami Liedes wrote:
> Sorry, I managed to make a mess of the .so:s the program depended on
> (I didn't realize I shouldn't upgrade any of them for things to still
> work), but I managed to downgrade enough packages that the effect is
> still reproducible (and the relevant .so is, I'm fairly certain,
> relocated at the correct address - fortunately it's the third
> relocated object in the address space).
> 
> The relevant object file is libmozjs.so. "bt full" shows some ??:s,
> but frame #89 is the same and I get the same error.
> 
> Get the object file from http://www.hut.fi/~sliedes/libmozjs.so.gz .

Hmmmm...

[EMAIL PROTECTED]:~% file libmozjs.so
libmozjs.so: ELF 64-bit LSB shared object, AMD x86-64, version 1 (SYSV), 
stripped
[EMAIL PROTECTED]:~% readelf -x .gnu_debuglink libmozjs.so

Hex dump of section '.gnu_debuglink':
  0x00000000 21ac32a6 006f732e 736a7a6f 6d62696c libmozjs.so..2.!

That means this isn't the file I need.  Is there something in e.g.
/usr/lib/debug/usr/lib/iceweasel/libmozjs.so?

I need to find the debug info that GDB is claiming to be corrupt.

-- 
Daniel Jacobowitz
CodeSourcery


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to