Comment 30 for bug 1608180

Revision history for this message
Matthias Apitz (gubu) wrote : Re: [Bug 1608180] Re: stellarium 0.14.3 on FreeBSD 11-CUR amd64 crashes on start

El día lunes, marzo 13, 2017 a las 05:49:51a. m. -0000, Alexey Dokuchaev escribió:

> Thanks for the back trace. Can you also issue the following commands
> (in gdb, after it crashes, assuming the crash address from the backtrace
> did not change):
>
> (gdb) x/i 0x000000080159472b
> (gdb) disass 0x000000080159472b

# # gdb work/stellarium-0.15.1/src/stellarium stellarium.core
GNU gdb 6.1.1 [FreeBSD]
...
(gdb) x/i 0x000000080159472b
0x80159472b: (bad)

(gdb) disass 0x000000080159472b
No function contains specified address.

>
> or
>
> (gdb) layout asm

(gdb) layout asm
   ┌───────────────────────────────────────────────────────────────────────────────────────────────┐
  >│0x80159472b (bad) │
   │0x80159472c loop 0x801594776 │
   │0x80159472e not %edx │
   │0x801594730 lea -0x7f(%rdx,%rax,1),%edx │
   │0x801594734 cmp %ecx,%edx │
   │0x801594736 cmovle %edx,%ecx │
   │0x801594739 cmp %eax,%ecx │
   │0x80159473b cmovl %eax,%ecx │
   │0x80159473e movd %ecx,%xmm4 │
   │0x801594742 psrld %xmm4,%xmm2 │
   │0x801594746 pxor %xmm8,%xmm8 │
   │0x80159474b pmaxsd %xmm3,%xmm2 │
   │0x801594750 movslq %ecx,%rax │
   │0x801594753 movd 0x108(%rdi,%rax,4),%xmm4 │
   │0x80159475c pshufd $0x0,%xmm4,%xmm6 │
   │0x801594761 movslq 0x178(%rdi,%rax,4),%rax │
   │0x801594769 add 0x100(%rdi),%rax │
   └───────────────────────────────────────────────────────────────────────────────────────────────┘
FreeBSD-co Thread 80b76b9 In: Line: ?? PC: 0x80159472b
(gdb)