https://bugs.kde.org/show_bug.cgi?id=369175

--- Comment #16 from Will Schmidt <will_schm...@vnet.ibm.com> ---
A bit of an info dump from the IRC discussions occurring on this bug:

A gdb session revealed:

Program received signal SIGSEGV, Segmentation fault.
 0x000000003824b2b0 in is_BCDstring128_helper ()
 (gdb) disas 0x000000003824b2b0
 Dump of assembler code for function is_BCDstring128_helper:
 => 0x000000003824b2b0 <+0>: .long 0x0
    0x000000003824b2b4 <+4>: addi    r0,r23,-11904

Disassembly of the function by name shows a different address.
 (gdb) disas is_BCDstring128_helper
 Dump of assembler code for function is_BCDstring128_helper:
    0x000000003817d180 <+0>: cmpdi   cr7,r3,1
    0x000000003817d184 <+4>: li      r3,1

per some disassembly, I believe we have confirmed we just tried to execute the
OPD...

000000003824b2b0 g     F .opd   0000000000000080 is_BCDstring128_helper

> objdump -h none/none-ppc64be-linux 

none/none-ppc64be-linux:     file format elf64-powerpc

Sections:
Idx Name          Size      VMA               LMA               File off  Algn
  0 .note.gnu.build-id 00000024  0000000038000158  0000000038000158  00000158 
2**2
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  1 .text         001c6ed0  0000000038000180  0000000038000180  00000180  2**5
                  CONTENTS, ALLOC, LOAD, READONLY, CODE
  2 .rodata       00059198  00000000381c7050  00000000381c7050  001c7050  2**3
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  3 .eh_frame     00000030  00000000382201e8  00000000382201e8  002201e8  2**3
                  CONTENTS, ALLOC, LOAD, READONLY, DATA
  4 .data.rel.ro  00000030  000000003823ffd0  000000003823ffd0  0022ffd0  2**3
                  CONTENTS, ALLOC, LOAD, DATA
  5 .data         000025f0  0000000038240000  0000000038240000  00230000  2**3
                  CONTENTS, ALLOC, LOAD, DATA
  6 .opd          0000ad98  00000000382425f0  00000000382425f0  002325f0  2**3
                  CONTENTS, ALLOC, LOAD, DATA
  7 .got          00000030  000000003824d388  000000003824d388  0023d388  2**3
                  CONTENTS, ALLOC, LOAD, DATA
  8 .bss          009da2a0  000000003824d3c0  000000003824d3c0  0023d3b8  2**4
                  ALLOC
  9 .comment      0000002c  0000000000000000  0000000000000000  0023d3b8  2**0
                  CONTENTS, READONLY
 10 .debug_aranges 00001c20  0000000000000000  0000000000000000  0023d3f0  2**4
                  CONTENTS, READONLY, DEBUGGING
 11 .debug_info   0030b9a3  0000000000000000  0000000000000000  0023f010  2**0
                  CONTENTS, READONLY, DEBUGGING
 12 .debug_abbrev 000156fa  0000000000000000  0000000000000000  0054a9b3  2**0
                  CONTENTS, READONLY, DEBUGGING
 13 .debug_line   00055a2f  0000000000000000  0000000000000000  005600ad  2**0
                  CONTENTS, READONLY, DEBUGGING
 14 .debug_frame  00023b30  0000000000000000  0000000000000000  005b5ae0  2**3
                  CONTENTS, READONLY, DEBUGGING
 15 .debug_str    0002e1c5  0000000000000000  0000000000000000  005d9610  2**0
                  CONTENTS, READONLY, DEBUGGING
 16 .debug_loc    002b2e89  0000000000000000  0000000000000000  006077d5  2**0
                  CONTENTS, READONLY, DEBUGGING
 17 .debug_ranges 00051bb0  0000000000000000  0000000000000000  008ba65e  2**0
                  CONTENTS, READONLY, DEBUGGING

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to