disassemble 0x083b6fd0 0x083b6ff0
Henrik, I'm a newbie in that, and so where you found such values 0x083b6fd0 0x083b6ff0 ?
The values are a reasonable context around the address where it went wrong:
Program received signal SIGSEGV, Segmentation fault. 0x083b6fe5 in ?? () (gdb) bt #0 0x083b6fe5 in ?? ()
And here is a disass:
Somebody who knows IA32 assembler will have to look at it.
/ Henrik Grubbström (Lysator)
Previous text:
2002-10-08 17:39: Subject: more debug?
disassemble 0x083b6fd0 0x083b6ff0
Henrik, I'm a newbie in that, and so where you found such values 0x083b6fd0 0x083b6ff0 ?
And here is a disass:
(gdb) disassemble 0x083b6fd0 0x083b6ff0 Dump of assembler code from 0x83b6fd0 to 0x83b6ff0: 0x83b6fd0: xlat %ds:(%ebx) 0x83b6fd1: jp 0x83b6fca 0x83b6fd3: pusha 0x83b6fd4: loope 0x83b6f82 0x83b6fd6: mov %ecx,%edx 0x83b6fd8: mov $0xd2,%ch 0x83b6fda: in $0xe6,%al 0x83b6fdc: (bad) 0x83b6fdd: imul $0xffffffd0,%ss:0x2900d4a4(%eax),%ebx 0x83b6fe5: add %dl,(%eax) 0x83b6fe7: xor %bh,%bh 0x83b6fe9: std 0x83b6fea: movsb %ds:(%esi),%es:(%edi) 0x83b6feb: inc %esp 0x83b6fec: cltd 0x83b6fed: inc %esp 0x83b6fee: gs 0x83b6fef: ja 0x83b7057 End of assembler dump.
/ Honza (hop) Petrous