Advertisement
Guest User

Untitled

a guest
Sep 10th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. AddTimer (timer=...) at client.cpp:544
  3. 544 schedule.title = timer.strTitle ? timer.strTitle : "";
  4. (gdb) backtrace
  5. #0 AddTimer (timer=...) at client.cpp:544
  6. #1 0x0841cbc4 in PVR::CPVRClient::AddTimer (this=0x929a088, timer=...)
  7. at PVRClient.cpp:717
  8. #2 0x084260b2 in PVR::CPVRClients::AddTimer (this=0xb70d4020, timer=...,
  9. error=0xbfffdcec) at PVRClients.cpp:728
  10. #3 0x08968e08 in PVR::CPVRTimerInfoTag::AddToClient (this=0xb4268b08)
  11. at PVRTimerInfoTag.cpp:230
  12. #4 0x0896d0a8 in PVR::CPVRTimers::AddTimer (item=...) at PVRTimers.cpp:496
  13. #5 0x0895b920 in PVR::CGUIDialogPVRGuideInfo::ActionStartTimer (
  14. this=0xb7608ae0, tag=0xb500c2d0) at GUIDialogPVRGuideInfo.cpp:71
  15. #6 0x0895c60e in PVR::CGUIDialogPVRGuideInfo::OnClickButtonRecord (
  16. this=0xb7608ae0, message=...) at GUIDialogPVRGuideInfo.cpp:138
  17. #7 0x0895c72c in PVR::CGUIDialogPVRGuideInfo::OnMessage (this=0xb7608ae0,
  18. message=...) at GUIDialogPVRGuideInfo.cpp:175
  19. #8 0x08462e3a in CGUIControl::SendWindowMessage (this=0xb42c2f50, message=...)
  20. at GUIControl.cpp:274
  21. #9 0x0845bcd5 in CGUIButtonControl::OnClick (this=0xb42c2f50)
  22. at GUIButtonControl.cpp:308
  23. #10 0x0845a81b in CGUIButtonControl::OnAction (this=0x17957bc, action=...)
  24. at GUIButtonControl.cpp:140
  25. #11 0x084e0f72 in CGUIWindow::OnAction (this=0xb7608ae0, action=...)
  26. at GUIWindow.cpp:381
  27. #12 0x08478981 in CGUIDialog::OnAction (this=0xb7608ae0, action=...)
  28. ---Type <return> to continue, or q <return> to quit---
  29. at GUIDialog.cpp:75
  30. #13 0x084e8738 in CGUIWindowManager::OnAction (this=0x8e372e0, action=...)
  31. at GUIWindowManager.cpp:457
  32. #14 0x085264aa in CApplication::OnAction (this=0x8e37a80, action=...)
  33. at Application.cpp:2367
  34. #15 0x08528b50 in CApplication::OnKey (this=0x8e37a80, key=...)
  35. at Application.cpp:2282
  36. #16 0x08529549 in CApplication::OnEvent (newEvent=...) at Application.cpp:398
  37. #17 0x08b46864 in CWinEventsSDL::MessagePump () at WinEventsSDL.cpp:281
  38. #18 0x0852a5aa in CApplication::FrameMove (this=0x8e37a80, processEvents=true)
  39. at Application.cpp:2706
  40. #19 0x084e790a in CGUIWindowManager::ProcessRenderLoop (this=0x8e372e0,
  41. renderOnly=false) at GUIWindowManager.cpp:630
  42. #20 0x0847952c in CGUIDialog::DoModal_Internal (this=0xb7608ae0,
  43. iWindowID=9999, param=...) at GUIDialog.cpp:173
  44. #21 0x0847968f in CGUIDialog::DoModal (this=0xb7608ae0, iWindowID=9999,
  45. param=...) at GUIDialog.cpp:212
  46. #22 0x08435ae1 in PVR::CGUIWindowPVRCommon::ShowEPGInfo (this=0xb2bb73c8, item=
  47. 0xb4cb86f8) at GUIWindowPVRCommon.cpp:753
  48. #23 0x08436cc9 in PVR::CGUIWindowPVRGuide::OnClickList (this=0xb2bb73c8,
  49. message=...) at GUIWindowPVRGuide.cpp:349
  50. #24 0x0842e214 in PVR::CGUIWindowPVR::OnMessageClick (this=0xb7607b68,
  51. message=...) at GUIWindowPVR.cpp:233
  52. ---Type <return> to continue, or q <return> to quit---
  53. #25 0x0842e6a7 in PVR::CGUIWindowPVR::OnMessage (this=0xb7607b68, message=...)
  54. at GUIWindowPVR.cpp:141
  55. #26 0x08462e3a in CGUIControl::SendWindowMessage (this=0x977a380, message=...)
  56. at GUIControl.cpp:274
  57. #27 0x08737c1e in EPG::CGUIEPGGridContainer::OnClick (this=0x977a380,
  58. actionID=7) at GUIEPGGridContainer.cpp:1236
  59. #28 0x08737ea8 in EPG::CGUIEPGGridContainer::OnAction (this=0x977a380,
  60. action=...) at GUIEPGGridContainer.cpp:653
  61. #29 0x084e0f72 in CGUIWindow::OnAction (this=0xb7607b68, action=...)
  62. at GUIWindow.cpp:381
  63. #30 0x089d9223 in CGUIMediaWindow::OnAction (this=0xb7607b68, action=...)
  64. at GUIMediaWindow.cpp:169
  65. #31 0x0842e782 in PVR::CGUIWindowPVR::OnAction (this=0xb7607b68, action=...)
  66. at GUIWindowPVR.cpp:103
  67. #32 0x084e877f in CGUIWindowManager::OnAction (this=0x8e372e0, action=...)
  68. at GUIWindowManager.cpp:482
  69. #33 0x085264aa in CApplication::OnAction (this=0x8e37a80, action=...)
  70. at Application.cpp:2367
  71. #34 0x08528b50 in CApplication::OnKey (this=0x8e37a80, key=...)
  72. at Application.cpp:2282
  73. #35 0x08529549 in CApplication::OnEvent (newEvent=...) at Application.cpp:398
  74. #36 0x08b46864 in CWinEventsSDL::MessagePump () at WinEventsSDL.cpp:281
  75. #37 0x0852a5aa in CApplication::FrameMove (this=0x8e37a80, processEvents=true)
  76. ---Type <return> to continue, or q <return> to quit---
  77. at Application.cpp:2706
  78. #38 0x085be360 in CXBApplicationEx::Run (this=0x8e37a80)
  79. at XBApplicationEx.cpp:120
  80. #39 0x085c4a04 in main (argc=1, argv=0xbffff4c4) at xbmc.cpp:93
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement