This one time, at band camp, Hamish Moffatt said:
> On Tue, Apr 17, 2007 at 01:38:51PM +0200, Ludovic =?UTF-8?Q?Court=C3=A8s 
> wrote:
> > I haven't upgraded either since a few days before Etch was released (by
> > fear of breaking something ;-)).
> 
> Hmm. You have libc6 2.5-1, while I have 2.3.x. I upgraded it and now
> pdftops fails.
> 
> The libc6 upgrade also failed ruining locales here. Argh.

It is apparently crashing in wmemset, although I can't get a very good
stack trace.  pdftops also produces a 4k+ frame stacktrace :/

[EMAIL PROTECTED]:~/NMU/xpdf-3.01$ ./xpdf/pdftops ~/ds-5504.pdf
Segmentation fault (core dumped)
[EMAIL PROTECTED]:~/NMU/xpdf-3.01$ gdb ./xpdf/pdftops core
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".

warning: Can't read pathname for load map: Input/output error.
Reading symbols from /usr/lib/libpaper.so.1...done.
Loaded symbols for /usr/lib/libpaper.so.1
Reading symbols from /usr/lib/libstdc++.so.6...done.
Loaded symbols for /usr/lib/libstdc++.so.6
Reading symbols from /lib/i686/cmov/libm.so.6...Reading symbols from 
/usr/lib/debug/lib/i686/cmov/libm-2.5.so...done.
done.
Loaded symbols for /lib/i686/cmov/libm.so.6
Reading symbols from /lib/libgcc_s.so.1...done.
Loaded symbols for /lib/libgcc_s.so.1
Reading symbols from /lib/i686/cmov/libc.so.6...Reading symbols from 
/usr/lib/debug/lib/i686/cmov/libc-2.5.so...done.
done.
Loaded symbols for /lib/i686/cmov/libc.so.6
Reading symbols from /lib/ld-linux.so.2...Reading symbols from 
/usr/lib/debug/lib/ld-2.5.so...done.
done.
Loaded symbols for /lib/ld-linux.so.2
Core was generated by `   0   0   0   0   0   0   0   0   0  '.
Program terminated with signal 11, Segmentation fault.
#0  0xb7da1553 in wmemset () from /lib/i686/cmov/libc.so.6
(gdb) info frame
Stack level 0, frame at 0xbf8cc81c:
 eip = 0xb7da1553 in wmemset; saved eip 0xb7d701f3
 called by frame at 0xbf8cca4c
 Arglist at 0xbf8cc814, args:
 Locals at 0xbf8cc814, Previous frame's sp is 0xbf8cc81c
 Saved registers:
  ebp at 0xbf8cc814, esi at 0xbf8cc810, eip at 0xbf8cc818
(gdb) bt full
#0  0xb7dc9553 in wmemset () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#1  0xb7d981f3 in __printf_fp () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0x00000030 in ?? ()
No symbol table info available.
(continues for several k frames)
#4127 0x00000030 in ?? ()
No symbol table info available.
Cannot access memory at address 0xbfe0f000
(gdb) x 0xb7d981f3
0xb7d981f3 <__printf_fp+9411>:  0xff648583
(gdb) x 0xb7dc9553
0xb7dc9553 <wmemset+35>:        0x42890289
(gdb) x 0xb7da1553
0xb7da1553 <_IO_vfscanf_internal+9731>: 0x24448924
(gdb) x 0xb7d701f3
0xb7d701f3 <__gconv_transform_internal_ucs2reverse+147>:        0xcc758924

All other memory addresses mentioned give me a 'cannot access memory 
at address' error.

Let me know if you want me to send the core, or if this is enough to get
started.

Thanks,
-- 
 -----------------------------------------------------------------
|   ,''`.                                            Stephen Gran |
|  : :' :                                        [EMAIL PROTECTED] |
|  `. `'                        Debian user, admin, and developer |
|    `-                                     http://www.debian.org |
 -----------------------------------------------------------------

Attachment: signature.asc
Description: Digital signature

Reply via email to