Created
January 28, 2017 14:12
-
-
Save pftbest/0c785794f0b5c63dd71e6c424032e255 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
user@archserv ~/trie-cpp $ ./a.out | |
trie/trie.cpp:141:2: runtime error: store to misaligned address 0x7ffd0d2362d1 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d1: note: pointer points here | |
00 00 00 20 00 20 00 01 00 00 00 10 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 | |
^ | |
trie/trie.cpp:145:42: runtime error: load of misaligned address 0x7ffd0d2362d1 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d1: note: pointer points here | |
00 00 00 20 23 00 00 01 00 00 00 10 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 | |
^ | |
trie/trie.cpp:146:31: runtime error: load of misaligned address 0x7ffd0d2362d1 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d1: note: pointer points here | |
00 00 00 20 23 00 00 01 00 00 00 10 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 | |
^ | |
trie/trie.cpp:15:15: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 00 01 00 00 00 10 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:15:15: runtime error: store to misaligned address 0x7ffd0d2362d7 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d7: note: pointer points here | |
00 01 00 00 00 10 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:16:15: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 00 01 00 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:16:15: runtime error: store to misaligned address 0x7ffd0d2362d3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 00 01 00 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:17:15: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 00 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:17:15: runtime error: store to misaligned address 0x7ffd0d2362d5 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d5: note: pointer points here | |
23 00 2b 00 00 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:18:51: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:18:51: runtime error: load of misaligned address 0x7ffd0d2362d5 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d5: note: pointer points here | |
23 00 2b 00 05 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:18:80: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:18:80: runtime error: load of misaligned address 0x7ffd0d2362d5 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d5: note: pointer points here | |
23 00 2b 00 05 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:19:43: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:19:43: runtime error: load of misaligned address 0x7ffd0d2362d3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:19:15: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:19:15: runtime error: store to misaligned address 0x7ffd0d2362d9 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d9: note: pointer points here | |
05 00 00 00 00 05 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:22:23: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 33 00 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:22:23: runtime error: load of misaligned address 0x7ffd0d2362d3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 33 00 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:23:36: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 33 00 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:23:36: runtime error: load of misaligned address 0x7ffd0d2362d3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 33 00 00 00 00 18 00 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:27:31: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:27:31: runtime error: load of misaligned address 0x7ffd0d2362d3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 20 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:27:2: runtime error: store to misaligned address 0x7ffd0d2362e3 for type 'long', which requires 8 byte alignment | |
0x7ffd0d2362e3: note: pointer points here | |
69 68 65 6c 6c 6f 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:4113:20: runtime error: load of misaligned address 0x7ffd0d2362d1 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d1: note: pointer points here | |
00 00 00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:35:41: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:35:41: runtime error: load of misaligned address 0x7ffd0d2362d3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:39:41: runtime error: load of misaligned address 0x7ffd0d2362d1 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d1: note: pointer points here | |
00 00 00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:40:40: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:40:40: runtime error: load of misaligned address 0x7ffd0d2362d3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:66:23: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:66:23: runtime error: load of misaligned address 0x7ffd0d2362d5 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d5: note: pointer points here | |
23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:70:34: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:70:34: runtime error: load of misaligned address 0x7ffd0d2362d3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:70:86: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:70:86: runtime error: load of misaligned address 0x7ffd0d2362d5 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d5: note: pointer points here | |
23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:74:30: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:74:30: runtime error: load of misaligned address 0x7ffd0d2362d5 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d5: note: pointer points here | |
23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:76:47: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:76:47: runtime error: load of misaligned address 0x7ffd0d2362d5 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d5: note: pointer points here | |
23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:302:47: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:302:47: runtime error: load of misaligned address 0x7ffd0d2362d9 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d9: note: pointer points here | |
05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:305:47: runtime error: member access within misaligned address 0x7ffd0d2362d3 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362d3: note: pointer points here | |
00 01 23 00 2b 00 05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:305:47: runtime error: load of misaligned address 0x7ffd0d2362d9 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d9: note: pointer points here | |
05 00 00 00 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:305:13: runtime error: load of misaligned address 0x7ffd0d2362e3 for type 'long', which requires 8 byte alignment | |
0x7ffd0d2362e3: note: pointer points here | |
69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:223:3: runtime error: store to misaligned address 0x7ffd0d2362d9 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362d9: note: pointer points here | |
00 18 00 01 33 00 20 65 69 6e 69 68 65 6c 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:197:3: runtime error: store to misaligned address 0x7ffd0d2362eb for type 'long', which requires 8 byte alignment | |
0x7ffd0d2362eb: note: pointer points here | |
00 40 00 04 00 00 00 48 00 61 6e 67 65 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:215:15: runtime error: member access within misaligned address 0x7ffd0d236313 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d236313: note: pointer points here | |
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:215:15: runtime error: store to misaligned address 0x7ffd0d236319 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236319: note: pointer points here | |
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:216:15: runtime error: member access within misaligned address 0x7ffd0d236313 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d236313: note: pointer points here | |
00 00 00 00 00 00 00 00 00 00 3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:216:15: runtime error: store to misaligned address 0x7ffd0d236315 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236315: note: pointer points here | |
00 00 00 00 00 00 00 00 3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:217:15: runtime error: member access within misaligned address 0x7ffd0d236313 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d236313: note: pointer points here | |
00 00 00 00 00 00 02 00 00 00 3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:217:15: runtime error: store to misaligned address 0x7ffd0d236313 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236313: note: pointer points here | |
00 00 00 00 00 00 02 00 00 00 3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:220:15: runtime error: member access within misaligned address 0x7ffd0d236313 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d236313: note: pointer points here | |
00 00 00 00 12 00 02 00 00 00 3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:220:15: runtime error: store to misaligned address 0x7ffd0d236317 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236317: note: pointer points here | |
12 00 02 00 00 00 3b 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3836:24: runtime error: load of misaligned address 0x7ffd0d236329 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236329: note: pointer points here | |
00 02 5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3836:35: runtime error: load of misaligned address 0x7ffd0d236327 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236327: note: pointer points here | |
00 00 00 02 5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:159:32: runtime error: member access within misaligned address 0x7ffd0d236313 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d236313: note: pointer points here | |
00 00 00 00 12 00 02 00 30 00 3b 00 01 43 00 00 00 00 00 00 00 00 00 02 5b 00 43 00 63 00 04 00 | |
^ | |
trie/trie.cpp:159:32: runtime error: load of misaligned address 0x7ffd0d236313 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236313: note: pointer points here | |
00 00 00 00 12 00 02 00 30 00 3b 00 01 43 00 00 00 00 00 00 00 00 00 02 5b 00 43 00 63 00 04 00 | |
^ | |
trie/trie.cpp:160:32: runtime error: member access within misaligned address 0x7ffd0d23632b for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632b: note: pointer points here | |
5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:160:32: runtime error: load of misaligned address 0x7ffd0d23632b for type 'short', which requires 2 byte alignment | |
0x7ffd0d23632b: note: pointer points here | |
5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3837:22: runtime error: reference binding to misaligned address 0x7ffd0d236327 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236327: note: pointer points here | |
00 00 00 02 5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3837:32: runtime error: reference binding to misaligned address 0x7ffd0d236329 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236329: note: pointer points here | |
00 02 5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/type_traits:4204:25: runtime error: reference binding to misaligned address 0x7ffd0d236327 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236327: note: pointer points here | |
00 00 00 02 5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/type_traits:2133:12: runtime error: reference binding to misaligned address 0x7ffd0d236327 for type '_Up' (aka 'short'), which requires 2 byte alignment | |
0x7ffd0d236327: note: pointer points here | |
00 00 00 02 5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/type_traits:4204:13: runtime error: load of misaligned address 0x7ffd0d236327 for type 'typename remove_reference<short &>::type' (aka 'short'), which requires 2 byte alignment | |
0x7ffd0d236327: note: pointer points here | |
00 00 00 02 5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/type_traits:4205:23: runtime error: reference binding to misaligned address 0x7ffd0d236329 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236329: note: pointer points here | |
00 02 5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/type_traits:4205:11: runtime error: load of misaligned address 0x7ffd0d236329 for type 'typename remove_reference<short &>::type' (aka 'short'), which requires 2 byte alignment | |
0x7ffd0d236329: note: pointer points here | |
00 02 5b 00 43 00 63 00 04 00 00 00 6b 00 61 6e 67 65 00 00 00 00 03 00 00 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3586:14: runtime error: load of misaligned address 0x7ffd0d23632b for type 'short', which requires 2 byte alignment | |
0x7ffd0d23632b: note: pointer points here | |
63 03 6f 00 48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3586:20: runtime error: load of misaligned address 0x7ffd0d236329 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236329: note: pointer points here | |
6e 2f 63 03 6f 00 48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3588:18: runtime error: load of misaligned address 0x7ffd0d23632d for type 'short', which requires 2 byte alignment | |
0x7ffd0d23632d: note: pointer points here | |
6f 00 48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3588:24: runtime error: load of misaligned address 0x7ffd0d23632b for type 'short', which requires 2 byte alignment | |
0x7ffd0d23632b: note: pointer points here | |
63 03 6f 00 48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:51:43: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:51:34: runtime error: reference binding to misaligned address 0x7ffd0d236331 for type 'const short', which requires 2 byte alignment | |
0x7ffd0d236331: note: pointer points here | |
30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:2572:23: runtime error: reference binding to misaligned address 0x7ffd0d236331 for type 'const short', which requires 2 byte alignment | |
0x7ffd0d236331: note: pointer points here | |
30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:2564:24: runtime error: reference binding to misaligned address 0x7ffd0d236331 for type 'const short', which requires 2 byte alignment | |
0x7ffd0d236331: note: pointer points here | |
30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:2564:12: runtime error: reference binding to misaligned address 0x7ffd0d236331 for type 'const short', which requires 2 byte alignment | |
0x7ffd0d236331: note: pointer points here | |
30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:2572:12: runtime error: reference binding to misaligned address 0x7ffd0d236331 for type 'const short', which requires 2 byte alignment | |
0x7ffd0d236331: note: pointer points here | |
30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 | |
^ | |
trie/trie.cpp:51:25: runtime error: load of misaligned address 0x7ffd0d236331 for type 'const short', which requires 2 byte alignment | |
0x7ffd0d236331: note: pointer points here | |
30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 | |
^ | |
trie/trie.cpp:52:46: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:52:46: runtime error: load of misaligned address 0x7ffd0d23632f for type 'short', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:52:74: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:52:74: runtime error: load of misaligned address 0x7ffd0d23632f for type 'short', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:202:55: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:202:55: runtime error: load of misaligned address 0x7ffd0d236331 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236331: note: pointer points here | |
30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 | |
^ | |
trie/trie.cpp:215:45: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:215:45: runtime error: load of misaligned address 0x7ffd0d236335 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236335: note: pointer points here | |
0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 31 | |
^ | |
trie/trie.cpp:216:42: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:216:42: runtime error: load of misaligned address 0x7ffd0d236331 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236331: note: pointer points here | |
30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 | |
^ | |
trie/trie.cpp:217:43: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:217:43: runtime error: load of misaligned address 0x7ffd0d23632f for type 'short', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:218:18: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:218:18: runtime error: store to misaligned address 0x7ffd0d236335 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236335: note: pointer points here | |
0a 00 00 00 87 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 31 | |
^ | |
trie/trie.cpp:219:18: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 0a 00 00 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:219:18: runtime error: store to misaligned address 0x7ffd0d236331 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236331: note: pointer points here | |
30 00 77 00 0a 00 00 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 | |
^ | |
trie/trie.cpp:220:48: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 00 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:220:48: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 00 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:221:18: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 00 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:221:18: runtime error: store to misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 00 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:222:30: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:222:30: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:223:38: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:223:38: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:78:15: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:78:15: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:82:50: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:82:50: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:83:51: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:83:51: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:89:47: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:89:47: runtime error: load of misaligned address 0x7ffd0d236331 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236331: note: pointer points here | |
30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 | |
^ | |
trie/trie.cpp:115:11: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:115:11: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:115:56: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:115:56: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:131:37: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:131:37: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:133:10: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:133:10: runtime error: store to misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 9f 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:140:51: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 aa 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:140:51: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 aa 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:141:40: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 aa 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:141:40: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 aa 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:148:26: runtime error: member access within misaligned address 0x7ffd0d23632f for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23632f: note: pointer points here | |
48 00 30 00 77 00 01 00 aa 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 | |
^ | |
trie/trie.cpp:148:26: runtime error: load of misaligned address 0x7ffd0d236333 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236333: note: pointer points here | |
77 00 01 00 aa 00 00 00 63 68 61 6e 67 65 64 62 69 64 00 00 00 00 00 00 02 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3624:13: runtime error: load of misaligned address 0x7ffd0d2364c5 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2364c5: note: pointer points here | |
76 01 3f 01 27 01 0f 02 05 00 00 00 17 02 72 65 61 74 65 00 00 00 08 00 00 00 00 00 00 00 00 c0 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3624:20: runtime error: load of misaligned address 0x7ffd0d2364c3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2364c3: note: pointer points here | |
07 02 76 01 3f 01 27 01 0f 02 05 00 00 00 17 02 72 65 61 74 65 00 00 00 08 00 00 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3717:20: runtime error: load of misaligned address 0x7ffd0d2365e9 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2365e9: note: pointer points here | |
f2 02 bf 02 8e 02 47 02 2f 02 37 03 06 00 00 00 3f 03 75 70 64 61 74 65 70 61 0d 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3717:26: runtime error: load of misaligned address 0x7ffd0d2365e7 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2365e7: note: pointer points here | |
2f 03 f2 02 bf 02 8e 02 47 02 2f 02 37 03 06 00 00 00 3f 03 75 70 64 61 74 65 70 61 0d 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3650:13: runtime error: load of misaligned address 0x7ffd0d236a67 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236a67: note: pointer points here | |
6f 00 48 00 30 00 b1 07 08 00 00 00 c1 07 66 73 2f 7b 2a 69 64 7d 00 00 00 00 00 00 00 70 1f 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3650:20: runtime error: load of misaligned address 0x7ffd0d236a65 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236a65: note: pointer points here | |
08 05 6f 00 48 00 30 00 b1 07 08 00 00 00 c1 07 66 73 2f 7b 2a 69 64 7d 00 00 00 00 00 00 00 70 | |
^ | |
trie/trie.cpp:79:48: runtime error: member access within misaligned address 0x7ffd0d23759d for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d23759d: note: pointer points here | |
96 12 ae 12 e5 12 09 00 00 00 f5 12 62 75 6c 6b 5f 64 6f 63 73 00 00 31 00 00 00 00 4c 00 00 00 | |
^ | |
trie/trie.cpp:79:48: runtime error: load of misaligned address 0x7ffd0d23759f for type 'short', which requires 2 byte alignment | |
0x7ffd0d23759f: note: pointer points here | |
ae 12 e5 12 09 00 00 00 f5 12 62 75 6c 6b 5f 64 6f 63 73 00 00 31 00 00 00 00 4c 00 00 00 00 00 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3600:13: runtime error: load of misaligned address 0x7ffd0d2381ab for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381ab: note: pointer points here | |
f1 1e 18 16 af 14 d1 13 b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 2d 64 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3600:19: runtime error: load of misaligned address 0x7ffd0d2381a9 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381a9: note: pointer points here | |
73 05 f1 1e 18 16 af 14 d1 13 b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3606:10: runtime error: reference binding to misaligned address 0x7ffd0d2381a7 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381a7: note: pointer points here | |
6f 6e 73 05 f1 1e 18 16 af 14 d1 13 b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3606:16: runtime error: reference binding to misaligned address 0x7ffd0d2381a9 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381a9: note: pointer points here | |
73 05 f1 1e 18 16 af 14 d1 13 b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3608:13: runtime error: load of misaligned address 0x7ffd0d2381ab for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381ab: note: pointer points here | |
18 16 f1 1e af 14 d1 13 b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 2d 64 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3608:19: runtime error: load of misaligned address 0x7ffd0d2381a9 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381a9: note: pointer points here | |
73 05 18 16 f1 1e af 14 d1 13 b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3610:14: runtime error: reference binding to misaligned address 0x7ffd0d2381a9 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381a9: note: pointer points here | |
73 05 18 16 f1 1e af 14 d1 13 b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3610:20: runtime error: reference binding to misaligned address 0x7ffd0d2381ab for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381ab: note: pointer points here | |
18 16 f1 1e af 14 d1 13 b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 2d 64 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3626:14: runtime error: reference binding to misaligned address 0x7ffd0d2381ab for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381ab: note: pointer points here | |
18 16 af 14 f1 1e d1 13 b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 2d 64 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3626:21: runtime error: reference binding to misaligned address 0x7ffd0d2381ad for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381ad: note: pointer points here | |
af 14 f1 1e d1 13 b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 2d 64 65 66 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3628:17: runtime error: load of misaligned address 0x7ffd0d2381ab for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381ab: note: pointer points here | |
18 16 af 14 d1 13 f1 1e b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 2d 64 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3628:24: runtime error: load of misaligned address 0x7ffd0d2381a9 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381a9: note: pointer points here | |
73 05 18 16 af 14 d1 13 f1 1e b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3652:14: runtime error: reference binding to misaligned address 0x7ffd0d2381ad for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381ad: note: pointer points here | |
af 14 d1 13 f1 1e b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 2d 64 65 66 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3652:21: runtime error: reference binding to misaligned address 0x7ffd0d2381af for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381af: note: pointer points here | |
d1 13 f1 1e b9 13 f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 2d 64 65 66 69 6e | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3654:17: runtime error: load of misaligned address 0x7ffd0d2381ad for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381ad: note: pointer points here | |
af 14 d1 13 b9 13 f1 1e f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 2d 64 65 66 | |
^ | |
/usr/bin/../include/c++/v1/algorithm:3654:24: runtime error: load of misaligned address 0x7ffd0d2381ab for type 'short', which requires 2 byte alignment | |
0x7ffd0d2381ab: note: pointer points here | |
18 16 af 14 d1 13 b9 13 f1 1e f9 1e 28 00 00 00 29 1f 2d 73 68 61 72 70 2d 69 6e 64 65 78 2d 64 | |
^ | |
trie/trie.cpp:341:4: runtime error: store to misaligned address 0x7ffd0d2362eb for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362eb: note: pointer points here | |
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:344:13: runtime error: member access within misaligned address 0x7ffd0d2362ed for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362ed: note: pointer points here | |
00 00 2d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:344:13: runtime error: store to misaligned address 0x7ffd0d2362ed for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362ed: note: pointer points here | |
00 00 2d 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:345:13: runtime error: member access within misaligned address 0x7ffd0d2362ed for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362ed: note: pointer points here | |
00 00 2d 00 35 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:345:13: runtime error: store to misaligned address 0x7ffd0d2362ef for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362ef: note: pointer points here | |
2d 00 35 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:352:39: runtime error: member access within misaligned address 0x7ffd0d2362ed for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362ed: note: pointer points here | |
00 00 2d 00 35 00 01 00 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:352:39: runtime error: load of misaligned address 0x7ffd0d2362ed for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362ed: note: pointer points here | |
00 00 2d 00 35 00 01 00 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:352:62: runtime error: member access within misaligned address 0x7ffd0d2362ed for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362ed: note: pointer points here | |
00 00 2d 00 35 00 01 00 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:352:62: runtime error: load of misaligned address 0x7ffd0d2362ef for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362ef: note: pointer points here | |
2d 00 35 00 01 00 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:352:14: runtime error: member access within misaligned address 0x7ffd0d2362ed for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362ed: note: pointer points here | |
00 00 2d 00 35 00 01 00 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:352:14: runtime error: store to misaligned address 0x7ffd0d2362f3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362f3: note: pointer points here | |
01 00 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:353:36: runtime error: member access within misaligned address 0x7ffd0d2362ed for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362ed: note: pointer points here | |
00 00 2d 00 35 00 01 00 00 00 36 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:353:36: runtime error: load of misaligned address 0x7ffd0d2362f3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362f3: note: pointer points here | |
01 00 00 00 36 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:359:14: runtime error: member access within misaligned address 0x7ffd0d2362ed for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d2362ed: note: pointer points here | |
00 00 2d 00 35 00 01 00 00 00 36 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:359:14: runtime error: store to misaligned address 0x7ffd0d2362f1 for type 'short', which requires 2 byte alignment | |
0x7ffd0d2362f1: note: pointer points here | |
35 00 01 00 00 00 36 00 30 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:335:33: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:335:33: runtime error: load of misaligned address 0x000001e0b4e5 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e5: note: pointer points here | |
83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 01 a8 | |
^ | |
trie/trie.cpp:336:16: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:336:16: runtime error: load of misaligned address 0x000001e0b4e7 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e7: note: pointer points here | |
8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 01 a8 01 01 | |
^ | |
trie/trie.cpp:337:62: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:337:62: runtime error: load of misaligned address 0x000001e0b4e7 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e7: note: pointer points here | |
8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 01 a8 01 01 | |
^ | |
trie/trie.cpp:345:33: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:345:33: runtime error: load of misaligned address 0x000001e0b4e5 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e5: note: pointer points here | |
83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 01 a8 | |
^ | |
trie/trie.cpp:347:100: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:347:100: runtime error: load of misaligned address 0x000001e0b4e3 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:347:121: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:347:121: runtime error: load of misaligned address 0x000001e0b4e5 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e5: note: pointer points here | |
83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 01 a8 | |
^ | |
trie/trie.cpp:348:16: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:348:16: runtime error: load of misaligned address 0x000001e0b4e9 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e9: note: pointer points here | |
01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 01 a8 01 01 00 cb | |
^ | |
trie/trie.cpp:353:73: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:353:73: runtime error: load of misaligned address 0x000001e0b4e9 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e9: note: pointer points here | |
01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 01 a8 01 01 00 cb | |
^ | |
trie/trie.cpp:358:16: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:358:16: runtime error: load of misaligned address 0x000001e0b4e7 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e7: note: pointer points here | |
8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 01 a8 01 01 | |
^ | |
trie/trie.cpp:364:60: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:364:60: runtime error: load of misaligned address 0x000001e0b4e7 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e7: note: pointer points here | |
8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 01 a8 01 01 | |
^ | |
trie/trie.cpp:366:50: runtime error: member access within misaligned address 0x000001e0b4e3 for type 'node_header_info', which requires 2 byte alignment | |
0x000001e0b4e3: note: pointer points here | |
00 01 83 01 8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 | |
^ | |
trie/trie.cpp:366:50: runtime error: load of misaligned address 0x000001e0b4e7 for type 'short', which requires 2 byte alignment | |
0x000001e0b4e7: note: pointer points here | |
8b 01 01 00 63 0f 93 01 30 75 72 61 74 69 6f 6e 0a 00 00 00 00 00 00 00 02 a0 01 83 01 a8 01 01 | |
^ | |
trie/trie.cpp:368:9: runtime error: load of misaligned address 0x000001e13319 for type 'short', which requires 2 byte alignment | |
0x000001e13319: note: pointer points here | |
00 00 00 09 cb 7f a0 7f 77 7f 50 7f 2b 7f 08 7f e7 7e c8 7e ab 7e d3 7f 01 00 00 00 db 7f 38 fd | |
^ | |
trie/trie.cpp:370:52: runtime error: load of misaligned address 0x000001e13319 for type 'short', which requires 2 byte alignment | |
0x000001e13319: note: pointer points here | |
00 00 00 09 cb 7f a0 7f 77 7f 50 7f 2b 7f 08 7f e7 7e c8 7e ab 7e d3 7f 01 00 00 00 db 7f 38 fd | |
^ | |
trie/trie.cpp:362:42: runtime error: member access within misaligned address 0x7ffd0d239caf for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d239caf: note: pointer points here | |
00 00 00 00 f7 39 01 00 00 00 f8 39 37 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:362:42: runtime error: load of misaligned address 0x7ffd0d239caf for type 'short', which requires 2 byte alignment | |
0x7ffd0d239caf: note: pointer points here | |
00 00 00 00 f7 39 01 00 00 00 f8 39 37 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:362:65: runtime error: member access within misaligned address 0x7ffd0d239caf for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d239caf: note: pointer points here | |
00 00 00 00 f7 39 01 00 00 00 f8 39 37 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:362:65: runtime error: load of misaligned address 0x7ffd0d239cb1 for type 'short', which requires 2 byte alignment | |
0x7ffd0d239cb1: note: pointer points here | |
00 00 f7 39 01 00 00 00 f8 39 37 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:362:14: runtime error: member access within misaligned address 0x7ffd0d239caf for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d239caf: note: pointer points here | |
00 00 00 00 f7 39 01 00 00 00 f8 39 37 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:362:14: runtime error: store to misaligned address 0x7ffd0d239cb3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d239cb3: note: pointer points here | |
f7 39 01 00 00 00 f8 39 37 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:363:53: runtime error: member access within misaligned address 0x7ffd0d239caf for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d239caf: note: pointer points here | |
00 00 00 00 f7 39 01 00 00 3a f8 39 37 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:363:53: runtime error: load of misaligned address 0x7ffd0d239cb3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d239cb3: note: pointer points here | |
f7 39 01 00 00 3a f8 39 37 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:365:58: runtime error: member access within misaligned address 0x7ffd0d239caf for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d239caf: note: pointer points here | |
00 00 00 00 f7 39 01 00 00 3a f8 39 37 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:365:58: runtime error: load of misaligned address 0x7ffd0d239cb3 for type 'short', which requires 2 byte alignment | |
0x7ffd0d239cb3: note: pointer points here | |
f7 39 01 00 00 3a f8 39 37 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 | |
^ | |
trie/trie.cpp:283:47: runtime error: member access within misaligned address 0x7ffd0d236303 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d236303: note: pointer points here | |
00 00 00 00 12 00 02 00 30 00 3b 00 01 43 00 00 0a e7 3c 17 3c 4e 3a 02 43 00 5b 00 63 00 04 00 | |
^ | |
trie/trie.cpp:283:47: runtime error: load of misaligned address 0x7ffd0d236309 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236309: note: pointer points here | |
02 00 30 00 3b 00 01 43 00 00 0a e7 3c 17 3c 4e 3a 02 43 00 5b 00 63 00 04 00 00 00 6b 00 61 6e | |
^ | |
trie/trie.cpp:287:43: runtime error: member access within misaligned address 0x7ffd0d236303 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d236303: note: pointer points here | |
00 00 00 00 12 00 02 00 30 00 3b 00 01 43 00 00 0a e7 3c 17 3c 4e 3a 02 43 00 5b 00 63 00 04 00 | |
^ | |
trie/trie.cpp:287:43: runtime error: load of misaligned address 0x7ffd0d236305 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236305: note: pointer points here | |
00 00 12 00 02 00 30 00 3b 00 01 43 00 00 0a e7 3c 17 3c 4e 3a 02 43 00 5b 00 63 00 04 00 00 00 | |
^ | |
trie/trie.cpp:288:17: runtime error: member access within misaligned address 0x7ffd0d236303 for type 'node_header_info', which requires 2 byte alignment | |
0x7ffd0d236303: note: pointer points here | |
00 00 00 00 12 00 02 00 30 00 3b 00 01 43 00 00 0a e7 3c 17 3c 4e 3a 02 43 00 5b 00 63 00 04 00 | |
^ | |
trie/trie.cpp:288:17: runtime error: store to misaligned address 0x7ffd0d236309 for type 'short', which requires 2 byte alignment | |
0x7ffd0d236309: note: pointer points here | |
02 00 30 00 3b 00 01 43 00 00 0a e7 3c 17 3c 4e 3a 02 43 00 5b 00 63 00 04 00 00 00 6b 00 61 6e | |
^ | |
=============================================================================== | |
All tests passed (2479 assertions in 9 test cases) | |
user@archserv ~/trie-cpp $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment