Skip to content

Instantly share code, notes, and snippets.

@yajd
Created July 9, 2015 00:39
Show Gist options
  • Save yajd/89945cd2cac3d9838aa0 to your computer and use it in GitHub Desktop.
Save yajd/89945cd2cac3d9838aa0 to your computer and use it in GitHub Desktop.
(gdb) cont
Continuing.
[New Thread 0x7f09121ff700 (LWP 28983)]
[New Thread 0x7f0924ef7700 (LWP 28984)]
[New Thread 0x7f091b0fd700 (LWP 28985)]
[New Thread 0x7f08fc2ff700 (LWP 28986)]
[New Thread 0x7f08fb0ff700 (LWP 29008)]
[New Thread 0x7f08f87ff700 (LWP 29009)]
Program received signal SIGSEGV, Segmentation fault.
0x00007f09382138b4 in XGetImage () from /usr/lib/x86_64-linux-gnu/libX11.so.6
(gdb) bt
#0 0x00007f09382138b4 in XGetImage ()
from /usr/lib/x86_64-linux-gnu/libX11.so.6
#1 0x00007f093d98ff11 in vp9_ssim_parms_8x8_sse2 ()
from /usr/lib/firefox/libxul.so
#2 0x00007f093d98fff6 in vp9_ssim_parms_8x8_sse2 ()
from /usr/lib/firefox/libxul.so
#3 0x00007f093d9b5fb3 in vp9_ssim_parms_8x8_sse2 ()
from /usr/lib/firefox/libxul.so
#4 0x00007f093d99f2d2 in vp9_ssim_parms_8x8_sse2 ()
from /usr/lib/firefox/libxul.so
#5 0x00007f093d9a0bb3 in vp9_ssim_parms_8x8_sse2 ()
from /usr/lib/firefox/libxul.so
#6 0x00007f093d9a221c in vp9_ssim_parms_8x8_sse2 ()
from /usr/lib/firefox/libxul.so
#7 0x00007f093d9ba83c in vp9_ssim_parms_8x8_sse2 ()
from /usr/lib/firefox/libxul.so
#8 0x00007f093d99d8b6 in vp9_ssim_parms_8x8_sse2 ()
from /usr/lib/firefox/libxul.so
#9 0x00007f093d9bd9ab in vp9_ssim_parms_8x8_sse2 ()
from /usr/lib/firefox/libxul.so
#10 0x00007f093c93ac58 in ?? () from /usr/lib/firefox/libxul.so
#11 0x00007f093c93b4c9 in ?? () from /usr/lib/firefox/libxul.so
#12 0x00007f093d2f297e in ?? () from /usr/lib/firefox/libxul.so
---Type <return> to continue, or q <return> to quit---
#13 0x00007f093d41d049 in ?? () from /usr/lib/firefox/libxul.so
#14 0x00007f093d3ff326 in ?? () from /usr/lib/firefox/libxul.so
#15 0x00007f093d401f50 in ?? () from /usr/lib/firefox/libxul.so
#16 0x00007f093c8e8660 in ?? () from /usr/lib/firefox/libxul.so
#17 0x00007f093c8edb80 in ?? () from /usr/lib/firefox/libxul.so
#18 0x00007f093c8e86f6 in ?? () from /usr/lib/firefox/libxul.so
#19 0x00007f093c8e86f6 in ?? () from /usr/lib/firefox/libxul.so
#20 0x00007f093c8f1623 in ?? () from /usr/lib/firefox/libxul.so
#21 0x00007f093d43e611 in ?? () from /usr/lib/firefox/libxul.so
#22 0x00007f093d450836 in ?? () from /usr/lib/firefox/libxul.so
#23 0x00007f093d45bed5 in ?? () from /usr/lib/firefox/libxul.so
#24 0x00007f093d2b3f6f in ?? () from /usr/lib/firefox/libxul.so
#25 0x00007f093d2b408a in ?? () from /usr/lib/firefox/libxul.so
#26 0x00007f093d3e7e45 in ?? () from /usr/lib/firefox/libxul.so
#27 0x00007f093d3e8442 in ?? () from /usr/lib/firefox/libxul.so
#28 0x00007f093d3e84b4 in ?? () from /usr/lib/firefox/libxul.so
#29 0x00007f093c41ff91 in ?? () from /usr/lib/firefox/libxul.so
#30 0x00007f093c42028c in ?? () from /usr/lib/firefox/libxul.so
#31 0x00007f093c41e8c7 in ?? () from /usr/lib/firefox/libxul.so
#32 0x00007f093c430797 in ?? () from /usr/lib/firefox/libxul.so
#33 0x00007f093c5db2d2 in ?? () from /usr/lib/firefox/libxul.so
#34 0x00007f093c5d04bf in ?? () from /usr/lib/firefox/libxul.so
#35 0x00007f093d2b7ba5 in ?? () from /usr/lib/firefox/libxul.so
---Type <return> to continue, or q <return> to quit---
#36 0x00007f093d7b1c6f in ?? () from /usr/lib/firefox/libxul.so
#37 0x00007f093d7e2684 in ?? () from /usr/lib/firefox/libxul.so
#38 0x00007f093d7e2975 in ?? () from /usr/lib/firefox/libxul.so
#39 0x00007f093d7e2c00 in XRE_main () from /usr/lib/firefox/libxul.so
#40 0x00007f0942b18451 in _start ()
(gdb) disassemble $pc-21,$pc+20
Dump of assembler code from 0x7f093821389f to 0x7f09382138c8:
0x00007f093821389f <XGetImage+63>: add %cl,(%rdi)
0x00007f09382138a1 <XGetImage+65>: mov $0x94,%dh
0x00007f09382138a3 <XGetImage+67>: and $0x88,%al
0x00007f09382138a5 <XGetImage+69>: add %al,(%rax)
0x00007f09382138a7 <XGetImage+71>: add %cl,0x80248c(%rbx)
0x00007f09382138ad <XGetImage+77>: add %al,(%rax)
0x00007f09382138af <XGetImage+79>: lea 0x20(%rsp),%rsi
=> 0x00007f09382138b4 <XGetImage+84>: mov %r15d,0x4(%rax)
0x00007f09382138b8 <XGetImage+88>: mov %r14w,0x8(%rax)
0x00007f09382138bd <XGetImage+93>: mov %rbx,%rdi
0x00007f09382138c0 <XGetImage+96>: mov %r13w,0xa(%rax)
0x00007f09382138c5 <XGetImage+101>: mov %bp,0xc(%rax)
End of assembler dump.
(gdb) quit
A debugging session is active.
Inferior 1 [process 28600] will be detached.
Quit anyway? (y or n) y
Detaching from program: /usr/lib/firefox/firefox, process 28600
yasir@yasir-Dell-System-Vostro-3450:~/git/tigosmartapp/src/www$
@yajd
Copy link
Author

yajd commented Jul 9, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment