Advertisement
Guest User

xbmc backtrace crash pr 870

a guest
Feb 23rd, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 3.68 KB | None | 0 0
  1. GNU gdb (GDB) 7.5 [GDB v7.5 for FreeBSD]
  2. Copyright (C) 2012 Free Software Foundation, Inc.
  3. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  4. This is free software: you are free to change and redistribute it.
  5. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  6. and "show warranty" for details.
  7. This GDB was configured as "x86_64-portbld-freebsd9.1".
  8. For bug reporting instructions, please see:
  9. <http://www.gnu.org/software/gdb/bugs/>...
  10. Reading symbols from /usr/home/fneufneu/xbmcbluray/xbmc/xbmc.bin...done.
  11. [New process 100566]
  12. [New process 100572]
  13. [New process 100570]
  14. [New process 100567]
  15. [New process 100554]
  16. [New process 100550]
  17. [New process 100546]
  18. [New process 100535]
  19. [New process 100533]
  20. [New process 100531]
  21. [New process 100529]
  22. [New process 100528]
  23. [New process 100527]
  24. [New process 100526]
  25. [New process 100525]
  26. [New process 100524]
  27. [New process 100523]
  28. [New process 100522]
  29. [New process 100521]
  30. [New process 100520]
  31. [New process 100519]
  32. [New process 100518]
  33. [New process 100516]
  34. [New process 100515]
  35. [New process 100512]
  36. [New process 100511]
  37. [New process 100510]
  38. [New process 100509]
  39. [New process 100508]
  40. [New process 100507]
  41. [New process 100506]
  42. [New process 100505]
  43. [New process 100504]
  44. [New process 100503]
  45. [New process 100423]
  46. [New Thread 814ca0000 (LWP 100572)]
  47. [New Thread 814c9f400 (LWP 100570)]
  48. [New Thread 81179a800 (LWP 100567)]
  49. [New Thread 810e6f000 (LWP 100566)]
  50. [New Thread 810e6e400 (LWP 100554)]
  51. [New Thread 81f94b400 (LWP 100550)]
  52. [New Thread 81f949400 (LWP 100546)]
  53. [New Thread 814ca0400 (LWP 100535)]
  54. [New Thread 814c9fc00 (LWP 100533)]
  55. [New Thread 814c9f800 (LWP 100531)]
  56. [New Thread 814c9f000 (LWP 100529)]
  57. [New Thread 814c9ec00 (LWP 100528)]
  58. [New Thread 814c9e800 (LWP 100527)]
  59. [New Thread 814c9e400 (LWP 100526)]
  60. [New Thread 814c9e000 (LWP 100525)]
  61. [New Thread 814c9cc00 (LWP 100524)]
  62. [New Thread 814c9d400 (LWP 100523)]
  63. [New Thread 814c9d000 (LWP 100522)]
  64. [New Thread 814c9d800 (LWP 100521)]
  65. [New Thread 814c9dc00 (LWP 100520)]
  66. [New Thread 814c9c800 (LWP 100519)]
  67. [New Thread 814c9c400 (LWP 100518)]
  68. [New Thread 8124a6800 (LWP 100516)]
  69. [New Thread 8124a5000 (LWP 100515)]
  70. [New Thread 8124a4400 (LWP 100512)]
  71. [New Thread 810e52800 (LWP 100511)]
  72. [New Thread 810e52400 (LWP 100510)]
  73. [New Thread 810e52000 (LWP 100509)]
  74. [New Thread 810e51c00 (LWP 100508)]
  75. [New Thread 810e51800 (LWP 100507)]
  76. [New Thread 810e51400 (LWP 100506)]
  77. [New Thread 80f809c00 (LWP 100505)]
  78. [New Thread 80f809800 (LWP 100504)]
  79. [New Thread 80f808c00 (LWP 100503)]
  80. [New Thread 80f807400 (LWP 100423)]
  81. Core was generated by `xbmc.bin'.
  82. Program terminated with signal 11, Segmentation fault.
  83. #0  0x0000000808fbbcb5 in _Unwind_Resume () from /lib/libgcc_s.so.1
  84. (gdb) bt
  85. #0  0x0000000808fbbcb5 in _Unwind_Resume () from /lib/libgcc_s.so.1
  86. #1  0x00000000009ed375 in VDPAU::CDecoder::Release (this=<optimized out>) at /home/fneufneu/xbmcbluray/xbmc/xbmc/threads/Lockables.h:61
  87. #2  0x00000000009e5a47 in CDVDVideoCodecFFmpeg::Dispose (this=0x81df32600) at DVDVideoCodecFFmpeg.cpp:341
  88. #3  0x00000000009d05f2 in CDVDPlayerVideo::CloseStream (this=0x8268076e8, bWaitForBuffers=<optimized out>) at DVDPlayerVideo.cpp:284
  89. #4  0x00000000009bf133 in CloseVideoStream (this=<optimized out>, this=<optimized out>, bWaitForBuffers=<optimized out>) at DVDPlayer.cpp:3128
  90. #5  CDVDPlayer::OnExit (this=0x826807000) at DVDPlayer.cpp:1937
  91. #6  0x0000000001020d3b in CThread::Action (this=0x826807010) at Thread.cpp:231
  92. #7  0x000000000101facb in CThread::staticThread (data=0x826807010) at Thread.cpp:128
  93. #8  0x00000008091c9d04 in ?? () from /lib/libthr.so.3
  94. #9  0x00007ffffbbdf000 in ?? ()
  95. Cannot access memory at address 0x7ffffbddf000
  96. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement