[Bug 35720] Re: kdesvn segfaults on update
Francois-Denis Gonthier
neumann at lostwebsite.net
Sun Apr 2 06:30:27 UTC 2006
The problem lies in how libkdesvnpart.so is built. There is a slight difference between the version produced by a local build an the version in the kdesvn package.
Here is, for proof, the difference between the output of objdump -x for both file, the left hand file being the package's libkdesvnpart.so.
< /usr/lib/kde3/libkdesvnpart.so: file format elf64-x86-64
< /usr/lib/kde3/libkdesvnpart.so
---
> /usr/lib/kde3/libkdesvnpart.so.own: file format elf64-x86-64
> /usr/lib/kde3/libkdesvnpart.so.own
10c10
< filesz 0x0000000000125682 memsz 0x0000000000125682 flags r-x
---
> filesz 0x0000000000125662 memsz 0x0000000000125662 flags r-x
15c15
< EH_FRAME off 0x00000000001041d0 vaddr 0x00000000001041d0 paddr 0x00000000001041d0 align 2**2
---
> EH_FRAME off 0x00000000001041b0 vaddr 0x00000000001041b0 paddr 0x00000000001041b0 align 2**2
106c106
< 11 .rodata 00008f4f 00000000000fb280 00000000000fb280 000fb280 2**5
---
> 11 .rodata 00008f2f 00000000000fb280 00000000000fb280 000fb280 2**5
108c108
< 12 .eh_frame_hdr 00003c64 00000000001041d0 00000000001041d0 001041d0 2**2
---
> 12 .eh_frame_hdr 00003c64 00000000001041b0 00000000001041b0 001041b0 2**2
110c110
< 13 .eh_frame 0000f9b4 0000000000107e38 0000000000107e38 00107e38 2**3
---
> 13 .eh_frame 0000f9b4 0000000000107e18 0000000000107e18 00107e18 2**3
112c112
< 14 .gcc_except_table 0000de96 00000000001177ec 00000000001177ec 001177ec 2**2
---
> 14 .gcc_except_table 0000de96 00000000001177cc 00000000001177cc 001177cc 2**2
--
kdesvn segfaults on update
https://launchpad.net/malone/bugs/35720
More information about the universe-bugs
mailing list