Advertisement
Guest User

Untitled

a guest
Aug 21st, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. (gdb) bt
  2. #0 0x6f749424 in __kernel_vsyscall ()
  3. #1 0x430adc50 in __GI_raise (sig=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  4. #2 0x430b1c55 in __GI_abort () at abort.c:91
  5. #3 0x081e595d in OsAbort () at utils.c:1266
  6. #4 0x080c02bc in ddxGiveUp (error=EXIT_ERR_ABORT) at xf86Init.c:1060
  7. #5 0x080c035e in AbortDDX (error=EXIT_ERR_ABORT) at xf86Init.c:1104
  8. #6 0x081eb7e5 in AbortServer () at log.c:652
  9. #7 0x081ebf00 in FatalError (f=0x8211744 "Caught signal %d (%s). Server aborting\n") at log.c:793
  10. #8 0x081e3180 in OsSigHandler (sip=0x7794765c, signo=11, unused=<optimized out>) at osinit.c:146
  11. #9 OsSigHandler (signo=11, sip=0x7794765c, unused=0x779476dc) at osinit.c:107
  12. #10 <signal handler called>
  13. #11 ChangeWindowDeviceCursor (pWin=0x95b5c58, pDev=0x90c9a38, pCursor=0x95191e0) at window.c:3458
  14. #12 0x0816ce3f in ProcXIChangeCursor (client=0x94ceb50) at xichangecursor.c:105
  15. #13 0x08165dba in ProcIDispatch (client=0x94ceb50) at extinit.c:406
  16. #14 0x08079f0d in Dispatch () at dispatch.c:428
  17. #15 0x080679ea in main (argc=8, argv=0x77947bf4, envp=0x77947c18) at main.c:295
  18. (gdb) list
  19. 3438 in window.c
  20. (gdb) disassemble
  21. Dump of assembler code for function __kernel_vsyscall:
  22. 0x6f749414 <+0>: push %ecx
  23. 0x6f749415 <+1>: push %edx
  24. 0x6f749416 <+2>: push %ebp
  25. 0x6f749417 <+3>: mov %esp,%ebp
  26. 0x6f749419 <+5>: sysenter
  27. 0x6f74941b <+7>: nop
  28. 0x6f74941c <+8>: nop
  29. 0x6f74941d <+9>: nop
  30. 0x6f74941e <+10>: nop
  31. 0x6f74941f <+11>: nop
  32. 0x6f749420 <+12>: nop
  33. 0x6f749421 <+13>: nop
  34. 0x6f749422 <+14>: int $0x80
  35. => 0x6f749424 <+16>: pop %ebp
  36. 0x6f749425 <+17>: pop %edx
  37. 0x6f749426 <+18>: pop %ecx
  38. 0x6f749427 <+19>: ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement