Advertisement
Guest User

Untitled

a guest
Sep 9th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. Program received signal SIGSEGV, Segmentation fault.
  2. AddTimer (timer=...) at client.cpp:541
  3. 541 schedule.title = timer.strTitle;
  4. (gdb) backtrace
  5. #0 AddTimer (timer=...) at client.cpp:541
  6. #1 0x0841cbc4 in PVR::CPVRClient::AddTimer (this=0xb7138f00, timer=...)
  7. at PVRClient.cpp:717
  8. #2 0x084260b2 in PVR::CPVRClients::AddTimer (this=0xb713e2a0, timer=...,
  9. error=0xbfffe70c) at PVRClients.cpp:728
  10. #3 0x08968e08 in PVR::CPVRTimerInfoTag::AddToClient (this=0x9374eb8)
  11. at PVRTimerInfoTag.cpp:230
  12. #4 0x0896d0a8 in PVR::CPVRTimers::AddTimer (item=...) at PVRTimers.cpp:496
  13. #5 0x0896d13a in PVR::CPVRTimers::AddTimer (item=...) at PVRTimers.cpp:485
  14. #6 0x08432e9d in PVR::CGUIWindowPVRCommon::ShowNewTimerDialog (
  15. this=0xb719da40) at GUIWindowPVRCommon.cpp:369
  16. #7 0x08432df3 in PVR::CGUIWindowPVRCommon::ActionShowTimer (this=0xb719da40,
  17. item=0x9357930) at GUIWindowPVRCommon.cpp:387
  18. #8 0x0843ebe7 in PVR::CGUIWindowPVRTimers::OnClickList (this=0xb719da40,
  19. message=...) at GUIWindowPVRTimers.cpp:157
  20. #9 0x0842e262 in PVR::CGUIWindowPVR::OnMessageClick (this=0xb761cf78,
  21. message=...) at GUIWindowPVR.cpp:233
  22. #10 0x0842e6a7 in PVR::CGUIWindowPVR::OnMessage (this=0xb761cf78, message=...)
  23. at GUIWindowPVR.cpp:141
  24. #11 0x08462e3a in CGUIControl::SendWindowMessage (this=0x93cd8e0, message=...)
  25. at GUIControl.cpp:274
  26. #12 0x0845455e in CGUIBaseContainer::OnClick (this=0x93cd8e0, actionID=7)
  27. at GUIBaseContainer.cpp:708
  28. ---Type <return> to continue, or q <return> to quit---
  29. #13 0x08456f14 in CGUIBaseContainer::OnAction (this=0x93cd8e0, action=...)
  30. at GUIBaseContainer.cpp:354
  31. #14 0x0849d92c in CGUIListContainer::OnAction (this=0x93cd8e0, action=...)
  32. at GUIListContainer.cpp:110
  33. #15 0x084e0f72 in CGUIWindow::OnAction (this=0xb761cf78, action=...)
  34. at GUIWindow.cpp:381
  35. #16 0x089d9223 in CGUIMediaWindow::OnAction (this=0xb761cf78, action=...)
  36. at GUIMediaWindow.cpp:169
  37. #17 0x0842e782 in PVR::CGUIWindowPVR::OnAction (this=0xb761cf78, action=...)
  38. at GUIWindowPVR.cpp:103
  39. #18 0x084e877f in CGUIWindowManager::OnAction (this=0x8e372e0, action=...)
  40. at GUIWindowManager.cpp:482
  41. #19 0x085264aa in CApplication::OnAction (this=0x8e37a80, action=...)
  42. at Application.cpp:2367
  43. #20 0x08528b50 in CApplication::OnKey (this=0x8e37a80, key=...)
  44. at Application.cpp:2282
  45. #21 0x08529549 in CApplication::OnEvent (newEvent=...) at Application.cpp:398
  46. #22 0x08b46864 in CWinEventsSDL::MessagePump () at WinEventsSDL.cpp:281
  47. #23 0x0852a5aa in CApplication::FrameMove (this=0x8e37a80, processEvents=true)
  48. at Application.cpp:2706
  49. #24 0x085be360 in CXBApplicationEx::Run (this=0x8e37a80)
  50. at XBApplicationEx.cpp:120
  51. #25 0x085c4a04 in main (argc=1, argv=0xbffff4c4) at xbmc.cpp:93
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement