Advertisement
Guest User

Untitled

a guest
Dec 10th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.27 KB | None | 0 0
  1. Home v01.00: Debug Crash Info
  2.  
  3. ------------------ Assert Message START ------------------
  4. Condition : afsResult >= 0
  5. Message :
  6. In File d:/online/hubbranches/HDK_v121/Code/HubSystem/common/FileCache/FileCache.cpp at line 1470
  7. ------------------ Assert Message END --------------------
  8.  
  9. ------------------ TTY START ------------------
  10. HubURIProvider::LoadTempFile - Attempting to load HOST_SVML/trc/FileCacheCheck.svml
  11. PageRequestListener::OnDataHeaderReceived - contentType[1] status[200] dataLen[820]
  12. PageRequestListener::OnDataChunkReceived - data[1359490564] dataLen[820]
  13. PageRequestListener::OnDataChunkReceived - appending a chunk
  14. PageRequestListener::OnURIRequestCompletion code[0]
  15.  
  16. ------------- START HTTP RESPONSE -----------------
  17. <?xml version="1.0" encoding="UTF-8"?>
  18.  
  19. <SVML>
  20. <SET name="nohistory" neverBackOnto="true"/>
  21.  
  22. <LOADCHECK action="FileCacheCheck" name="FileCacheCheck" linkOption="NORMAL">
  23. <RESULT value="0" href="file:///HOST_SVML/home2.svml" /> <!-- Space already reserved, proceed to front-end -->
  24. <RESULT value="1" href="file:///HOST_SVML/trc/FileCacheReserveConfirm.svml" /> <!-- No reserved space at all, ask user if they want to reserve -->
  25. <RESULT value="2" href="file:///HOST_SVML/trc/FileCacheReserveInProgressAuto.svml" /> <!-- Some space reserved, but not enough, proceed without user intervention -->
  26. <RESULT value="-1" href="file:///HOST_SVML/trc/FileCacheNotEnoughFreeSpace.svml" /> <!-- Error - not enough space free on HDD -->
  27. </LOADCHECK>
  28.  
  29. <DISABLEINPUT name="disable" />
  30. </SVML>
  31. ------------- END HTTP RESPONSE -----------------
  32. HubURIProvider::doRequest - HOST_SVML/trc/FileCacheCheck.svml read ok.
  33. CPage::setRequestProvider() - set to 10675118
  34. MAIN CPage changed from BST_IDLE to BST_DL_PAGE
  35. *******************************
  36. *******************************
  37. *******************************
  38. ****** DOWNLOAD COMPLETE ******
  39. *******************************
  40. *******************************
  41. *******************************
  42. CPage::callGenericDownloadCallback - content type is SVML and this is a full page download
  43. CPage::callGenericDownloadCallback - so wait for BST_CREATE_PAGE
  44. CPage::SVMLparseCB() - START
  45. CPage::setAsActivePage(): CPAGE_TYPE_MAIN active bit from 0 to 1
  46. CPage::SVMLparseCB() - END
  47. MAIN CPage changed from BST_DL_PAGE to BST_ANI_OUT
  48. CPage::clearRequestProvider()
  49. MAIN CPage changed from BST_ANI_OUT to BST_ANI_OUT
  50. MAIN CPage changed from BST_ANI_OUT to BST_CREATE_PAGE
  51. CPage::SVMLparseCB() - START
  52. CPage::setAsActivePage(): CPAGE_TYPE_MAIN active bit from 0 to 1
  53. visible attribute not found for tag (nohistory). setting to visible = true.
  54. visible attribute not found for tag (FileCacheCheck). setting to visible = true.
  55. visible attribute not found for tag (disable). setting to visible = true.
  56. DisableInputTag::DisableInputTag - Disable input.
  57. *************************************************************
  58. ******* There are 3 tags on this page!!! ********
  59. *************************************************************
  60. CPage::SVMLparseCB() - END
  61. MAIN CPage changed from BST_CREATE_PAGE to BST_IDLE
  62. ------------------ TTY END --------------------
  63.  
  64. ------------------ CALLSTACK START ------------------
  65. No Stack Trace Available
  66.  
  67. ------------------ CALLSTACK END --------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement