Skip to content

Instantly share code, notes, and snippets.

@pc0808f
Last active June 1, 2017 12:32
Show Gist options
  • Save pc0808f/bcb20ec47f34be9a8eb9158a219c478e to your computer and use it in GitHub Desktop.
Save pc0808f/bcb20ec47f34be9a8eb9158a219c478e to your computer and use it in GitHub Desktop.
loader init
fota: TMP is empty, skip upgrade
jump to (0x10079000)
[T: 36 M: websocket_example C: info F: main L: 95]: start to create task.
[T: 197 M: websocket_example C: info F: app_entry L: 70]: app_entry.
[T: 240 M: wifi C: error F: wifi_wlan_evt_h
andler L: 294]: Supplicant is not ready to receive event from interface(=0) yet.
[T: 242 M: inband C: warning F: inband_queue_evt_handler L: 599]: u2PacketType(0xe000), ucEID(0x30), ucSeqNum(0x0) not handled!
[T: 1233 M: minisupp C: error F: wpa_supplicant_entry L: 414]: ========= Supplicant Ready =======
[T: 2211 M: inband C: warning F: inband_queue_evt_handler L: 599]: u2PacketType(0xe000), ucEID(0x76), ucSeqNum(0x0) not handled!
[T: 2274 M: common C: info F: wifi_station_port_secure_event_handler L: 148]: wifi connected
[T: 3256 M: common C: info F: ip_ready_callback L: 99]: ************************
[T: 3256 M: common C: info F: ip_ready_callback L: 100]: DHCP got IP:192.168.43.232
[T: 3256 M: common C: info F: ip_ready_callback L: 101]: ************************
[T: 3256 M: websocket_example C: info F: app_entry L: 72]: after lwip_net_ready.
[T: 3256 M: websocket_example C: info F: websoc_cli_test_entry L: 300]: Test client ws.
[T: 3256 M: websocket C: info F: rws_socket_create L: 124]: [WEBSOCKET]: rws_socket_create
[T: 3256 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:ws
[T: 3256 M: websocket C: info F: rws_socket_set_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:echo.websocket.org
[T: 3256 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path: /
[T: 3256 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 80
[T: 3256 M: websocket C: info F: rws_socket_set_on_disconnected L: 317]: [WEBSOCKET]: rws_socket_set_on_disconnected
[T: 3256 M: websocket C: info F: rws_socket_set_on_connected L: 309]: [WEBSOCKET]: rws_socket_set_on_connected
[T: 3256 M: websocket C: info F: rws_socket_set_on_received_text L: 325]: [WEBSOCKET]: rws_socket_set_on_received_text
[T: 3256 M: websocket C: info F: rws_socket_set_on_received_bin L: 333]: [WEBSOCKET]: rws_socket_set_on_received_bin
[T: 3256 M: websocket C: info F: rws_socket_connect L: 41]: [WEBSOCKET]: rws_socket_connect
[T: 3256 M: websocket C: info F: rws_socket_create_start_work_thread L: 706]: [WEBSOCKET]: rws_socket_create_start_work_thread
[T: 3257 M: websocket C: info F: rws_socket_work_th_func L: 629]: [WEBSOCKET]: rws_socket_work_th_func
[T: 3257 M: websocket_example C: info F: websoc_cli_test_int L: 258]: wait for connection. loop time:0.
[T: 3262 M: websocket C: info F: rws_socket_connect_to_host L: 574]: [WEBSOCKET]: rws_socket_connect_to_host
[T: 3343 M: websocket C: info F: rws_socket_set_option L: 818]:
[WEBSOCKET]: rws_socket_set_option: soc_id:5, option:4103, value:1
[T: 3343 M: websocket C: info F: rws_socket_set_option L: 818]: [WEBSOCKET]: rws_socket_set_option: soc_id:5, option:8, value:1
[T: 3639 M: websocket C: info F: rws_socket_s
end_handshake L: 458]: [WEBSOCKET]: rws_socket_send_handshake
[T: 3639 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:231]:GET / HTTP/1.1
Host: echo.websocket.org
Upgrade: websocket
Connection: Upgrade
Origin: ws://echo.websocket.org
Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==
Sec-WebSocket-Protocol: chat, superchat
Sec-WebS
[T: 3939 M: websocket C: info F: rws_socket_process_handshake_responce L: 130]: [WEBSOCKET]: rws_socket_process_handshake_responce: s->received=HTTP/1.1 101 Web Socket Protocol Handshake
Connection: Upgrade
Date: Thu, 01 Jun 2017 12:31:36 GMT
Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=
Server: Kaazing Gateway
Upgrade: web
[T: 3939 M: websocket C: info F: rws_socket_work_th_func L: 670]: [WEBSOCKET]: rws_socket_work_th_func: run on_connected callback
[T: 3939 M: websocket_example C: info F: on_socket_connected L: 182]: on_socket_connected: Wsoc Connected
[T: 3939 M: websocket C: info F: rws_socket_send_text L: 95]: [WEBSOCKET]: rws_socket_send_text: test:{"version":"1.0","supportedConnectionTypes":["websocket"],"minimumVersion":"1.0","channel":"/meta/handshake"}
[T: 3939 M: websocket C: info F: rws_socket_send_text_priv L: 791]: [WEBSOCKET]: rws_socket_send_text_priv: text: {"version":"1.0","supportedConnectionTypes":["websocket"],"minimumVersion":"1.0","channel":"/meta/handshake"}
[T: 3944 M: websocket C: info F: rws_socket_idle_send L: 385]: [WEBSOCKET]: rws_socket_idle_send
[T: 3944 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:115]:q?0
砌U_洧@]矜EB錂s僯U_絘@
*砍US錛,1]僰]蓌U_洧@]竿X僯U洧^裱D↙Q罼X毿 -Acce
[T: 4239 M: websocket C: info F: rws_socket_idle_recv L: 359
]: [WEBSOCKET]: rws_socket_idle_recv
[T: 4239 M: websocket C: info F: rws_socket_process_received_frame L: 325]: [WEBSOCKET]: rws_socket_process_received_frame: frame->opcode:1
[T: 423[mbedtls_get_current_count:233]get count, count = 139669
[mbedtls_get_current_count:233]get count, count = 139834
[mbedtls_get_current_count:233]get count, count = 140001
[mbedtls_get_current_count:233]get count, count = 140169
[mbedtls_get_current_count:233]get count, count = 140337
[mbedtls_get_current_count:233]get count, count = 140504
[mbedtls_get_current_count:233]get count, count = 140672
[mbedtls_get_current_count:233]get count, count = 140840
9_get_current_count:233]get count, count = 140840
rames L: 85]: [WEBSOCKET]: rws_socket_inform_recvd_frames: run on_recvd_text callback
[T: 4239 M: websocket_example C: info F: on_socket_received_text L: 145]: on_socket_received_text: Wsoc Data received: {"version":"1.0","supportedConnectionTypes":["websocket"],"minimumVersion":"1.0","channel":"/meta/handshake"}
[T: 4257 M: websocket C: info F: rws_socket_disconnect_and_release L: 70]: [WEBSOCKET]: rws_socket_disconnect_and_release: is_connected:1, command:-1
[T: 4257 M: websocket_example C: info F: websoc_cli_test_int L: 291]: state_flags:1.
[T: 4257 M: websocket_example C: info F: websoc_cli_test_entry L: 304]: Test client wss.
[T: 4257 M: websocket C: info F: rws_socket_create L: 124]: [WEBSOCKET]: rws_socket_create
[T: 4257 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:wss
[T: 4257 M: websocket C: info F: rws_socket_set_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:echo.websocket.org
[T: 4257 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path: /
[T: 4257 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 443
[T: 4257 M: websocket C: info F: rws_socket_set_server_cert L: 354]: [WEBSOCKET]: rws_socket_set_server_cert: server_cert[len:1391]: -----BEGIN C
ERTIFICATE-----
MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx
EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT
EUdvRGFkZHkuY29tLCBJbmMuMTEwLw
[T: 4257 M: websocket C: info F: rws_socket_set_on_disconnected L: 317]: [WEBSOCKET]: rws_socket_set_on_disconnected
[T: 4257 M: websocket C: info F: rws_socket_set_on_connected L: 309]: [WEBSOCKET]: rws_socket_set_on_connected
[T: 4257 M: websocket C: info F: rws_socket_set_on_received_text L: 325]: [WEBSOCKET]: rws_socket_set_on_received_text
[T: 4257 M: websocket C: info F: rws_socket_set_on_received_bin L: 333]: [WEBSOCKET]: rws_socket_set_on_received_bin
[T: 4257 M: websocket C: info F: rws_socket_connect L: 41]: [WEBSOCKET]: rws_socket_connect
[T: 4257 M: websocket C: info F: rws_socket_create_start_work_thread L: 706]: [WEBSOCKET]: rws_socket_create_start_work_thread
[T: 4258 M: websocket C: info F: rws_socket_work_th_func L: 629]: [WEBSOCKET]: rws_socket_work_th_func
[T: 4258 M: websocket_example C: info F: websoc_cli_test_int L: 258]: wait for connection. loop time:0.
[T: 4259 M: websocket C: info F: rws_socket_send_disconnect L: 430]: [WEBSOCKET]: rws_socket_send_disconnect, soc_id:5
[T: 4259 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:7]:??妡
[T: 4464 M: websocket C: info F: rws_socket_work_th_func L: 694]: [WEBSOCKET]: Loop of thread ends. command:9999, soc_id:5
[T: 4464 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:5
[T: 4464 M: websocket C: info F: rws_socket_delete L: 148]: [WEBSOCKET]: rws_socket_delete, soc_id:-1
[T: 4464 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:-1
[T: 5257 M: websocket_example C: info F: websoc_cli_test_int L: 258]: wait for connection. loop time:1.
[T: 5588 M: websocket C: info F: rws_ssl_conn L: 1036]: [WEBSOCKET]: mbedtls_ssl_handshake() ok
[T: 5588 M: websocket C: info F: rws_ssl_conn L: 1053]: [WEBSOCKET]: svr_cert varification ok. authmode:2
[T: 5593 M: websocket C: info F: rws_socket_send_handshake L: 458]: [WEBSOCKET]: rws_socket_send_handshake
[T: 5593 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:236]:GET / HTTP/1.1
Host: echo.websocket.org:443
Upgrade: websocket
Connection: Upgrade
Origin: wss://echo.websocket.org
Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==
Sec-WebSocket-Protocol: chat, superchat
Sec
[T: 5890 M: websocket C: info F: rws_socket_process_handshake_responce L: 130]: [WEBSOCKET]: rws_socket_process_handshake_responce: s->received=HTTP/1.1 101 Web Socket Protocol Handshake
Connection: Upgrade
Date: Thu, 01 Jun 2017 12:31:38 GMT
Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=
Server: Kaazing Gateway
Upgrade: web
[T: 5890 M: websocket C: info F: rws_socket_work_th_func L: 670]: [WEBSOCKET]: rws_socket_work_th_func: run on_connected callback
[T: 5890 M: websocket_example C: info F: on_socket_connected L: 182]: on_socket_connected: Wsoc Connected
[T: 5890 M: websocket C: info F: rws_socket_send_text L: 95]: [WEBSOCKET]: rws_socket_send_text: test:{"version":"1.0","supportedConnectionTypes":["websocket"],"minimumVersion":"1.0","channel":"/meta/handshake"}
[T: 5890 M: websocket C: info F: rws_socket_send_text_priv L: 791]: [WEBSOCKET]: rws_socket_send_text_priv: text: {"version":"1.0","supportedConnectionTypes":["websocket"],"minimumVersion":"1.0","channel":"/meta/handshake"}
[T: 5895 M: websocket C: info F: rws_socket_idle_send L: 385]: [WEBSOCKET]: rws_socket_idle_send
[T: 5895 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:115]:>昹#E?FL?LP壒鉲?VN?QJ?`Q?F]?LP?S[調e?F\?@U?c甀NW?NKㄐFL?LP壒鉲?K_?FR壒?W_?BP?K_?C
[T: 6192 M: websocket C: info F: rws_socket_idle
_recv L: 359]: [WEBSOCKET]: rws_socket_idle_recv
[T: 6192 M: websocket C: info F: rws_socket_process_received_frame L: 325]: [WEBSOCKET]: rws_socket_process_received_frame: frame->opcode:1
[T: 6192 M: websocket C: info F: rws_socket_inform_recvd_frames L: 85]: [WEBSOCKET]: rws_socket_inform_recvd_frames: run on_recvd_text callback
[T: 6192 M: websocket_example C: info F: on_socket_received_text L: 145]: on_socket_received_text: Wsoc Data received: {"version":"1.0","supportedConnectionTypes":["websocket"],"minimumVersion":"1.0","channel":"/meta/handshake"}
58
59
61
62
64
65
67
68
70
71
75
76
78
79
81
82
[T: 6257 M: websocket C: info F: rws_socket_disconnect_[mbedtls_get_current_count:233]get count, count = 205468
[mbedtls_get_current_count:233]get count, count = 205632
[mbedtls_get_current_count:233]get count, count = 205799
[mbedtls_get_current_count:233]get count, count = 205967
[mbedtls_get_current_count:233]get count, count = 206135
[mbedtls_get_current_count:233]get count, count = 206303
[mbedtls_get_current_count:233]get count, count = 206470
[mbedtls_get_current_count:233]get count, count = 206638
a
_release L: 70]: [WEBSOCKET]: rws_socket_disconnect_and_release: is_connected:1, command:-1
[T: 6257 M: websocket_example C: info F: websoc_cli_test_int L: 291]: state_flags:1.
[T: 6257 M: websocket_example C: info F: websoc_cli_test_entry L: 309]: Test set get.
[T: 6257 M: websocket C: info F: rws_socket_create L: 124]: [WEBSOCKET]: rws_socket_create
[T: 6257 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:ws
[T: 6257 M: websocket C: info F: rws_socket_set_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:echo.websocket.org
[T: 6258 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path: /
[T: 6259 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 80
[T: 6259 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 443
[T: 6260 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:
[T: 6261 M: websocket C: info F: rws_socket_set_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:
[T: 6262 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path:
[T: 6262 M: websocket C: info F: rws_socket_send_disconnect L: 430]: [WEBSOCKET]: rws_socket_send_disconnect, soc_id:6
[T: 6262 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:7]:?"?o
[T: 6264 M: websocket C
: info F: rws_socket_disconnect_and_release L: 70]: [WEBSOCKET]: rws_socket_disconnect_and_release: is_connected:0, command:0
[T: 6264 M: websocket C: info F: rws_socket_delete L: 148]: [WEBSOCKET]: rws_socket_delete, soc_id:-1
[T: 6264 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:-1
[T: 6264 M: websocket_example C: info F: websoc_cli_test_entry L: 314]: example project test success.
[T: 6264 M: websocket_example C: info F: websoc_cli_test_entry L: 326]: Test client wss.kitchbot
[T: 6264 M: websocket C: info F: rws_socket_create L: 124]: [WEBSOCKET]: rws_socket_create
[T: 6264 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:wss
[T: 6264 M: websocket C: info F: rws_socket_set_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:test-cookery.kitchbot.com
[T: 6264 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path: /socket/websocket?token=9876&type=device&vsn=1.0.0
[T: 6264 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 443
[T: 6264 M: websocket C: info F: rws_socket_set_server_cert L: 354]: [WEBSOCKET]: rws_socket_set_server_cert: server_cert[len:2120]: -----BEGIN CERTIFICATE-----
MIIF0zCCBLugAwIBAgIRAKatZTzJXRSDCud5JXmqYLowDQYJKoZIhvcNAQELBQAw
gZYxCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAO
BgNVBAcTB1NhbGZvcmQxGjAYBgNVBA
[T: 6264 M: websocket C: info F: rws_socket_set_on_disconnected L: 317]: [WEBSOCKET]: rws_socket_set_on_disconnected
[T: 6264 M: websocket C: info F: rws_socket_set_on_connected L: 309]: [WEBSOCKET]: rws_socket_set_on_connected
[T: 6264 M: websocket C: info F: rws_socket_set_on_received_text L: 325]: [WEBSOCKET]: rws_socket_set_on_received_text
[T: 6264 M: websocket C: info F: rws_socket_set_on_received_bin L: 333]: [WEBSOCKET]: rws_socket_set_o
n_received_bin
[T: 6264 M: websocket C: info F: rws_socket_connect L: 41]: [WEBSOCKET]: rws_socket_connect
[T: 6264 M: websocket C: info F: rws_socket_create_start_work_thread L: 706]: [WEBSOCKET]: rws_socket_create_start_work_thread
[T: 6265 M: websocket C: info F:
>>> dump syslog buffer
[T: 6265 M: websocket_example C: info F: websoc_cli_test_int L: 258]: wait for connection. loop time:0.
[T: 6265 M: websocket C: info F: rws_socket_work_th_func L: 629]: [WEBSOCKET]: rws_socket_work_th_func
[T: 6436 M: websocket C: info F: rws_ssl_conn L: 1064]: [WEBSOCKET]: rws_ssl_conn: code:5, error:Failed connect to host
[T: 6436 M: websocket C: info F: rws_ssl_conn L: 1062]: [WEBSOCKET]: ret=-1.
[T: 6436 M: websocket C: info F: rws_ssl_conn L: 1016]: [WEBSOCKET]: mbedtls_ssl_setup() failed, value:-0x7f00.
[T: 6436 M: websocket C: info F: rws_debug L: 888]: [WEBSOCKET]: 0x2002e3c8: alloc(16717 bytes) failed
[T: 6437 M: websocket C: info F: rws_socket_check_write_error L: 841]: [WEBSOCKET]: rws_socket_check_write_error: error_code:0, error_num:11
[T: 6437 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:7]:?隢*+
[T: 6437 M: websocket C: info F: rws_socket_send_disconnect L: 430]: [WEBSOCKET]: rws_socket_send_disconnect, soc_id:5
[T: 6468 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:6
[T: 6468 M: websocket C: info F: rws_socket_work_th_func L: 694]: [WEBSOCKET]: Loop of thread ends. command:9999, soc_id:6
[T: 6472 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:-1
[T: 6472 M: websocket C: info F: rws_socket_delete L: 148]: [WEBSOCKET]: rws_socket_delete, soc_id:-1
[T: 6637 M: websocket_example C: info F: on_socket_disconnected L: 200]: on_socket_disconnected: Wsoc Disconnected
[T: 6637 M: websocket C: info F: rws_socket_work_th_func L: 679]: [WEBSOCKET]: rws_socket_work_th_func: run on_disconnected callback
[T: 6642 M: websocket C: info F: rws_socket_close L:
736]: [WEBSOCKET]: rws_socket_close, soc_id:5
[T: 6642 M: websocket C: info F: rws_socket_work_th_func L: 694]: [WEBSOCKET]: Loop of thread ends. command:9999, soc_id:5
assert failed: pxQueue, file: ../../../../../kernel/rtos/FreeRTOS/Source/queue.c, line: 1741
In Hard Fault Handler
SCB->HFSR = 0x40000000
Forced Hard Fault
SCB->CFSR = 0x01000000
Usage fault: Unaligned access
r0 = 0x100d05ac
r1 = 0x100d05b4
r2 = 0x000006cd
r3 = 0xfffffff1
r4 = 0x00000001
r5 = 0x00000000
r6 = 0x200002d0
r7 = 0x100a02f1
r8 = 0x100cbf47
r9 = 0xa5a5a5a5
r10 = 0xa5a5a5a5
r11 = 0xa5a5a5a5
r12 = 0x200003e0
lr = 0x1009ec7f
pc = 0x1009f5dc
psr = 0x21000000
EXC_RET = 0xfffffffd
CONTROL = 0x00000002
MSP = 0x2003fbe0
PSP = 0x20031c90
sp = 0x20031c90
0x20000000: 2003fc00 10079001 1009f67d 1009fd79
0x20000010: 1009fd83 1009fd8d 1009fd97 00000000
0x20000020: 00000000 00000000 00000000 0010139f
0x20000030: 100a048b 00000000 001013b1 001013c3
0x20000040: 00101325 00101325 00101325 00101325
0x20000050: 00101325 00101325 00101325 00101325
0x20000060: 00101325 00101325 00101325 00101325
0x20000070: 00101325 00101325 00101325 00101325
0x20000080: 00101325 00101325 00101325 00101325
0x20000090: 00101325 00101325 00101325 00101325
0x200000a0: 00101325 00101325 00101325 00101325
0x200000b0: 00101325 00101325 00101325 00101325
0x200000c0: 00101325 00101325 00101325 00101325
0x200000d0: 00101325 00101325 00101325 00101325
0x200000e0: 00101325 00101325 00101325 00101325
0x200000f0: 00101325 00101325 00101325 00101325
0x20000100: 00101325 00101325 00101325 00101325
0x20000110: 00101325 00101325 00101325 00101325
0x20000120: 00101325 00101325 00101325 00101325
0x20000130: 00101325 00101325 00101325 00101325
0x20000140: 00101325 00101325 00101325 00101325
0x20000150: 00101325 00101325 00101325 00101325
0x2
0000160: 00101325 00101325 00101325 00101325
0x20000170: 00101325 00101325 00101325 00101325
0x20000180: 00101325 00101325 00101325 00101325
0x20000190: 00101325 00101325 00101325 00101325
0x200001a0: 00101325 00101325 00101325 00101325
0x200001b0: 00101325 00101325 00101325 00101325
0x200001c0: 10079091 00000000 00000000 00000000
0x200001f0: 00000000 00000000 10079091 00000000
0x20000200: 00000000 1009ab59 00000000 00000000
0x20000220: 00000000 10079091 00000000 00000000
0x20000250: 00000000 00000000 00000000 0000ffff
0x20000260: 00000000 00000001 007a0101 00750101
0x20000270: 00000080 100c2070 00000100 100a02f1
0x20000280: 100a0461 0000c73f 0000197c 0000cd56
0x20000290: 00000001 ffffffff 10084165 10084183
0x200002a0: 10083f21 10084199 100843b9 100bd2fd
0x200002b0: 100c46d3 00000100 100a02f1 100a0461
0x200002c0: 100941e9 1009419f 100941b7 100941c1
0x200002d0: 100cc2f8 00000100 100a02f1 100a0461
0x200002e0: ffffffff 100ccc5a 00000100 100a02f1
0x200002f0: 100a0461 100cce18 00000300 100a02f1
0x20000300: 100a0461 100cd591 00000200 100a02f1
0x20000310: 100a0461 0000363a 100ced3f 00000100
0x20000320: 100a02f1 100a0461 0b71b000 000019f4
0x20000330: 00000000 20036130 20036504 100d147f
0x20000340: 00000100 100a02f1 100a0461 00000001
0x20000350: 100d170a 00000300 100a02f1 100a0461
0x20000360: 00000005 00000000 100d17ea 00001a0c
0x20000370: 100d17ee 100ad3b7 100ad3cb 100e0350
0x20000380: 100d1c6c 00000000 00000004 100d178d
0x20000390: 00000200 100a02f1 100a0461 ffffffff
0x200003a0: 37313032 2f36302f 32203130 30333a30
0x200003b0: 2037313a 20544d47 3a38302b 6c003030
0x200003c0: 696b6e69 39363774 64685f37 4453006b
0x200003d0: 34565f4b 302e332e 00000000 100e2955
0x200003e0: 00000009 2003e8cc 2003e934 2003e99c
0x200003f0: 00000000 00000000 00000001 00000000
0x20000400: 100c1e6c 00000000 100bf225 00000000
0x20000410: 00000000 00000000 20012e48 00000000
0x20000420: 00000000 00000000 2003e8c0 00000000
0x20000440: 200003e0 40986811 00000000 1a1a1a1a
0
x20000450: 1a1a1a1a 001a1a1a 00000001 00000000
0x20000460: 00000000 00000003 00000000 00000000
0x20000470: 00000000 1009b021 00000000 1009abe5
0x20000480: 1009af75 00000000 000000c2 100c1f50
0x20000490: 00000000 0b71b000 02625a00 02625a00
0x200004a0: 00000001 00000001 0000030d 10079100
0x200004b0: 10266000 00000000 00000000 00000000
0x20000530: 00000000 100794fd 00000000 1009ab3d
0x20000540: 00000001 00000000 00000000 00000000
0x20000820: 00000000 00000000 00000000 00000001
0x20000860: 00000001 00000000 00000000 00000000
0x20000880: 00000001 00000000 00000000 00000000
0x20000890: 00000000 00030901 00000000 00000000
0x200008f0: 00000000 00000000 20017a04 20000fb8
0x20000900: 00000000 00000000 00000001 00000100
0x20000910: 20001020 00000000 00000000 00000001
0x20000920: 00000100 20001088 00000000 00000000
0x20000930: 00000001 00000000 200010f0 00000000
0x20000940: 00000000 00000001 00000100 20001158
0x20000950: 00000000 00000000 00000001 00000000
0x20000960: 00000000 00000000 00020000 00010001
0x20000970: 00000000 00000000 00000000 00020000
0x20000980: 00010001 00000000 00000000 00000000
0x20000990: 00000000 00000000 00000000 00000009
0x200009a0: 20017cb0 00000000 00000000 3fe4d9aa
0x200009b0: 01010100 01010101 00000001 00000000
0x200009c0: 00000005 c0a82b01 00000e10 00000708
0x200009d0: 00000c4e ffffff00 c0a82b01 c0a82b01
0x200009e0: 00000000 00000002 00000039 49e081ae
0x200009f0: 0003ba3b 04000001 6f686365 6265772e
0x20000a00: 6b636f73 6f2e7465 00006772 00000000
0x20000af0: 00000000 00000000 0000012c b22a710d
0x20000b00: 00033a0c 04010001 74736574 6f6f632d
0x20000b10: 7972656b 74696b2e 6f626863 6f632e74
0x20000b20: 0000006d 00000000 00000000 00000000
0x20000e20: 00000000 00000000 012ba8c0 00000000
0x20000e40: 00000000 200319e8 00000001 00000000
0x20000e70: 00000001 0000001c 00000000 00000001
0x20000e80: 20000ef0
00000136 10081df5 00000000
0x20000e90: 00000038 00000000 00000001 20000eb8
0x20000ea0: 00000b82 10081f79 00000000 00000054
0x20000eb0: 0000001c 00000001 00000000 0000c350
0x20000ec0: 10081f5d 00000000 00000070 00000038
0x20000ed0: 00000000 20001208 2000131c 20000045
0x20000ee0: 20001350 0000008c 00000054 00002501
0x20000ef0: 20000e9c 000001a3 10081edd 00000000
0x20000f00: 000000a4 00000070 00000001 20011183
0x20000f10: 00000000 00000000 000000bc 0000008c
0x20000f20: 00000001 200111c7 00000000 00000000
0x20000f30: 0000010c 000000a4 00000001 3fe4d9aa
0x20000f40: 20000f8c 00000000 0001000a 00000000
0x20000f50: 00000000 00000044 0035001e 0035001e
0x20000f60: 003c0000 012ba8c0 e82ba8c0 00ffffff
0x20000f70: 012ba8c0 00000e10 00000708 00000c4e
0x20000f80: 00000138 000000bc 00000001 00000000
0x20000f90: 00000000 00ff0020 00000000 00440004
0x20000fa0: 00000043 1007da8d 2001119c 00000174
0x20000fb0: 0000010c 00000001 00000020 20000ff4
0x20000fc0: 00100000 2001c480 2001c3e0 00000000
0x20000fd0: 00000000 00000000 00010000 00000000
0x20000fe0: 00000000 1007c481 000001a0 00000138
0x20000ff0: 00000101 0100007f 00000000 00ff0000
0x20001000: 20000f8c 1a0c0000 00000000 1007ad8d
0x20001010: 20000fb8 000001dc 00000174 00000001
0x20001020: 00000020 2000105c 00000000 2001c678
0x20001030: 2001c5d8 00000000 00000001 00000000
0x20001040: 00000000 00000000 00000000 1007c481
0x20001050: 00000208 000001a0 00000001 0100007f
0x20001060: 00000000 00ff0000 2000112c 00420000
0x20001070: 00000000 1007ad8d 20001020 00000244
0x20001080: 000001dc 00000001 00000020 200010c4
0x20001090: 00000000 2001c778 2001c6d8 00000000
0x200010a0: 00000002 00000000 00000000 00000000
0x200010b0: 00000000 1007c481 00000270 00000208
0x200010c0: 00000001 00000000 00000000 00ff0000
0x200010d0: 00000000 00000000 00000000 1007ad8d
0x200010e0: 20001088 000002ac 00000244 00000001
0x200010f0: 00000020 2000112c 00000000 2001c878
0x20001100: 2001c7d8 00000000 00000003 00000000
0x20001110: 0000000
0 00000000 00000000 1007c481
0x20001120: 000002d8 00000270 00000001 0100007f
0x20001130: 00000000 00ff0000 20000ff4 1a060000
0x20001140: 00000000 1007ad8d 200010f0 00000314
0x20001150: 000002ac 00000001 00000020 20001194
0x20001160: 00000000 2001c978 2001c8d8 00000000
0x20001170: 00000004 00000000 00000000 00000000
0x20001180: 00000000 1007c481 00000340 000002d8
0x20001190: 00000001 00000000 00000000 00ff0000
0x200011a0: 00000000 00000000 00000000 1007ad8d
0x200011b0: 20001158 00000678 00000314 00000000
0x200011c0: 00000001 00000000 200013b8 2001119c
0x200011d0: 00000678 00000340 00000000 00000000
0x200011e0: 200011ee 00360036 00000000 8bf4c481
0x200011f0: 4a914632 1df9659c 0008a4af 28000045
0x20001200: 00003000 444006ff e82ba8c0 49e081ae
0x20001210: bb013ec7 811d0000 e722c240 00301450
0x20001220: 000050ba 000003e4 0000035c 00000000
0x20001230: 00000000 1007c481 000003e4 000003a4
0x20001240: 00000000 00000000 200013b8 00000000
0x20001250: 200013ec 46bbca18 00000678 0000035c
0x20001260: a4af1d00 e82ba8c0 49e081ae 00ff0000
0x20001270: 00000000 00000000 00000000 00004000
0x20001280: 013301bb 000c0000 00000005 40c222e7
0x20001290: 00005fbb 00005db6 40c2809d 05b4ffff
0x200012a0: 00000000 00001cf6 00010000 00000001
0x200012b0: 00001d3b 00000b68 00000b68 00001d81
0x200012c0: 40c222a2 00001d3b 00001d80 00007f00
0x200012d0: 00390800 00000045 00002fbb 00000001
0x200012f0: 00000000 00000000 1007aef5 00000000
0x20001300: 00000000 0001d4c0 07000000 00000001
0x20001310: 00000678 000003e4 00000400 00000000
0x20001320: 2000132e 007b007b 00000000 8bf40121
0x20001330: 4a914632 1df9659c 0008a4af 6d000045
0x20001340: 00002a00 054006ff e82ba8c0 49e081ae
0x20001350: bb013ec7 f61c0000 a222c240 fd2e1850
0x20001360: 00000467 00030317 32c19940 466b591b
0x20001370: f410480a 19c0effa 50815433 753b221d
0x20001380: 98fc815a 83c899ff d88073ce
22f302d2
0x20001390: 5fa69d92 317e7034 a3ef5310 4c1d4a2d
0x200013a0: 8168c450 e8bbe08c 00030363 00000678
0x200013b0: 0000049c 1847f100 00000000 20001444
0x200013c0: 00450045 00000100 e00100c1 00000000
0x200013d0: c000403a c00000e5 fcced0bf a0343560
0x200013e0: 0030100b 000000a3 00005600 000bafbf
0x200013f0: 80a00583 1100005d 42880000 659c003c
0x20001400: a4af1df9 46328bf4 8bf44a91 659c4632
0x20001410: a4af1df9 46328bf4 00084a91 6d000045
0x20001420: 0040ae0f 81cb0624 49e081ae e82ba8c0
0x20001430: c73e01bb 40c222a2 00001d3b 00fe1850
0x20001440: 0000d7e3 00030317 f0e66240 a4c1352c
0x20001450: 60d91dc1 df6fb463 f86604ca 59bf2aeb
0x20001460: c0d62d05 c987adbf f6e3c038 c5dc9093
0x20001470: a49e1b8b 4828db43 6ccca0b8 0dc14bbb
0x20001480: 46bb5785 e018bc40 753d36ab 00000678
0x20001490: 00000538 00000000 00000000 00000000
0x200014c0: 00000000 00000000 00000678 00000538
0x200014e0: 00000000 00000000 00000000 00000730
0x200014f0: 00000340 00000001 e82ba8c0 b22a710d
0x20001500: 00ff0000 00000000 00000000 00000000
0x20001510: c73f400a 013001bb 000c0000 00000006
0x20001520: d51bac42 00006000 00005fff d51c0c41
0x20001530: 05b4ffff 00000000 0000197b 00010000
0x20001540: 00000001 0000197d 000016d0 00348180
0x20001550: 0000197d d51bac41 0000197d 0000197d
0x20001560: 00006980 00348180 00000000 00003000
0x20001580: 00000000 00000000 00000000 1007aef5
0x20001590: 00000000 00000000 0001d4c0 07000000
0x200015a0: 00000001 00010000 00000678 0a045500
0x200015b0: 00000000 200015c2 007b007b 00000000
0x200015c0: 8bf4636e 4a914632 1df9659c 0008a4af
0x200015d0: 6d000045 00002e00 014006ff e82ba8c0
0x200015e0: 49e081ae bb013ec7 3b1d0000 a222c240
0x200015f0: fd2e1950 00003687 00030315 13ef1a40
0x20001600: 4353711f ceb1b1d7 35653329 489f717c
0x20001610: 5d5736ea e3185dd1 b5754225 d4d4560f
0x20001620: cbc1f8a0 bc176286 cf8c9d18 be46dc4d
0x20001630: 41e68392 24f4aa66 01045ce9 000062a0
0x20001640: 0009c1c4 bd200503 1100004b 42880000
0x20001650: 659c003c a4af1df9 46328bf
4 8bf44a91
0x20001660: 659c4632 a4af1df9 46328bf4 00084a91
0x20001670: 30000045 00400000 152a062c b22a710d
0x20001680: e82ba8c0 c73f01bb d51bac40 0000197c
0x20001690: 69031270 00007e92 b4050402 07030301
0x200016a0: 000008a8 0000078c 00000000 00000000
0x20001710: 00000000 00000000 00000000 00010000
0x20001720: 00000730 01131d00 0504ff01 01010330
0x20001730: 2000160c 2001119c 00010000 000008a8
0x20001740: 061d3000 0e1d5503 14041604 07859a3a
0x20001750: b6286710 05bdf6ef c1206e41 de0fda94
0x20001760: 09060d30 8648862a 01010df7 0300050b
0x20001770: 00010182 795ddb99 5997f9d5 f1610367
0x20001780: 31063b7e 20a12d75 87654f8e 9ca6f7b4
0x20001790: 2fe9d8bc ee5adbd0 738c74cf da4238b4
0x200017a0: 02f87b05 a5fdb875 f6aed7b1 cb13ded7
0x200017b0: 8a7e1053 fa97d146 112b2eb7 27b090ab
0x200017c0: 9fe8f980 9f37e95a 6cdfe4ab 9d1785b3
0x200017d0: 4f24d93d d6359179 80eb045f 029aab83
0x200017e0: f410b52d 04c790d8 72ed4073 9fa9a025
0x200017f0: 68ab9eec c6579912 093a128f fd44bda4
0x20001800: c1371506 a332e49b d8e838ed 7e2cf364
0x20001810: ea02fc14 07ffcd9f 22db1768 7a2d3890
0x20001820: f154d18d 335fe369 7b3d7aca 7fcae30a
0x20001830: e2e5395f 76c5ba75 2cce3318 ad4c2ff0
0x20001840: cee7b1f7 9bc4a84f c506544a 08d57d7f
0x20001850: fe1ce20f acb8177e 16d4f65e 0c0943b2
0x20001860: 6ba7f64d 658499b4 e2887aca 5cbe44e2
0x20001870: f51ceaf7 0000000e 00010000 0000049c
0x20001880: 00000000 2000131c 20001910 05b40a84
0x20001890: 00000000 e0010630 00000000 c000403a
0x200018a0: c000005b fcb60ec3 0210be60 00300005
0x200018b0: 00000612 00028500 0006d1d5 05640502
0x200018c0: 11000057 42880000 659c00a2 a4af1df9
0x200018d0: 46328bf4 8bf44a91 659c4632 a4af1df9
0x200018e0: 46328bf4 00084a91 dc050045 0040a10f
0x200018f0: 1fc50625 49e081ae e82ba8c0 c73e01bb
0x20001900: 40c21619 000019b6 00e51050 00003fd4
0x20001910: 02af1b97 81a30301 bd8130c0 03061d30
0x20001
920: 040e1d55 d2140416 91d2b0c4 71114cd4
0x20001930: 3dcb61b3 a8ddfea1 30e3d46a 03068d81
0x20001940: 04231d55 81308581 d2148082 91d2b0c4
0x20001950: 71114cd4 3dcb61b3 a8ddfea1 a1e3d46a
0x20001960: 3065a467 300b3163 55030609 02130604
0x20001970: 21315355 03061f30 130a0455 65685418
0x20001980: 206f4720 64646144 72472079 2c70756f
0x20001990: 636e4920 3031312e 5503062f 28130b04
0x200019a0: 44206f47 79646461 616c4320 32207373
0x200019b0: 72654320 69666974 69746163 41206e6f
0x200019c0: 6f687475 79746972 30000182 5503060c
0x200019d0: 0504131d 01010330 060d30ff 48862a09
0x200019e0: 010df786 00050501 01018203 f34b3200
0x200019f0: 913ecab2 a1c612fc 778e8c07 140633a0
0x20001a00: 181e905c 3da608f7 87f9190a 696e1180
0x20001a10: 301796e4 639134ff ccee3872 1da3011c
0x20001a20: 31a42894 54c47af6 31e5f6d7 cca20358
0x20001a30: 94db62ce bfb57345 b524c945 ad0282d5
0x20001a40: 8d697923 ce4db6b8 33ca4ccf 881ce823
0x20001a50: 418b9daa 20c9166e cd9e89e5 f770da3b
0x20001a60: 2026997e ab255414 e685736e 0a9d219b
0x20001a70: a80e826c fa0cc2f8 00010000 000005fc
0x20001a80: ad8b6100 00000000 20001b10 00000000
0x20001a90: 00000000 e001007c 00000000 c000403a
0x20001aa0: c0000074 fcbbe2a6 7472de6d 00300005
0x20001ab0: 0000005e 00008040 0002cfd2 05f80503
0x20001ac0: 11000047 42880000 659c00a2 a4af1df9
0x20001ad0: 46328bf4 8bf44a91 659c4632 a4af1df9
0x20001ae0: 46328bf4 00084a91 28000045 0040a40f
0x20001af0: d0cb0624 49e081ae e82ba8c0 c73e01bb
0x20001b00: 40c2209d 00001ac1 00ed1050 000071ee
0x20001b10: 00010000 00000c04 00000c00 31535500
0x20001b20: 060e3010 08045503 72410713 6e6f7a69
0x20001b30: 30133161 55030611 0a130704 746f6353
0x20001b40: 61647374 1a31656c 03061830 130a0455
0x20001b50: 446f4711 79646461 6d6f632e 6e49202c
0x20001b60: 31312e63 03062f30 13030455 206f4728
0x20001b70: 64646144 6f522079 4320746f 69747265
0x20001b80: 61636966 41206574 6f687475 79746972
0x20001b90: 47202d20 171e3032 3031310d 30333035
0x20001ba0: 30303037 0d175a30 35303133 00010000
0x200
01bb0: 00000730 b4813000 09300b31 04550306
0x20001bc0: 55021306 30103153 5503060e 07130804
0x20001bd0: 7a697241 31616e6f 06113013 07045503
0x20001be0: 63530a13 7374746f 656c6164 18301a31
0x20001bf0: 04550306 4711130a 6461446f 632e7964
0x20001c00: 202c6d6f 2e636e49 2b302d31 04550306
0x20001c10: 6824130b 3a707474 65632f2f 2e737472
0x20001c20: 61646f67 2e796464 2f6d6f63 6f706572
0x20001c30: 6f746973 312f7972 06313033 03045503
0x20001c40: 6f472a13 64614420 53207964 72756365
0x20001c50: 65432065 66697472 74616369 75412065
0x20001c60: 726f6874 20797469 3247202d 22018230
0x20001c70: 09060d30 8648862a 01010df7 03000501
0x20001c80: 000f0182 0a018230 01018202 cbe0b900
0x20001c90: 76afd410 6293d4bd b86430eb c36c0881
0x20001ca0: 1762d904 3eff2f8e ce8fcf65 523ce662
0x20001cb0: 4516da1c 78ab554b 6283636b 690fce90
0x20001cc0: 1ac8996c cc4c8b14 88ea3345 afa39edc
0x20001cd0: 6180fe2b c457799d 3ff42ecf 475d3c30
0x20001ce0: bc169afc 419637c3 4b118e51 be28f854
0x20001cf0: f0be8cd0 f31e3830 66f826b0 de6d6347
0x20001d00: 8f472671 d1534738 e3b41d46 45ea00dc
0x20001d10: 71bcbdac 006faad9 30cddbdb 5f4f793a
0x20001d20: 1df8474c c4c25bef b13b609d d89143b2
0x20001d30: ea4e33a4 4f27d6b3 a58a25ad d0d5f4c6
0x20001d40: 0574aea6 b5885764 2dd45544 f83e3a2a
0x20001d50: 32e9bdb8 6494020a 503a16c4 e7ae4af1
0x20001d60: 0caf3379 e87f0720 c23904df 636c0269
0x20001d70: c177fa52 8774c81b 1893b9c8 4b355450
0x20001d80: 3bbc4e69 1f2e49d3 52d2c1dc 010302fb
0x20001d90: 82a30100 82301a01 0f301601 1d550306
0x20001da0: ff010113 03300504 30ff0101 5503060e
0x20001db0: 01010f1d 030404ff 30060102 5503061d
0x20001dc0: 16040e1d c2401404 cc8e27bd a2308334
0x20001dd0: 6cfbd733 2cb4f0b3 1f30ce80 1d550306
0x20001de0: 30180423 3a148016 1007859a efb62867
0x20001df0: 4105bdf6 94c1206e 30de0fda 2b080634
0x20001e00: 05050106 04010107 30263028 2b080624
0x20001e10: 05050106 8601
3007 74746818 2f2f3a70
0x20001e20: 7073636f 646f672e 79646461 6d6f632e
0x20001e30: 0635302f 1f1d5503 2c302e04 28a02a30
0x20001e40: 248626a0 70747468 632f2f3a 672e6c72
0x20001e50: 6461646f 632e7964 672f6d6f 6f6f7264
0x20001e60: 32672d74 6c72632e 03064630 04201d55
0x20001e70: 303d303f 5504063b 3000201d 06313033
0x20001e80: 01062b08 02070505 68251601 73707474
0x20001e90: 632f2f3a 73747265 646f672e 79646461
0x20001ea0: 6d6f632e 7065722f 7469736f 2f79726f
0x20001eb0: 09060d30 8648862a 01010df7 0300050b
0x20001ec0: 00010182 00010000 00000a04 00000000
0x20001f10: 00000000 00010000 00000a04 00001000
0x20010e70: 00000000 00010000 00000730 00000001
0x20010e90: 20000ec8 20010e74 00000001 20017c50
0x20010ea0: 20000e74 2001119c 2001119c 00000003
0x20010eb0: 00000000 0100007f 000000ff 0100007f
0x20010ec0: 1007d13d 1007f661 00000000 00000000
0x20010ee0: 6f6c0500 00000000 00000000 00000000
0x20010ef0: 00000000 00000000 00300039 00000000
0x20010f10: 00010006 00000000 00000000 00000000
0x20010f20: 00000000 00210000 00000000 00000000
0x20010f40: 002d0031 00000000 00000000 00000000
0x20010f70: 00100010 00000000 00000000 00000000
0x20010f80: 00000000 00000000 001d0018 00000000
0x20010fa0: 00000000 00010000 000003dc 00001064
0x20010fb0: 00000000 00080006 00010000 00000001
0x20010fc0: 00080006 00000000 00000001 00000006
0x20010fd0: 00000000 00000000 0000000c 200014f8
0x20010fe0: 00000000 00000000 00000008 40c222a2
0x20010ff0: 00000000 00000045 00001d3b 00000018
0x20011000: 20001430 00000000 00000000 00000000
0x20011010: 00000000 00000045 20001430 00000000
0x20011020: 00000001 20000e80 2000105c 00000031
0x20011040: 00000000 00000000 2e323931 2e383631
0x20011050: 322e3334 00003233 00000000 00000000
0x20011060: 00000001 00000000 e82ba8c0 2001119c
0x20011070: 00000000 00010000 00000000 00000000
0x20011080: 012ba8c0 2001119c 46328bf4 00014a91
0x20011090: 00000002 00000000 00000000 00000000
0x20011150: 00000000 0000002d 20010eb0 010a0a0a
0x20011160: 00ffffff 01
0a0a0a 1007d13d 10083b5d
0x20011170: 10083ff1 00000000 20000f0c 00000000
0x20011180: 9c0605dc af1df965 70612ba5 00000001
0x20011190: 00000000 00000000 00000000 20011158
0x200111a0: e82ba8c0 00ffffff 012ba8c0 1007d13d
0x200111b0: 10083b5d 10083ff1 1009d3e1 20000f24
0x200111c0: 20000f3c 9c0605dc af1df965 74732fa4
0x200111d0: 00000002 00000000 00000000 00000000
0x200111e0: 00000000 00000003 00000095 00000095
0x200111f0: 00000000 00000001 0000003d 00000035
0x20011200: 0000003c 0000002f 0000000a 000000af
0x20011210: 0000008d 000000ae 0000008c 0000008b
0x20011220: 00000005 00000004 0000008a 00000000
0x20011230: 00000001 2001e118 00000000 00000000
0x20011270: 00000000 00000406 00000000 00000000
0x20011290: 00000000 00000000 00000000 8000000e
0x200112a0: 0f00a0df 00002500 00000200 00000000
0x200118d0: 00000000 00000000 00000000 20013398
0x200118e0: 20013420 00000067 00000000 00000035
0x200118f0: 00000049 00000000 00000000 00000000
0x20011900: 00000000 00000026 00000000 00000000
0x20011910: 00000000 00000000 00000024 00000000
0x20011920: 00000000 00000000 00000000 0000003d
0x20011930: 00000000 0000003d 00000064 00000000
0x20011940: 00000064 00000000 00000000 00000000
0x20011980: 00000064 00000064 00000064 0000038e
0x20011990: 00000000 00000005 0000038e 00000080
0x200119a0: 20000298 00000000 1009b11d 00000000
0x20011a20: 00000001 00000080 00000001 00000000
0x20011a30: 00000001 00000000 3004a4ec 2003f914
0x20011a40: 00000000 0001ac16 3004a4a0 00000000
0x20011a50: 00000000 00000000 00000006 20017bf0
0x20011a60: 20017b90 2003ee74 20012de8 00000001
0x20011a70: 20011a74 ffffffff 200210b4 200210b4
0x20011a80: 20011a8c 00000001 00000001 00000003
0x20011a90: 20011a94 ffffffff 2001855c 20017b34
0x20011aa0: 00000001 20011aa8 ffffffff 2001c384
0x20011ab0: 2001c384 00000000 00000001 2001a244
0x20011ac0: ffffffff 2001a244 2001a244 0000
0001
0x20011ad0: 2001333c ffffffff 2001333c 2001333c
0x20011ae0: 00000000 20011ae8 ffffffff 20011ae8
0x20011af0: 20011ae8 00000000 20011afc ffffffff
0x20011b00: 20011afc 20011afc 00000000 20011b10
0x20011b10: ffffffff 20011b10 20011b10 00000001
0x20011b20: 2002e36c ffffffff 2002e36c 2002e36c
0x20011b30: 00000000 20011b38 ffffffff 20011b38
0x20011b40: 20011b38 00000000 20011b4c ffffffff
0x20011b50: 20011b4c 20011b4c 00000000 20011b60
0x20011b60: ffffffff 20011b60 20011b60 00000000
0x20011b70: 20011b74 ffffffff 20011b74 20011b74
0x20011b80: 00000000 20011b88 ffffffff 20011b88
0x20011b90: 20011b88 00000000 20011b9c ffffffff
0x20011ba0: 20011b9c 20011b9c 00000000 20011bb0
0x20011bb0: ffffffff 20011bb0 20011bb0 00000000
0x20011bc0: 20011bc4 ffffffff 20011bc4 20011bc4
0x20011bd0: 00000000 20011bd8 ffffffff 20011bd8
0x20011be0: 20011bd8 00000000 20011bec ffffffff
0x20011bf0: 20011bec 20011bec 00000000 20011c00
0x20011c00: ffffffff 20011c00 20011c00 00000000
0x20011c10: 20011c14 ffffffff 20011c14 20011c14
0x20011c20: 00000000 20011c28 ffffffff 20011c28
0x20011c30: 20011c28 00000000 20011c3c ffffffff
0x20011c40: 20011c3c 20011c3c 00000000 2002e368
0x20011c50: 00000000 20011c58 ffffffff 20011c58
0x20011c60: 20011c58 00000000 00001928 20011aa0
0x20011c70: 0000000d 0000000a 00000002 20011c80
0x20011c80: ffffffff 20014904 20015acc 00000023
0x20011c90: 00000000 100d07fb 2001a2a0 00000000
0x20011cd0: 00000000 20011cd8 00000000 20011ce0
0x20011ce0: ffffffff 20011ce0 20011ce0 00000000
0x20011cf0: 20011cf4 ffffffff 20011cf4 20011cf4
0x20011d00: 00000001 2001a2a0 20011cec 00000080
0x20011d10: 00000400 00012300 20036118 2001dee8
0x20011d20: 00000000 00000000 00000000 80000fa8
0x20011d30: 00ff00fc 07070000 02000002 00000001
0x20011d40: ac508eed 00ff00fc 0e070026 02010002
0x20011d50: 00000002 5a397ddd 00ff00fc 0c070053
0x20011d60: 02020003 00000003 ef1727fe 00ff00fc
0x20011d70: 1307007f 02030002 00000004 6ae58133
0x20011d80: 00ff00fc 070700b1 0204000c 00
000005
0x20011d90: 586c3b67 00ff00fc 0a0700e1 0205000e
0x20011da0: 00000006 d65d718f 00ff00fc 0a070116
0x20011db0: 0206000e 00000007 b00c86e8 00ff00fc
0x20011dc0: 0907014b 02070002 00000008 4c902499
0x20011dd0: 00ff00fc 09070173 02080002 00000009
0x20011de0: 34e89010 00ff00fc 0d07019b 02090005
0x20011df0: 0000000a 9e96e927 00ff00fc 0e0701ca
0x20011e00: 020a0005 0000000b d1602e98 00ff00fc
0x20011e10: 0f0701fa 020b0008 0000000c b40e6ddb
0x20011e20: 00ff00fc 0e07022e 020c0010 0000000d
0x20011e30: fb855303 00ff00fc 0f070269 020d0001
0x20011e40: 0000000e 9a54ae56 00ff00fc 0d070296
0x20011e50: 020e0004 0000000f a523d0b4 00ff00fc
0x20011e60: 0a0702c4 020f0014 00000010 0211e939
0x20011e70: 00ff00fc 0c0702ff 02100007 00000011
0x20011e80: bd1bd5ad 00ff00fc 0d07032f 02110009
0x20011e90: 00000012 412fba94 00ff00fc 0b070362
0x20011ea0: 02120008 00000013 7dfe8702 00ff00fc
0x20011eb0: 10070392 02130002 00000014 5ed6d65c
0x20011ec0: 00ff00fc 110703c1 02140002 00000015
0x20011ed0: a11738be 00ff00fc 0c0703f1 02150002
0x20011ee0: 00000016 a38417bb 00ff00fc 0e04041c
0x20011ef0: 02160002 00000017 74e54395 00ff00fc
0x20011f00: 08040f2e 02170011 0000005c 5474ec3a
0x20011f10: 00ff00fc 0504047a 0218000c 00000019
0x20011f20: c06de461 00ff00fc 080404a5 02190003
0x20011f30: 0000001a 8dea2106 00ff00fc 080404ca
0x20011f40: 021a0002 0000001b ab24e2b0 00ff00fc
0x20011f50: 080404ee 021b0002 0000001c 3efd6b7f
0x20011f60: 00ff00fc 03040512 021c0002 0000001d
0x20011f70: 8d73cd2f 00ff00fc 0d040531 021d0002
0x20011f80: 0000001e e8728f63 00ff00fc 0a04055a
0x20011f90: 021e0002 0000001f ee7ad02d 00ff00fc
0x20011fa0: 07040580 021f0002 00000020 1cac2b9c
0x20011fb0: 00ff00fc 070405a3 02200003 00000021
0x20011fc0: b463521c 00ff00fc 0d0405c7 02210003
0x20011fd0: 00000022 70eee8b1 00ff00fc 060405f1
0x20011fe0: 02220002 00000023 da6c8c4d 00ff00fc
0x20011ff0:
0b040613 02230002 00000024 01b67f52
0x20012000: 00ff00fc 0a04063a 02240002 00000025
0x20012010: 816f6d40 00ff00fc 0b040660 02250002
0x20012020: 00000026 d13c2da1 00ff00fc 0f040687
0x20012030: 02260002 00000027 2419d64e 00ff00fc
0x20012040: 090406b2 02270002 00000028 d909a19d
0x20012050: 00ff00fc 0b0406d7 02280002 00000029
0x20012060: 7b48eded 00ff00fc 070406fe 02290009
0x20012070: 0000002a 70e160da 00ff00fc 0a040728
0x20012080: 022a0002 0000002b a8b30b67 00ff00fc
0x20012090: 0904074e 022b0009 0000002c f248d8c7
0x200120a0: 00ff00fc 0404077a 022c0002 0000002d
0x200120b0: 75842298 00ff00fc 0904079a 022d0002
0x200120c0: 0000002e b8fbcd75 00ff00fc 0b0407bf
0x200120d0: 022e0002 0000002f d6be22e7 00ff00fc
0x200120e0: 0c0407e6 022f0002 00000030 c3a87810
0x200120f0: 00ff00fc 0d04080e 02300002 00000031
0x20012100: 5cfd468d 00ff00fc 0a040837 02310038
0x20012110: 00000032 25e0ecb0 00ff00fc 0d040893
0x20012120: 02320008 00000033 3724dacf 00ff00fc
0x20012130: 070408c2 02330002 00000034 b7d6e4ce
0x20012140: 00ff00fc 100408e5 02340003 00000035
0x20012150: 2df6e6ff 00ff00fc 07040912 02350005
0x20012160: 00000036 7cbcafac 00ff00fc 0e030938
0x20012170: 02360002 00000037 c9539e30 00ff00fc
0x20012180: 08030f61 02370011 0000005d 43cb4009
0x20012190: 00ff00fc 05030994 0238000c 00000039
0x200121a0: 3810783a 00ff00fc 080309be 02390003
0x200121b0: 0000003a b2d3c195 00ff00fc 080309e2
0x200121c0: 023a0002 0000003b e5ae164c 00ff00fc
0x200121d0: 03030a05 023b0002 0000003c 0230e74e
0x200121e0: 00ff00fc 0d030a23 023c0002 0000003d
0x200121f0: 739c9e1e 00ff00fc 07030a4b 023d0002
0x20012200: 0000003e 52aa1a79 00ff00fc 07030a6d
0x20012210: 023e0003 0000003f 6b39ce37 00ff00fc
0x20012220: 0d030a90 023f0003 00000040 eadab89a
0x20012230: 00ff00fc 06030ab9 02400002 00000041
0x20012240: f3439ecc 00ff00fc 0b030ada 02410002
0x20012250: 00000042 10120f11 00ff00fc 0a030b00
0x20012260: 02420002 00000043 4b4d0113 00ff00fc
0x20012270: 0b030b25 02430002 00000044 6480bd48
0x2001228
0: 00ff00fc 0b030b4b 02440002 00000045
0x20012290: 99412ef0 00ff00fc 09030b71 02450002
0x200122a0: 00000046 28fe280e 00ff00fc 0b030b95
0x200122b0: 02460002 00000047 eeb4c12a 00ff00fc
0x200122c0: 07030bbb 02470009 00000048 4c5c5003
0x200122d0: 00ff00fc 0a030be4 02480002 00000049
0x200122e0: ee95044c 00ff00fc 09030c09 02490009
0x200122f0: 0000004a 795287f0 00ff00fc 04030c34
0x20012300: 024a0002 0000004b ad3859b1 00ff00fc
0x20012310: 0b030c53 024b0002 0000004c bab7a4a4
0x20012320: 00ff00fc 0c030c79 024c0002 0000004d
0x20012330: db05b1e9 00ff00fc 0d030ca0 024d0002
0x20012340: 0000004e a556f880 00ff00fc 0a030cc8
0x20012350: 024e0018 0000004f acb39f5f 00ff00fc
0x20012360: 0d030d03 024f0008 00000050 60ccaf54
0x20012370: 00ff00fc 09030d31 02500002 00000051
0x20012380: 238e3992 00ff00fc 0e030d55 02510005
0x20012390: 00000052 48ca3436 00ff00fc 09030d81
0x200123a0: 02520002 00000053 3ef35f4b 00ff01fc
0x200123b0: 080305f8 0253000c 00000082 f2767dfc
0x200123c0: 00ff00fc 11070fc0 02540002 0000005f
0x200123d0: 25bbb1e1 00ff01fc 12070000 02550002
0x200123e0: 00000060 c6f614ef 00ff01fc 0f040031
0x200123f0: 02560002 00000061 029efe07 00ff01fc
0x20012400: 050501be 02570007 0000006a 2a41f42c
0x20012410: 00ff01fc 14070569 02580002 0000007f
0x20012420: 8eb1034e 00ff01fc 1304059c 02590002
0x20012430: 00000080 51852f07 00000000 00000000
0x20012440: 00000000 ffffffff 00000000 00000000
0x20012450: 00000000 00000000 ffffffff 00000000
0x20012460: 00000000 00000000 00000000 ffffffff
0x20012480: ffffffff 00000000 00000000 00000000
0x20012490: 00000000 ffffffff 00000000 00000000
0x200124a0: 00000000 00000000 ffffffff 00000000
0x200124b0: 00000000 00000000 00000000 ffffffff
0x200124d0: ffffffff 00000000 00000000 00000000
0x200124e0: 00000000 ffffffff 00000000 00000000
0x200124f0: 00000000 00000000 ffffffff 00000000
0x20012500: 00000000 00000000
00000000 ffffffff
0x20012520: ffffffff 00000000 00000000 00000000
0x20012530: 00000000 ffffffff 00000000 00000000
0x20012540: 00000000 00000000 ffffffff 00000000
0x20012550: 00000000 00000000 00000000 ffffffff
0x20012570: ffffffff 00000000 00000000 00000000
0x20012580: 00000000 ffffffff 00000000 00000000
0x20012590: 00000000 00000000 ffffffff 00000000
0x200125a0: 00000000 00000000 00000000 ffffffff
0x200125c0: ffffffff 00000000 00000000 00000000
0x200125d0: 00000000 ffffffff 00000000 00000000
0x200125e0: 00000000 00000000 ffffffff 00000000
0x200125f0: 00000000 00000000 00000000 ffffffff
0x20012610: ffffffff 00000000 00000000 00000000
0x20012620: 00000000 ffffffff 00000000 00000000
0x20012630: 00000000 00000000 ffffffff 00000000
0x20012640: 00000000 00000000 00000000 ffffffff
0x20012660: ffffffff 00000000 00000000 00000000
0x20012670: 00000000 ffffffff 00000000 00000000
0x20012680: 00000000 00000000 ffffffff 00000000
0x20012690: 00000000 00000000 00000000 ffffffff
0x200126b0: ffffffff 00000000 00000000 00000000
0x200126c0: 00000000 ffffffff 00000000 00000000
0x200126d0: 00000000 00000000 ffffffff 00000000
0x200126e0: 00000000 00000000 00000000 ffffffff
0x20012700: ffffffff 00000000 00000000 00000000
0x20012710: 00000000 ffffffff 00000000 00000000
0x20012720: 00000000 00000000 ffffffff 00000000
0x20012730: 00000000 00000000 00000000 ffffffff
0x20012750: ffffffff 00000000 00000000 00000000
0x20012760: 00000000 ffffffff 00000000 00000000
0x20012770: 00000000 00000000 ffffffff 00000000
0x20012780: 00000000 00000000 00000000 ffffffff
0x200127a0: ffffffff 00000000 00000000 00000000
0x200127b0: 00000000 ffffffff 00000000 00000000
0x200127c0: 00000000 00000000 ffffffff 00000000
0x200127d0: 00000000 00000000 00000000 ffffffff
0x200127f0: ffffffff 00000000 00000000 00000000
0x20012800: 00000000 ffffffff 00000000 00000000
0x20012810: 00000000 00000000 ffffffff 00000000
0x20012820: 00000000 00000000 00000000 ffffffff
0x20012840: ffffffff 000000
00 00000000 00000000
0x20012850: 00000000 ffffffff 00000000 00000000
0x20012860: 00000000 00000000 ffffffff 00000000
0x20012870: 00000000 00000000 00000000 ffffffff
0x20012890: ffffffff 00000000 00000000 00000000
0x200128a0: 00000000 ffffffff 00000000 00000000
0x200128b0: 00000000 00000000 ffffffff 00000000
0x200128c0: 00000000 00000000 00000000 ffffffff
0x200128e0: ffffffff 00000000 00000000 00000000
0x200128f0: 00000000 ffffffff 00000000 00000000
0x20012900: 00000000 00000000 ffffffff 00000000
0x20012910: 00000000 00000000 00000000 ffffffff
0x20012930: ffffffff 00000000 00000000 00000000
0x20012940: 00000000 ffffffff 00000000 00000000
0x20012950: 00000000 00000000 ffffffff 00000000
0x20012960: 00000000 00000000 00000000 ffffffff
0x20012980: ffffffff 00000000 00000000 00000000
0x20012990: 00000000 ffffffff 00000000 00000000
0x200129a0: 00000000 00000000 ffffffff 00000000
0x200129b0: 00000000 00000000 00000000 ffffffff
0x200129d0: ffffffff 00000000 00000000 00000000
0x200129e0: 00000000 ffffffff 00000000 00000000
0x200129f0: 00000000 00000000 ffffffff 00000000
0x20012a00: 00000000 00000000 00000000 ffffffff
0x20012a20: ffffffff 00000000 00000000 00000000
0x20012a30: 00000000 ffffffff 00000000 00000000
0x20012a40: 00000000 00000000 ffffffff 00000000
0x20012a50: 00000000 00000000 00000000 ffffffff
0x20012a70: ffffffff 00000000 00000000 00000000
0x20012a80: 00000000 ffffffff 00000000 00000000
0x20012a90: 00000000 00000000 ffffffff 00000000
0x20012aa0: 00000000 00000000 00000000 ffffffff
0x20012ac0: ffffffff 00000000 00000000 00000000
0x20012ad0: 00000000 ffffffff 00000000 00000000
0x20012ae0: 00000000 00000000 ffffffff 00000000
0x20012af0: 00000000 00000000 00000000 ffffffff
0x20012b10: ffffffff 00000000 00000000 00000000
0x20012b20: 00000000 ffffffff 00000000 00000000
0x20012b30: 00000000 00000000 ffffffff 00000000
0x20012b40: 00000000 00000000 00000000 ffffffff
0x20012b60: ffffffff 00000000 00000000 00000000
0x20012b70: 00000000 ffffffff 00000000 00000000
0x20012b80: 00000000 00000000 ffffffff 00000000
0x20012b90: 00000000 00000000 00000000 ffffffff
0x20012bb0: ffffffff 00000000 00000000 00000000
0x20012bc0: 00000000 ffffffff 00000000 00000000
0x20012bd0: 00000000 00000000 ffffffff 00000000
0x20012be0: 00000000 00000000 00000000 ffffffff
0x20012c00: ffffffff 00000000 00000000 00000000
0x20012c10: 00000000 ffffffff 00000000 00000000
0x20012c20: 00000000 00000000 ffffffff 00000000
0x20012c30: 00000000 00000000 00000000 ffffffff
0x20012c50: ffffffff 00000000 00000000 00000000
0x20012c60: 00000000 ffffffff 00000000 00000000
0x20012c70: 00000000 00000000 ffffffff 00000000
0x20012c80: 00000000 00000000 00000000 ffffffff
0x20012ca0: ffffffff 00000000 00000000 00000000
0x20012cb0: 00000000 ffffffff 00000000 00000000
0x20012cc0: 00000000 00000000 ffffffff 00000000
0x20012cd0: 00000000 800000c8 021d0004 00000000
0x20012ce0: 00000000 051309cf 00000000 00000000
0x20012cf0: 00000ff4 00000001 00000000 00000ff4
0x20012d00: 00000001 00000000 00000ff4 00000001
0x20012d10: 00000000 00000ff4 00000001 00000000
0x20012d20: 00000ff4 00000001 00000000 00000ff4
0x20012d30: 00000001 00000000 00000ff4 00000001
0x20012d40: 00000000 00000ff4 00000001 00000000
0x20012d50: 00000ff4 00000001 00000000 00000ff4
0x20012d60: 00000001 00000000 00000ff4 00000001
0x20012d70: 00000000 00000ff4 00000001 00000000
0x20012d80: 00000ff4 00000001 00000000 00000ff4
0x20012d90: 00000001 00000000 00000000 80000048
0x20012de0: 00000000 80000060 00000000 00000000
0x20012df0: 00000000 00000000 00000000 20012e00
0x20012e00: ffffffff 20012e00 20012e00 00000000
0x20012e10: 20012e14 ffffffff 20012e14 20012e14
0x20012e20: 00000001 00000001 00000000 ffffffff
0x20012e30: ffffffff 00000000 00000001 00000000
0x20012e40: 00000000 80000020 abcd330e e66d1234
0x20012e50: 0005deec 0000000b 70dad2ab 1555f4
0d
0x20012e60: 00000000 800001c8 20012ebc 20013024
0x20012e70: 20012f4c 20012f08 00000000 20012e80
0x20012e80: ffffffff 20012e80 20012e80 00000000
0x20012e90: 20012e94 ffffffff 20012e94 20012e94
0x20012ea0: 00000010 0000005a 00000004 ffffffff
0x20012eb0: ffffffff 00000000 00000000 20037334
0x20012ec0: 2003745c 20037584 200376ac 200377d4
0x20012ed0: 200378fc 20037a24 20037b4c 20037c74
0x20012ee0: 20037d9c 20037ec4 20037fec 20038114
0x20012ef0: 2003823c 20038364 2003848c 200385b4
0x20012f00: 200386dc 20038804 2003892c 20038a54
0x20012f10: 20036554 2003667c 200367a4 200368cc
0x20012f20: 200369f4 20036b1c 20036c44 20036d6c
0x20012f30: 20036e94 20036fbc 200370e4 2003720c
0x20012f40: 20037334 2003745c 20037584 2003667c
0x20012f50: 200367a4 200368cc 20036554 200369f4
0x20012f60: 20036b1c 20036c44 20036d6c 20036e94
0x20012f70: 20036fbc 200370e4 2003720c 20037334
0x20012f80: 2003745c 20037584 200376ac 200377d4
0x20012f90: 200378fc 20037a24 20037b4c 20037c74
0x20012fa0: 20037d9c 20036554 2003667c 200367a4
0x20012fb0: 200368cc 20036554 20036554 2003667c
0x20012fc0: 200367a4 200368cc 20036554 2003667c
0x20012fd0: 200367a4 200368cc 200369f4 20036b1c
0x20012fe0: 20036c44 20036554 2003667c 200367a4
0x20012ff0: 200368cc 20036554 2003667c 200367a4
0x20013000: 200368cc 200369f4 20036b1c 20036c44
0x20013010: 20036d6c 20036e94 20036fbc 200370e4
0x20013020: 2003720c 00000000 00000000 80000308
0x20013030: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013040: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013050: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013060: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013070: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013080: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013090: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200130a0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200130b0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200130c0: a5a
5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200130d0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200130e0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200130f0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013100: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013110: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013120: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013130: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013140: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013150: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013160: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013170: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013180: a5a5a5a5 a5a5a5a5 a5a5a5a5 0000004c
0x20013190: 00000034 2003ea70 100bfefb 00000034
0x200131a0: 2003e934 100c0b8b a5a5a5a5 fffffffd
0x200131b0: 83030000 0000005a 83040000 00000072
0x200131c0: 00000068 2003ea70 100bfefb 00000068
0x200131d0: 00000002 a5a5a5a5 a5a5a5a5 fffffffd
0x200131e0: 83030000 00000072 83040000 00000000
0x200131f0: a5a5a5a5 1009d675 10079b94 41000000
0x20013200: 00000021 1009d7d5 20000448 200003e0
0x20013210: 2003ea70 100c14cd 00000068 2003e934
0x20013220: 200003e0 100bf0bd 2003e934 200003e0
0x20013230: 0000000a 100cbd91 00000024 100c14a3
0x20013240: 100cbd91 200003e0 2003e934 100c0ba5
0x20013250: 00000002 100cbd91 2003e934 200003e0
0x20013260: 100cbd8f 100c0c97 20013274 ffffffff
0x20013270: ffffffff 20013310 00000000 00000024
0x20013280: 00000000 00000000 00000024 00000024
0x20013290: a5302073 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200132a0: a5a5a5a5 36012e68 00393236 00000000
0x200132b0: ffffffff 00000000 00a5a5a5 a5a5a5a5
0x200132c0: 00000000 fffffffd 00000000 200003e0
0x200132d0: 00000000 a5a5a5a5 a5a5a5a5 200003e0
0x200132e0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200132f0: a5a5a5a5 100bf8f3 100cbd8d 2001330c
0x20013300: a5a5a5a5 100a00c1 100cbd8d 20038948
0x20013310: 2003e934 12000000 00000000 2003892c
0x20013320: a5a5a5a5 1009f06d a5a5a5a5 a5a5a5a5
0x20013330: 00000000 80000060 200131bc 00000000
0x20013340: 20011ad4 20011ad4 20013338 20011acc
0x20013350: 0
0000013 20012e94 20012e94 20013338
0x20013360: 00000000 00000001 20013030 4c535953
0x20013370: 0000004f 00000001 00000000 00000001
0x20013390: 00000000 80000060 00000000 00000000
0x200133a0: 00000000 00000000 00000000 200133b0
0x200133b0: ffffffff 200133b0 200133b0 00000000
0x200133c0: 200133c4 ffffffff 200133c4 200133c4
0x200133d0: 00000001 00000001 00000000 ffffffff
0x200133e0: ffffffff 00000000 00000001 00000000
0x200133f0: 00000000 80000028 00000008 1009d3a1
0x20013400: 00000000 00000008 00000b64 00049500
0x20013410: 00000000 00000000 00000000 80000028
0x20013420: 00005754 0e010400 24000000 00000008
0x20013430: 00000b64 00049500 00000000 00000000
0x20013440: 00000000 800002f0 20013798 20013478
0x20013450: 2001371c 2001371c 000100dd 00000000
0x20013460: 00000000 00000000 00000000 10099a21
0x20013470: 00000001 00000001 200134a4 2001344c
0x20013480: 2001371c 000001dd 00000000 00000001
0x20013490: 20017906 00000000 10099a21 01010001
0x200134a0: 00000001 200134d0 20013478 2001371c
0x200134b0: 00010205 00000000 00000001 20017907
0x200134c0: 00000000 10099a21 01000001 00000101
0x200134d0: 200134fc 200134a4 2001371c 003203d7
0x200134f0: 10099a21 00000001 00000001 20013528
0x20013500: 200134d0 2001371c 00010419 00000000
0x20013510: 00000000 00000000 00000000 10099a21
0x20013520: 00000001 00000101 20013554 200134fc
0x20013530: 2001371c 00020502 00000000 00000000
0x20013540: 00000000 00000000 10099a21 00000001
0x20013550: 00000101 20013580 20013528 2001371c
0x20013560: 00020603 00000000 00000000 00000000
0x20013570: 00000000 10099a21 00000001 00000101
0x20013580: 200135ac 20013554 2001371c 000007dd
0x20013590: 00000000 00000001 20016c9f 00000000
0x200135a0: 10099a21 01010001 00000001 200135d8
0x200135b0: 20013580 2001371c 000d08d2 00000000
0x200135c0: 00000000 00000000 00000000 10099a21
0x200135d0: 00000001 00000001 200
13604 200135ac
0x200135e0: 2001371c 000009dd 00000000 00000001
0x200135f0: 20014888 00000000 10099a21 01010001
0x20013600: 00000001 20013630 200135d8 2001371c
0x20013610: 00010ad2 00000000 00000006 20017020
0x20013620: 00000000 10099a21 01000001 00000001
0x20013630: 2001365c 20013604 2001371c 00010bd2
0x20013640: 00000000 00000006 200172c0 00000000
0x20013650: 10099a21 01000001 00000001 20013688
0x20013660: 20013630 2001371c 00400cde 00000000
0x20013670: 00000000 00000000 00000000 10099a21
0x20013680: 00000001 00000001 200136b4 2001365c
0x20013690: 2001371c 00400dde 00000000 00000000
0x200136a0: 00000000 00000000 10099a21 00000001
0x200136b0: 00000001 200136e0 20013688 2001371c
0x200136c0: 00400ede 00000000 00000000 00000000
0x200136d0: 00000000 10099a21 00000001 00000001
0x200136e0: 2001371c 200136b4 2001371c 00020f25
0x20013700: 10099a21 00000001 00000101 20013738
0x20013710: 20013710 20013710 00000000 2001344c
0x20013720: 200136e0 00000000 10084187 00000010
0x20013730: 00000000 80000060 00000000 00000000
0x20013740: 00000000 00000000 00000000 20013750
0x20013750: ffffffff 20013750 20013750 00000000
0x20013760: 20013764 ffffffff 20013764 20013764
0x20013770: 00000001 00000001 00000000 ffffffff
0x20013780: ffffffff 00000000 00000001 00000000
0x20013790: 00000000 80000160 200137ec 200138ec
0x200137a0: 2001382c 2001381c 00000000 200137b0
0x200137b0: ffffffff 200137b0 200137b0 00000001
0x200137c0: 200137c4 ffffffff 20014918 20014918
0x200137d0: 00000000 00000010 00000010 ffffffff
0x200137e0: ffffffff 00000000 00000000 10084187
0x200137f0: 200011c0 200011d0 0000003c 10084187
0x20013800: 200011c0 200011d0 00000068 10084187
0x20013810: 200011c0 200011d0 00000014 10084187
0x20013820: 200011c0 200011d0 0000001b 10084187
0x20013830: 200011c0 200011d0 000000a5 10084187
0x20013840: 200011c0 200011d0 000000b6 10084187
0x20013850: 200011c0 200011d0 0000010f 10084187
0x20013860: 200011c0 200011d0 0000010e 10084187
0x20013870: 200011c0 200011d0 0
000010d 10084187
0x20013880: 200011c0 200011d0 0000013f 10084187
0x20013890: 200011c0 200011d0 0000001a 10084187
0x200138a0: 200011c0 200011d0 00000046 10084187
0x200138b0: 200011c0 200011d0 0000003c 10084187
0x200138c0: 200011c0 200011d0 00000068 10084187
0x200138d0: 200011c0 200011d0 00000014 10084187
0x200138e0: 200011c0 200011d0 00000046 00000000
0x200138f0: 00000000 80001008 a5a5a5a5 a5a5a5a5
0x20013900: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013910: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013920: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013930: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013940: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013950: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013960: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013970: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013980: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013990: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200139a0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200139b0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200139c0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200139d0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200139e0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x200139f0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013a00: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013a10: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013a20: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013a30: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013a40: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013a50: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013a60: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013a70: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013a80: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013a90: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013aa0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013ab0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013ac0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0x20013ad0: a5a5a5a5 a5a5a5a5 a5a5a5a5 a5a5a5a5
0
@pc0808f
Copy link
Author

pc0808f commented Jun 1, 2017

loader init

fota: TMP is empty, skip upgrade

jump to (0x10079000)
[T: 36 M: websocket_example C: info F: main L: 95]: start to create task.

[T: 240 M: wifi C: error F: wifi_wlan_evt_h
andler L: 294]: Supplicant is not ready to receive event from interface(=0) yet.

[T: 242 M: inband C: warning F: inband_queue_evt_handler L: 599]: u2PacketType(0xe000), ucEID(0x30), ucSeqNum(0x0) not handled!

[T: 1234 M: minisupp C: error F: wpa_supplicant_entry L: 414]: ========= Supplicant Ready =======

[T: 2128 M: inband C: warning F: inband_queue_evt_handler L: 599]: u2PacketType(0xe000), ucEID(0x76), ucSeqNum(0x0) not handled!

[T: 2194 M: common C: info F: wifi_station_port_secure_event_handler L: 148]: wifi connected

[T: 3176 M: common C: info F: ip_ready_callback L: 100]: DHCP got IP:192.168.43.232

[T: 3177 M: websocket_example C: info F: app_entry L: 72]: after lwip_net_ready.

[T: 3177 M: websocket_example C: info F: websoc_cli_test_entry L: 273]: Test client ws.

[T: 3177 M: websocket C: info F: rws_socket_create L: 124]: [WEBSOCKET]: rws_socket_create

[T: 3177 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:ws

[T: 3177 M: websocket C: info F: rws_socket_set_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:echo.websocket.org

[T: 3177 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path: /

[T: 3177 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 80

[T: 3177 M: websocket C: info F: rws_socket_set_on_disconnected L: 317]: [WEBSOCKET]: rws_socket_set_on_disconnected

[T: 3177 M: websocket C: info F: rws_socket_set_on_connected L: 309]: [WEBSOCKET]: rws_socket_set_on_connected

[T: 3177 M: websocket C: info F: rws_socket_set_on_received_text L: 325]: [WEBSOCKET]: rws_socket_set_on_received_text

[T: 3177 M: websocket C: info F: rws_socket_set_on_received_bin L: 333]: [WEBSOCKET]: rws_socket_set_on_received_bin

[T: 3177 M: websocket C: info F: rws_socket_connect L: 41]: [WEBSOCKET]: rws_socket_connect

[T: 3177 M: websocket C: info F: rws_socket_create_start_work_thread L: 706]: [WEBSOCKET]: rws_socket_create_start_work_thread

[T: 3177 M: websocket C: info F: rws_socket_work_th_func L: 629]: [WEBSOCKET]: rws_socket_work_th_func

[T: 3177 M: websocket_example C: info F: websoc_cli_test_int L: 231]: wait for connection. loop time:0.

[T: 3183 M: websocket C: info F: rws_socket_connect_to_host L: 574]: [WEBSOCKET]: rws_socket_connect_to_host

[T: 3323 M: websocket C: info F: rws_socket_set_option L: 818]:
[WEBSOCKET]: rws_socket_set_option: soc_id:5, option:4103, value:1

[T: 3323 M: websocket C: info F: rws_socket_set_option L: 818]: [WEBSOCKET]: rws_socket_set_option: soc_id:5, option:8, value:1

[T: 3615 M: websocket C: info F: rws_socket_send_handshake L: 458]: [WEBSOCKET]: rws_socket_send_handshake

[T: 3615 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:231]:GET / HTTP/1.1

Host: echo.websocket.org

Upgrade: websocket

Connection: Upgrade

Origin: ws://echo.websocket.org

Sec-WebSocket-Key: dGhlIHNhbXBsZSBub25jZQ==

Sec-WebSocket-Protocol: chat, superchat

Sec-WebS

[T: 3915 M: websocket C: info F: rws_soc
ket_process_handshake_responce L: 130]: [WEBSOCKET]: rws_socket_process_handshake_responce: s->received=HTTP/1.1 101 Web Socket Protocol Handshake

Connection: Upgrade

Date: Thu, 01 Jun 2017 11:51:48 GMT

Sec-WebSocket-Accept: s3pPLMBiTxaQ9kYGzzhZRbK+xOo=

Server: Kaazing Gateway

Upgrade: web

[T: 3916 M: websocket C: info F: rws_socket_work_th_func L: 670]: [WEBSOCKET]: rws_socket_work_th_func: run on_connected callback

[T: 3916 M: websocket_example C: info F: on_socket_connected L: 155]: on_socket_connected: Wsoc Connected

[T: 3916 M: websocket C: info F: rws_socket_send_text L: 95]: [WEBSOCKET]: rws_socket_send_text: test:{"version":"1.0","supportedConnectionTypes":["websocket"],"minimumVersion":"1.0","channel":"/meta/handshake"}

[T: 3916 M: websocket C: info F: rws_socket_send_text_priv L: 791]: [WEBSOCKET]: rws_socket_send_text_priv: text: {"version":"1.0","supportedConnectionTypes":["websocket"],"minimumVersion":"1.0","channel":"/meta/handshake"}

[T: 3920 M: websocket C: info F: rws_socket_idle_send L: 385]: [WEBSOCKET]: rws_socket_idle_send

[T: 3920 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:115]:s\QQ\9X

[T: 4177 M: websocket_example C: info F: websoc
_cli_test_int L: 247]: wait for data. loop time:0.

[T: 4210 M: websocket C: info F:
rws_socket_idle_recv L: 359]: [WEBSOCKET]: rws_socket_idle_recv

[T: 4210 M: websocket C: info F: rws_socket_process_received_frame L: 325]: [WEBSOCKET]: rws_socket_process_received_frame: frame->opcode:1

[T: 4211 M: websocket C: info F: rws_socket_inform_recvd_frames L: 85]: [WEBSOCKET]: rws_socket_inform_recvd_frames: run on_recvd_text callback

[T: 4211 M: websocket_example C: info F: on_socket_received_text L: 118]: on_socket_received_text: Wsoc Data received: {"version":"1.0","supportedConnectionTypes":["websocket"],"minimumVersion":"1.0","channel":"/meta/handshake"}

58

59

61

62

64

65

67

68

70

71

75

76

78

79

81

82

[T: 5177 M: websocket C: info F: rws_socket_dis[mbedtls_get_current_count:233]get count, count = 170034

[mbedtls_get_current_count:233]get count, count = 170199

[mbedtls_get_current_count:233]get count, count = 170366

[mbedtls_get_current_count:233]get count, count = 170534

[mbedtls_get_current_count:233]get count, count = 170701

[mbedtls_get_current_count:233]get count, count = 170869

[mbedtls_get_current_count:233]get count, count = 171037

[mbedtls_get_current_count:233]get count, count = 171205

c= 171205

_release L: 70]: [WEBSOCKET]: rws_socket_disconnect_and_release: is_connected:1, command:-1

[T: 5177 M: websocket_example C: info F: websoc_cli_test_entry L: 277]: Test client wss.

[T: 5177 M: websocket_example C: info F: websoc_cli_test_entry L: 282]: Test set get.

[T: 5177 M: websocket C: info F: rws_socket_create L: 124]: [WEBSOCKET]: rws_socket_create

[T: 5177 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:wss

[T: 5178 M: websocket C: info F: rws_socket_set_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:test-cookery.kitchbot.com

[T: 5179 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path: /socket/websocket?token=9876&type=device&vsn=1.0.0

[T: 5179 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 80

[T: 5180 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 443

[T: 5180 M: websocket C: info F: rws_socket_send_disconnect L: 430]: [WEBSOCKET]: rws_socket_send_disconnect, soc_id:5

[T: 5180 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:7]:?,?5�

[T: 5181 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:

[T: 5182 M: websocket C: info F: rws_socket_se
t_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:

[T: 5183 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path:

[T: 5183 M: websocket C: info F: rws_socket_disconnect_and_release L: 70]: [WEBSOCKET]: rws_socket_disconnect_and_release: is_connected:0, command:0

[T: 5183 M: websocket C: info F: rws_socket_delete L: 148]: [WEBSOCKET]: rws_socket_delete, soc_id:-1

[T: 5183 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:-1

[T: 5183 M: websocket_example C: info F: websoc_cli_test_entry L: 287]: example project test success.

[T: 5183 M: websocket_example C: info F: websoc_cli_test_entry L: 299]: Test client wss.kitchbot

[T: 5183 M: websocket C: info F: rws_socket_create L: 124]: [WEBSOCKET]: rws_socket_create

[T: 5183 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:wss

[T: 5183 M: websocket C: info F: rws_socket_set_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:test-cookery.kitchbot.com

[T: 5183 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path: /socket/websocket?token=9876&type=device&vsn=1.0.0

[T: 5183 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 443

[T: 5184 M: websocket C: info F: rws_socket_set_server_cert L: 354]: [WEBSOCKET]: rws_socket_set_server_cert: server_cert[len:2054]: -----BEGIN CERTIFICATE-----

MIIF0zCCBLugAwIBAgIRAKatZTzJXRSDCud5JXmqYLowDQYJKoZIhvcNAQELBQAw

gZYxCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAO

BgNVBAcTB1NhbGZvcmQxGjAYBgNVBA

[T: 5184 M: websocket C: info F: rws_socket_set_on_disconnected L: 317]: [WEBSOCKET]: rws_socket_set_on_disconnected

[T: 5184 M: websocket C: info F: rws_socket_set_on_connected L: 309]: [WEBSOCKET]: rws_socket_set_on_connected

[T: 5184 M: websocket C: info F: rws_
socket_set_on_received_text L: 325]: [WEBSOCKET]: rws_socket_set_on_received_text

[T: 5184 M: websocket C: info F: rws_socket_set_on_received_bin L: 333]: [WEBSOCKET]: rws_socket_set_on_received_bin

[T: 5184 M: websocket C: info F: rws_socket_connect L: 41]: [WEBSOCKET]: rws_socket_connect

[T: 5184 M: websocket C: info F: rws_socket_create_start_work_thread L: 706]: [WEBSOCKET]: rws_socket_create_start_work_thread

[T: 5184 M: websocket C: info F: rws_socket_work_th_func L: 629]: [WEBSOCKET]: rws_socket_work_th_func

[T: 5184 M: websocket_example C: info F: websoc_cli_test_int L: 231]: wait for connection. loop time:0.

[T: 5232 M: websocket C: info F: rws_ssl_conn L: 960]: [WEBSOCKET]: mbedtls_x509_crt_parse() failed, value:-0x2180.

[T: 5233 M: websocket C: info F: rws_ssl_conn L: 1062]: [WEBSOCKET]: ret=-1.

[T: 5233 M: websocket C: info F: rws_ssl_conn L: 1064]: [WEBSOCKET]: rws_ssl_conn: code:5, error:Failed connect to host

[T: 5233 M: websocket C: info F: rws_socket_send_disconnect L: 430]: [WEBSOCKET]: rws_socket_send_disconnect, soc_id:-1

[T: 5233 M: websocket C: info F: rws_socket_send L: 177]: [WEBSOCKET]: rws_socket_send: data[size:7]:?�姱K+ ?� ?

[T: 5233 M: websocket C: info F: rws_socket_check_write_error L: 841]: [WEBSOCKET]: rws_socket_check_write_error: error_code:0, error_num:11

[T: 5385 M: websocket C: info F: rws_socket_work_th_func L: 694]: [WEBSOCKET]: Loop of thread ends. command:9999, soc_id:5

[T: 5385 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:5

[T: 5386 M: websocket C: info F: rws_socket_delete L: 148]: [WEBSOCKET]: rws_socket_delete, soc_id:-1

[T: 5386 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:-1

[T: 5432 M: websocket C: info F: rws_socket_work_th_func L: 679]: [WEBSOCKET]: rws_socket_work_th_func: run on_disconnected callback

[T: 5432 M: websocket_example C: info F: on_socket_disconnected L: 173]: on_socket_disconnected: Wsoc Disconnected

[T: 5437 M: websocket C: i
nfo F: rws_socket_work_th_func L: 694]: [WEBSOCKET]: Loop of thread ends. command:9999, soc_id:-1

[T: 5437 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:-1

[T: 5437 M: websocket C: info F: rws_socket_delete L: 148]: [WEBSOCKET]: rws_socket_delete, soc_id:-1

[T: 5437 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:-1

58

59

61

62

64

65

67

68

70

71

75

76

78

79

81

82

[T: 6183 M: websocket_example C: info F: websoc_cli_test_entry L: 304]: Test set get.kitchbot

[T: 6183 M: websocket C: info F: rws_socket_create L: 124]: [WEBSOCKET]: rws_socket_create

[T: 6183 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:wss

[T: 6184 M: websocket C: info F: rws_socket_set_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:test-cookery.kitchbot.com

[T: 6185 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path: /socket/websocket?token=9876&type=device&vsn=1.0.0

[T: 6185 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 80

[T: 6186 M: websocket C: info F: rws_socket_set_port L: 253]: [WEBSOCKET]: rws_socket_set_port: port: 443

[T: 6187 M: websocket C: info F: rws_socket_set_scheme L: 205]: [WEBSOCKET]: rws_socket_set_scheme: scheme:

[T: 6188 M: websocket C: info F: rws_socket_set_host L: 221]: [WEBSOCKET]: rws_socket_set_host: host:

[T: 6188 M: websocket C: info F: rws_socket_set_path L: 237]: [WEBSOCKET]: rws_socket_set_path: path:

[T: 6189 M: websocket C: info F: rws_socket_disconnect_and_release L: 70]: [WEBSOCKET]: rws_socket_disconnect_and_release: is_connected:0, command:0

[T: 6189 M: websocket C: info F: rws_socket_delete L: 148]: [WEBSOCKET]: rws_socket_delete, soc_id:-1

[T: 6189 M: websocket C: info F: rws_socket_close L: 736]: [WEBSOCKET]: rws_socket_close, soc_id:-1

[T: 6189 M: websocket_example C: info F: websoc_cli_test_entry L: 315]: example project test failed. ret:0, ssl_ret:-3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment