Skip to content

Instantly share code, notes, and snippets.

@ilmari
Last active December 17, 2015 21:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilmari/3a97aa414eafc95d4553 to your computer and use it in GitHub Desktop.
Save ilmari/3a97aa414eafc95d4553 to your computer and use it in GitHub Desktop.
MoarVM UBSAN errors from NQP Configure + make + make test
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0xdeadbeef for type 'unsigned int', which requires 4 byte alignment
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0xdeadbeef for type 'short unsigned int', which requires 2 byte alignment
src/6model/reprs/MVMStaticFrame.c:113:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/6model/reprs/P6bigint.c:95:20: runtime error: negation of -9223372036854775808 cannot be represented in type 'long int'; cast to an unsigned type to negate this value to itself
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:100:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:105:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1076:40: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:114:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:140:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1452:66: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1455:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1461:66: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1464:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:147:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:156:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:163:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1932:54: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1950:54: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2344:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2356:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2368:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2380:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2440:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2451:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2462:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2473:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:263:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:344:57: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:348:65: runtime error: signed integer overflow: 4611686018427387904 + 4611686018427387904 cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0xdeadbeef for type 'MVMint32', which requires 4 byte alignment
src/core/interp.c:5046:56: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:597:79: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:669:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:688:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:693:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:699:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:702:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:725:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:728:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:738:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:741:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:773:65: runtime error: left shift of 1 by 63 places cannot be represented in type 'long int'
src/core/interp.c:822:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:86:43: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:901:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:91:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/validation.c:248:23: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/validation.c:257:23: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/mast/compiler.c:1412:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0xdeadbeef for type 'MVMint32', which requires 4 byte alignment
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/strings/ops.c:116:25: runtime error: null pointer passed as argument 1, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f40084ed056 for type 'MVMuint32', which requires 4 byte alignment
0x7f40084ed056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f40084ed22a for type 'MVMuint32', which requires 4 byte alignment
0x7f40084ed22a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f40084ed056 for type 'MVMuint32', which requires 4 byte alignment
0x7f40084ed056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f400494775e for type 'MVMuint32', which requires 4 byte alignment
0x7f400494775e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f4004946806 for type 'MVMuint32', which requires 4 byte alignment
0x7f4004946806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f400494714e for type 'MVMuint32', which requires 4 byte alignment
0x7f400494714e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f4004947326 for type 'MVMuint32', which requires 4 byte alignment
0x7f4004947326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f4004946a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f4004946a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f40047b22b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f40047b22b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f40047b15d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f40047b15d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f40047b16aa for type 'MVMuint32', which requires 4 byte alignment
0x7f40047b16aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f40047b16fa for type 'MVMuint32', which requires 4 byte alignment
0x7f40047b16fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f400494723a for type 'MVMuint32', which requires 4 byte alignment
0x7f400494723a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f40047b790a for type 'MVMuint32', which requires 4 byte alignment
0x7f40047b790a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f400455fc6e for type 'MVMuint32', which requires 4 byte alignment
0x7f400455fc6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f40043b2cea for type 'MVMint32', which requires 4 byte alignment
0x7f40043b2cea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f40043cb63a for type 'MVMuint32', which requires 4 byte alignment
0x7f40043cb63a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f400498002f for type 'unsigned int', which requires 4 byte alignment
0x7f400498002f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f40043cd23e for type 'MVMuint32', which requires 4 byte alignment
0x7f40043cd23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f40043cd25e for type 'MVMuint32', which requires 4 byte alignment
0x7f40043cd25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001494216 for type 'MVMuint32', which requires 4 byte alignment
0x000001494216: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f4004944209 for type 'short unsigned int', which requires 2 byte alignment
0x7f4004944209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f4004557ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f4004557ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f40045610da for type 'MVMuint32', which requires 4 byte alignment
0x7f40045610da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f4004736432 for type 'MVMuint32', which requires 4 byte alignment
0x7f4004736432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f4004736e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f4004736e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f400473596e for type 'MVMuint32', which requires 4 byte alignment
0x7f400473596e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f400471ad56 for type 'MVMuint32', which requires 4 byte alignment
0x7f400471ad56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f4004718872 for type 'MVMuint32', which requires 4 byte alignment
0x7f4004718872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f40047188f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f40047188f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f400847b6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f400847b6ea: note: pointer points here
00 00 17 00 9a 01 00 00 fa 00 11 00 06 00 85 00 00 00 7f 00 00 00 83 00 00 00 06 00 87 00 11 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f400455a1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f400455a1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f4008470412 for type 'MVMuint32', which requires 4 byte alignment
0x7f4008470412: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f4008470416 for type 'MVMuint32', which requires 4 byte alignment
0x7f4008470416: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f40047b236e for type 'MVMuint32', which requires 4 byte alignment
0x7f40047b236e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f400471b31a for type 'MVMuint32', which requires 4 byte alignment
0x7f400471b31a: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f4004565092 for type 'MVMuint32', which requires 4 byte alignment
0x7f4004565092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x00000186dc26 for type 'MVMuint32', which requires 4 byte alignment
0x00000186dc26: note: pointer points here
28 00 06 00 0a 00 00 00 08 02 07 00 07 00 02 00 0b 00 00 00 40 01 07 00 07 00 02 00 f9 00 07 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0xdeadbeef for type 'unsigned int', which requires 4 byte alignment
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0xdeadbeef for type 'short unsigned int', which requires 2 byte alignment
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:100:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1076:40: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:114:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1452:66: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1455:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:147:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:156:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:163:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1932:54: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2344:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2368:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2380:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2440:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2462:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2473:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:263:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:344:57: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:4161:42: runtime error: load of misaligned address 0xdeadbeef for type 'MVMint32', which requires 4 byte alignment
src/core/interp.c:597:79: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:669:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:693:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:699:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:702:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:725:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:728:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:738:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:741:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:822:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:86:43: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:901:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:91:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/validation.c:248:23: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/validation.c:257:23: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fd6e3074056 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6e3074056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fd6e307422a for type 'MVMuint32', which requires 4 byte alignment
0x7fd6e307422a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fd6e3074056 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6e3074056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fd6df35d75e for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df35d75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fd6df35c806 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df35c806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fd6df35d14e for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df35d14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fd6df35d326 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df35d326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fd6df35ca0e for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df35ca0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fd6df3422b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df3422b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fd6df3415d2 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df3415d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fd6df3416aa for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df3416aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fd6df3416fa for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df3416fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fd6df35d23a for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df35d23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fd6df34790a for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df34790a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fd6defdec6e for type 'MVMuint32', which requires 4 byte alignment
0x7fd6defdec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fd6def5fcea for type 'MVMint32', which requires 4 byte alignment
0x7fd6def5fcea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fd6def7863a for type 'MVMuint32', which requires 4 byte alignment
0x7fd6def7863a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fd6df3fe02f for type 'unsigned int', which requires 4 byte alignment
0x7fd6df3fe02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fd6def7a23e for type 'MVMuint32', which requires 4 byte alignment
0x7fd6def7a23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fd6def7a25e for type 'MVMuint32', which requires 4 byte alignment
0x7fd6def7a25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001719766 for type 'MVMuint32', which requires 4 byte alignment
0x000001719766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fd6df3bf209 for type 'short unsigned int', which requires 2 byte alignment
0x7fd6df3bf209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fd6defd6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6defd6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fd6defe00da for type 'MVMuint32', which requires 4 byte alignment
0x7fd6defe00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fd6defe1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6defe1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fd6df32b432 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df32b432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fd6df32be72 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df32be72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fd6df32a96e for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df32a96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fd6df116d56 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df116d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fd6df114872 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df114872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fd6df1148f6 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df1148f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fd6e2ff9996 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6e2ff9996: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fd6defd91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6defd91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fd6e2ff94a2 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6e2ff94a2: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fd6e2ff94a6 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6e2ff94a6: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001a5b906 for type 'MVMuint32', which requires 4 byte alignment
0x000001a5b906: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fd6df34236e for type 'MVMuint32', which requires 4 byte alignment
0x7fd6df34236e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fd6defd9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6defd9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000001caa766 for type 'MVMuint32', which requires 4 byte alignment
0x000001caa766: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fd6defe4092 for type 'MVMuint32', which requires 4 byte alignment
0x7fd6defe4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000002a060aa for type 'MVMuint32', which requires 4 byte alignment
0x000002a060aa: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fe2b656e056 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b656e056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fe2b656e22a for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b656e22a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fe2b656e056 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b656e056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fe2b28c875e for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b28c875e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fe2b28c7806 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b28c7806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fe2b28c814e for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b28c814e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fe2b28c8326 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b28c8326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fe2b28c7a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b28c7a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fe2b28342b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b28342b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fe2b28335d2 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b28335d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fe2b28336aa for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b28336aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fe2b28336fa for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b28336fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fe2b28c823a for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b28c823a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fe2b283990a for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b283990a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fe2b2479c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b2479c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fe2b1702cea for type 'MVMint32', which requires 4 byte alignment
0x7fe2b1702cea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fe2b171b63a for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b171b63a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fe2b28fd02f for type 'unsigned int', which requires 4 byte alignment
0x7fe2b28fd02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fe2b171d23e for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b171d23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fe2b171d25e for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b171d25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000011e1766 for type 'MVMuint32', which requires 4 byte alignment
0x0000011e1766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fe2b28c5209 for type 'short unsigned int', which requires 2 byte alignment
0x7fe2b28c5209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fe2b2471ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b2471ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fe2b247b0da for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b247b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fe2b247cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b247cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fe2b281d432 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b281d432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fe2b281de72 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b281de72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fe2b281c96e for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b281c96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fe2b26fad56 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b26fad56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fe2b26f8872 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b26f8872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fe2b26f88f6 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b26f88f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fe2b64fc6ea for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b64fc6ea: note: pointer points here
00 00 17 00 9a 01 00 00 fa 00 11 00 06 00 85 00 00 00 7f 00 00 00 83 00 00 00 06 00 87 00 11 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fe2b24741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b24741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fe2b64f34a2 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b64f34a2: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fe2b64f34a6 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b64f34a6: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fe2b2474c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b2474c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001538a76 for type 'MVMuint32', which requires 4 byte alignment
0x000001538a76: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fe2b283436e for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b283436e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000016d1e96 for type 'MVMuint32', which requires 4 byte alignment
0x0000016d1e96: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fe2b247f092 for type 'MVMuint32', which requires 4 byte alignment
0x7fe2b247f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000001a6c52a for type 'MVMuint32', which requires 4 byte alignment
0x000001a6c52a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f3188a60056 for type 'MVMuint32', which requires 4 byte alignment
0x7f3188a60056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f3188a6022a for type 'MVMuint32', which requires 4 byte alignment
0x7f3188a6022a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f3188a60056 for type 'MVMuint32', which requires 4 byte alignment
0x7f3188a60056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f3184dba75e for type 'MVMuint32', which requires 4 byte alignment
0x7f3184dba75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f3184db9806 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184db9806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f3184dba14e for type 'MVMuint32', which requires 4 byte alignment
0x7f3184dba14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f3184dba326 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184dba326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f3184db9a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f3184db9a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f3184d252b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184d252b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f3184d245d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184d245d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f3184d246aa for type 'MVMuint32', which requires 4 byte alignment
0x7f3184d246aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f3184d246fa for type 'MVMuint32', which requires 4 byte alignment
0x7f3184d246fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f3184dba23a for type 'MVMuint32', which requires 4 byte alignment
0x7f3184dba23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f3184d2a90a for type 'MVMuint32', which requires 4 byte alignment
0x7f3184d2a90a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f3184979c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f3184979c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f3183c02cea for type 'MVMint32', which requires 4 byte alignment
0x7f3183c02cea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f3183c1b63a for type 'MVMuint32', which requires 4 byte alignment
0x7f3183c1b63a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f3184df302f for type 'unsigned int', which requires 4 byte alignment
0x7f3184df302f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f3183c1d23e for type 'MVMuint32', which requires 4 byte alignment
0x7f3183c1d23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f3183c1d25e for type 'MVMuint32', which requires 4 byte alignment
0x7f3183c1d25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000020f3766 for type 'MVMuint32', which requires 4 byte alignment
0x0000020f3766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f3184db7209 for type 'short unsigned int', which requires 2 byte alignment
0x7f3184db7209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f3184971ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184971ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f318497b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f318497b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f318497cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f318497cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f3184bf1432 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184bf1432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f3184bf1e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184bf1e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f3184bf096e for type 'MVMuint32', which requires 4 byte alignment
0x7f3184bf096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f3184d17d56 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184d17d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f3184d15872 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184d15872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f3184d158f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184d158f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f31889e5996 for type 'MVMuint32', which requires 4 byte alignment
0x7f31889e5996: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f31889e3412 for type 'MVMuint32', which requires 4 byte alignment
0x7f31889e3412: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f31889e3416 for type 'MVMuint32', which requires 4 byte alignment
0x7f31889e3416: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f31849741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f31849741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f3184974c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184974c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000024c1a76 for type 'MVMuint32', which requires 4 byte alignment
0x0000024c1a76: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f3184b22596 for type 'MVMuint32', which requires 4 byte alignment
0x7f3184b22596: note: pointer points here
98 00 02 00 f7 00 00 00 2e 02 87 01 04 00 00 00 87 01 06 00 04 00 fa 00 05 00 06 00 11 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x00000260d646 for type 'MVMuint32', which requires 4 byte alignment
0x00000260d646: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x00000251420e for type 'MVMuint32', which requires 4 byte alignment
0x00000251420e: note: pointer points here
15 00 13 00 cc 01 00 00 19 00 15 00 e8 01 00 00 87 01 12 00 0e 00 de 02 13 00 12 00 cc 01 00 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f318497f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f318497f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000002a7ea6a for type 'MVMuint32', which requires 4 byte alignment
0x000002a7ea6a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f3e6ff9b056 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6ff9b056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f3e6ff9b22a for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6ff9b22a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f3e6ff9b056 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6ff9b056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f3e6c2e675e for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2e675e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f3e6c2e5806 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2e5806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f3e6c2e614e for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2e614e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f3e6c2e6326 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2e6326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f3e6c2e5a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2e5a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f3e6c2652b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2652b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f3e6c2645d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2645d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f3e6c2646aa for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2646aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f3e6c2646fa for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2646fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f3e6c2e623a for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2e623a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f3e6c26a90a for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c26a90a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f3e6bedec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6bedec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f3e6be5fcea for type 'MVMint32', which requires 4 byte alignment
0x7f3e6be5fcea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f3e6be7863a for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6be7863a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f3e6c42e02f for type 'unsigned int', which requires 4 byte alignment
0x7f3e6c42e02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f3e6be7a23e for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6be7a23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f3e6be7a25e for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6be7a25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000027c2766 for type 'MVMuint32', which requires 4 byte alignment
0x0000027c2766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f3e6c2e3209 for type 'short unsigned int', which requires 2 byte alignment
0x7f3e6c2e3209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f3e6bed6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6bed6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f3e6bee00da for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6bee00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f3e6bee1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6bee1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f3e6c24e432 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c24e432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f3e6c24ee72 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c24ee72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f3e6c24d96e for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c24d96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f3e6c232d56 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c232d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f3e6c230872 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c230872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f3e6c2308f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c2308f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f3e6ff20996 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6ff20996: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f3e6bed91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6bed91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f3e6ff204a2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6ff204a2: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f3e6ff204a6 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6ff204a6: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f3e6be31ca6 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6be31ca6: note: pointer points here
98 00 01 00 1d 00 00 00 2e 02 87 01 03 00 00 00 fe 00 03 00 03 00 08 00 02 00 03 00 87 01 04 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f3e6c23331a for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6c23331a: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f3e6bed9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6bed9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002d5c8fe for type 'MVMuint32', which requires 4 byte alignment
0x000002d5c8fe: note: pointer points here
08 00 04 00 3d 00 00 00 0c 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f3e6bee4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f3e6bee4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000002d0281a for type 'MVMuint32', which requires 4 byte alignment
0x000002d0281a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x000002c34b1e for type 'MVMuint32', which requires 4 byte alignment
0x000002c34b1e: note: pointer points here
15 00 13 00 cc 01 00 00 19 00 15 00 e8 01 00 00 87 01 12 00 0e 00 de 02 13 00 12 00 cc 01 00 00
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7f3e6be9e6fa for type 'MVMint32', which requires 4 byte alignment
0x7f3e6be9e6fa: note: pointer points here
56 02 04 00 00 80 00 00 77 00 05 00 04 00 58 00 04 00 06 00 05 00 19 00 04 00 e4 02 00 00 07 00
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fc6fd8af056 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6fd8af056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fc6fd8af22a for type 'MVMuint32', which requires 4 byte alignment
0x7fc6fd8af22a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fc6fd8af056 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6fd8af056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fc6f9d0975e for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9d0975e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fc6f9d08806 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9d08806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fc6f9d0914e for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9d0914e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fc6f9d09326 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9d09326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fc6f9d08a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9d08a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fc6f9b712b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9b712b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fc6f9b705d2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9b705d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fc6f9b706aa for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9b706aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fc6f9b706fa for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9b706fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fc6f9d0923a for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9d0923a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fc6f9b7690a for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9b7690a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fc6f97dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f97dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fc6f975fcea for type 'MVMint32', which requires 4 byte alignment
0x7fc6f975fcea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fc6f977863a for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f977863a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fc6f9d4202f for type 'unsigned int', which requires 4 byte alignment
0x7fc6f9d4202f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fc6f977a23e for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f977a23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fc6f977a25e for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f977a25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001d82766 for type 'MVMuint32', which requires 4 byte alignment
0x000001d82766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fc6f9d06209 for type 'short unsigned int', which requires 2 byte alignment
0x7fc6f9d06209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fc6f97d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f97d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fc6f97e00da for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f97e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fc6f97e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f97e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fc6f9972432 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9972432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fc6f9972e72 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9972e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fc6f997196e for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f997196e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fc6f9956d56 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9956d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fc6f9954872 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9954872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fc6f99548f6 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f99548f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fc6fd834996 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6fd834996: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fc6fd832412 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6fd832412: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fc6fd832416 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6fd832416: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fc6f97d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f97d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000214fa76 for type 'MVMuint32', which requires 4 byte alignment
0x00000214fa76: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fc6f97d9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f97d9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fc6f9b7136e for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f9b7136e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x00000220025e for type 'MVMuint32', which requires 4 byte alignment
0x00000220025e: note: pointer points here
08 00 04 00 3d 00 00 00 0c 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:105:47: runtime error: load of misaligned address 0x00000275f652 for type 'MVMuint32', which requires 4 byte alignment
0x00000275f652: note: pointer points here
1a 00 04 00 4a 00 00 00 07 00 06 00 47 04 00 00 b0 00 05 00 06 00 17 00 4a 00 00 00 08 00 07 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fc6f97e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7fc6f97e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000031220fa for type 'MVMuint32', which requires 4 byte alignment
0x0000031220fa: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7fc6f979e6fa for type 'MVMint32', which requires 4 byte alignment
0x7fc6f979e6fa: note: pointer points here
56 02 04 00 00 80 00 00 77 00 05 00 04 00 58 00 04 00 06 00 05 00 19 00 04 00 e4 02 00 00 07 00
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fbdccb7e056 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdccb7e056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fbdccb7e22a for type 'MVMuint32', which requires 4 byte alignment
0x7fbdccb7e22a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fbdccb7e056 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdccb7e056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fbdc8ed775e for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8ed775e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fbdc8ed6806 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8ed6806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fbdc8ed714e for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8ed714e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fbdc8ed7326 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8ed7326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fbdc8ed6a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8ed6a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fbdc8e422b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8e422b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fbdc8e415d2 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8e415d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fbdc8e416aa for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8e416aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fbdc8e416fa for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8e416fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fbdc8ed723a for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8ed723a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fbdc8e4790a for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8e4790a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fbdc8a79c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8a79c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fbdc7d02cea for type 'MVMint32', which requires 4 byte alignment
0x7fbdc7d02cea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fbdc7d1b63a for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc7d1b63a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fbdc901102f for type 'unsigned int', which requires 4 byte alignment
0x7fbdc901102f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fbdc7d1d23e for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc7d1d23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fbdc7d1d25e for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc7d1d25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000e44766 for type 'MVMuint32', which requires 4 byte alignment
0x000000e44766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fbdc9000209 for type 'short unsigned int', which requires 2 byte alignment
0x7fbdc9000209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fbdc8a71ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8a71ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fbdc8a7b0da for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8a7b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fbdc8a7cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8a7cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fbdc8e2b432 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8e2b432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fbdc8e2be72 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8e2be72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fbdc8e2a96e for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8e2a96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fbdc8cfad56 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8cfad56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fbdc8cf8872 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8cf8872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fbdc8cf88f6 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8cf88f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fbdccb03996 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdccb03996: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fbdc8a741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8a741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fbdccb034a2 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdccb034a2: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fbdccb034a6 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdccb034a6: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7fbdc8cfb31a for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8cfb31a: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fbdc8a74c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8a74c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fbdc8e4236e for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8e4236e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000001304c76 for type 'MVMuint32', which requires 4 byte alignment
0x000001304c76: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x00000125e7de for type 'MVMuint32', which requires 4 byte alignment
0x00000125e7de: note: pointer points here
15 00 13 00 cc 01 00 00 19 00 15 00 e8 01 00 00 87 01 12 00 0e 00 de 02 13 00 12 00 cc 01 00 00
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7fbdc8a671fe for type 'MVMint32', which requires 4 byte alignment
0x7fbdc8a671fe: note: pointer points here
56 02 22 00 41 ff 00 00 56 02 23 00 46 ff 00 00 e7 00 1d 00 03 00 04 00 3c 00 1c 00 1d 00 23 00
^
src/core/interp.c:1461:66: runtime error: load of misaligned address 0x7fbdc8ac037e for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8ac037e: note: pointer points here
03 00 04 00 7d 02 00 00 96 06 00 00 07 00 1e 00 21 01 00 00 0b 01 08 00 09 00 2b 01 00 00 04 00
^
src/core/interp.c:1464:47: runtime error: load of misaligned address 0x7fbdc8ae382a for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8ae382a: note: pointer points here
1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00 00 00 06 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fbdc8a7f092 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8a7f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:2356:60: runtime error: load of misaligned address 0x7fbdc8cf7876 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8cf7876: note: pointer points here
03 00 04 00 3e 00 00 00 05 00 03 00 96 01 04 00 01 00 03 00 96 01 06 00 00 00 1a 00 87 01 06 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x00000278435a for type 'MVMuint32', which requires 4 byte alignment
0x00000278435a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:2451:60: runtime error: load of misaligned address 0x7fbdc8cf7962 for type 'MVMuint32', which requires 4 byte alignment
0x7fbdc8cf7962: note: pointer points here
04 00 02 00 3e 00 00 00 03 00 34 00 07 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f9bb9ec9056 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb9ec9056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f9bb9ec922a for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb9ec922a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f9bb9ec9056 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb9ec9056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f9bb631475e for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb631475e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f9bb6313806 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb6313806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f9bb631414e for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb631414e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f9bb6314326 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb6314326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f9bb6313a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb6313a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f9bb61922b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb61922b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f9bb61915d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb61915d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f9bb61916aa for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb61916aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f9bb61916fa for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb61916fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f9bb631423a for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb631423a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f9bb619790a for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb619790a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f9bb5f46c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f46c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f9bb5db2cea for type 'MVMint32', which requires 4 byte alignment
0x7f9bb5db2cea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f9bb5dcb63a for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5dcb63a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f9bb635c02f for type 'unsigned int', which requires 4 byte alignment
0x7f9bb635c02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f9bb5dcd23e for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5dcd23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f9bb5dcd25e for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5dcd25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001066766 for type 'MVMuint32', which requires 4 byte alignment
0x000001066766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f9bb6305209 for type 'short unsigned int', which requires 2 byte alignment
0x7f9bb6305209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f9bb5f3eff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f3eff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f9bb5f480da for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f480da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f9bb5f49c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f49c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f9bb6116432 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb6116432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f9bb6116e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb6116e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f9bb611596e for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb611596e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f9bb5f7bd56 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f7bd56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f9bb5f79872 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f79872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f9bb5f798f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f798f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f9bb9e4e996 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb9e4e996: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f9bb5f411c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f411c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f9bb9e4e4a2 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb9e4e4a2: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f9bb9e4e4a6 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb9e4e4a6: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f9bb5f41c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f41c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000013fde66 for type 'MVMuint32', which requires 4 byte alignment
0x0000013fde66: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x00000144131e for type 'MVMuint32', which requires 4 byte alignment
0x00000144131e: note: pointer points here
15 00 13 00 cc 01 00 00 19 00 15 00 e8 01 00 00 87 01 12 00 0e 00 de 02 13 00 12 00 cc 01 00 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000019e9572 for type 'MVMuint32', which requires 4 byte alignment
0x0000019e9572: note: pointer points here
16 00 06 00 83 00 00 00 33 00 7f 00 00 00 83 00 00 00 06 00 8b 00 15 00 16 00 cd 02 15 00 13 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f9bb5f11306 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f11306: note: pointer points here
98 00 01 00 82 00 00 00 2e 02 87 01 03 00 00 00 fe 00 03 00 03 00 08 00 02 00 03 00 87 01 03 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f9bb5f4c092 for type 'MVMuint32', which requires 4 byte alignment
0x7f9bb5f4c092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000001ab9ada for type 'MVMuint32', which requires 4 byte alignment
0x000001ab9ada: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f7b031ff056 for type 'MVMuint32', which requires 4 byte alignment
0x7f7b031ff056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f7b031ff22a for type 'MVMuint32', which requires 4 byte alignment
0x7f7b031ff22a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f7b031ff056 for type 'MVMuint32', which requires 4 byte alignment
0x7f7b031ff056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f7aff65975e for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff65975e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f7aff658806 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff658806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f7aff65914e for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff65914e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f7aff659326 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff659326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f7aff658a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff658a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f7aff4c42b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff4c42b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f7aff4c35d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff4c35d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f7aff4c36aa for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff4c36aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f7aff4c36fa for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff4c36fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f7aff65923a for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff65923a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f7aff4c990a for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff4c990a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f7aff25fc6e for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff25fc6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f7aff0b2cea for type 'MVMint32', which requires 4 byte alignment
0x7f7aff0b2cea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f7aff0cb63a for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff0cb63a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f7aff69202f for type 'unsigned int', which requires 4 byte alignment
0x7f7aff69202f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f7aff0cd23e for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff0cd23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f7aff0cd25e for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff0cd25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001a45766 for type 'MVMuint32', which requires 4 byte alignment
0x000001a45766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f7aff656209 for type 'short unsigned int', which requires 2 byte alignment
0x7f7aff656209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f7aff257ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff257ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f7aff2610da for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff2610da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f7aff262c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff262c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f7aff448432 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff448432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f7aff448e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff448e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f7aff44796e for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff44796e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f7aff42cd56 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff42cd56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f7aff42a872 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff42a872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f7aff42a8f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff42a8f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f7b0318d6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f7b0318d6ea: note: pointer points here
00 00 17 00 9a 01 00 00 fa 00 11 00 06 00 85 00 00 00 7f 00 00 00 83 00 00 00 06 00 87 00 11 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f7b03182412 for type 'MVMuint32', which requires 4 byte alignment
0x7f7b03182412: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f7b03182416 for type 'MVMuint32', which requires 4 byte alignment
0x7f7b03182416: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f7aff25a1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff25a1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f7aff4c436e for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff4c436e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f7aff25ac32 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff25ac32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001e80c66 for type 'MVMuint32', which requires 4 byte alignment
0x000001e80c66: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000001f040de for type 'MVMuint32', which requires 4 byte alignment
0x000001f040de: note: pointer points here
08 00 04 00 3d 00 00 00 0c 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f7aff265092 for type 'MVMuint32', which requires 4 byte alignment
0x7f7aff265092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x00000245171a for type 'MVMuint32', which requires 4 byte alignment
0x00000245171a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f2bf8434056 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf8434056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f2bf843422a for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf843422a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f2bf8434056 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf8434056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f2bf488e75e for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf488e75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f2bf488d806 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf488d806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f2bf488e14e for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf488e14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f2bf488e326 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf488e326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f2bf488da0e for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf488da0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f2bf46f32b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46f32b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f2bf46f25d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46f25d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f2bf46f26aa for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46f26aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f2bf46f26fa for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46f26fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f2bf488e23a for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf488e23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f2bf46f890a for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46f890a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f2bf4479c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf4479c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f2bf42b2cea for type 'MVMint32', which requires 4 byte alignment
0x7f2bf42b2cea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f2bf42cb63a for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf42cb63a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f2bf48c702f for type 'unsigned int', which requires 4 byte alignment
0x7f2bf48c702f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f2bf42cd23e for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf42cd23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f2bf42cd25e for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf42cd25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001b0d766 for type 'MVMuint32', which requires 4 byte alignment
0x000001b0d766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f2bf488b209 for type 'short unsigned int', which requires 2 byte alignment
0x7f2bf488b209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f2bf4471ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf4471ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f2bf447b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf447b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f2bf447cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf447cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f2bf46dc432 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46dc432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f2bf46dce72 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46dce72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f2bf46db96e for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46db96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f2bf46c0d56 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46c0d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f2bf46be872 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46be872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f2bf46be8f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46be8f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f2bf83b9996 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf83b9996: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f2bf83b7412 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf83b7412: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f2bf83b7416 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf83b7416: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f2bf44741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf44741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001f9dc46 for type 'MVMuint32', which requires 4 byte alignment
0x000001f9dc46: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f2bf46f336e for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf46f336e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f2bf4474c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf4474c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x00000212c1ae for type 'MVMuint32', which requires 4 byte alignment
0x00000212c1ae: note: pointer points here
08 00 04 00 3d 00 00 00 0d 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x000001fe555e for type 'MVMuint32', which requires 4 byte alignment
0x000001fe555e: note: pointer points here
15 00 13 00 cc 01 00 00 19 00 15 00 e8 01 00 00 87 01 12 00 0e 00 de 02 13 00 12 00 cc 01 00 00
^
src/core/interp.c:1461:66: runtime error: load of misaligned address 0x7f2bf44e3826 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf44e3826: note: pointer points here
01 00 02 00 1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00
^
src/core/interp.c:1464:47: runtime error: load of misaligned address 0x7f2bf44e382a for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf44e382a: note: pointer points here
1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00 00 00 06 00
^
src/core/interp.c:105:47: runtime error: load of misaligned address 0x000002573642 for type 'MVMuint32', which requires 4 byte alignment
0x000002573642: note: pointer points here
1a 00 04 00 4a 00 00 00 07 00 06 00 47 04 00 00 b0 00 05 00 06 00 17 00 4a 00 00 00 08 00 07 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f2bf447f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f2bf447f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000056bdf0a for type 'MVMuint32', which requires 4 byte alignment
0x0000056bdf0a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7f2bf42f16fa for type 'MVMint32', which requires 4 byte alignment
0x7f2bf42f16fa: note: pointer points here
56 02 04 00 00 80 00 00 77 00 05 00 04 00 58 00 04 00 06 00 05 00 19 00 04 00 e4 02 00 00 07 00
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f2982117056 for type 'MVMuint32', which requires 4 byte alignment
0x7f2982117056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f298211722a for type 'MVMuint32', which requires 4 byte alignment
0x7f298211722a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f2982117056 for type 'MVMuint32', which requires 4 byte alignment
0x7f2982117056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f297e57175e for type 'MVMuint32', which requires 4 byte alignment
0x7f297e57175e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f297e570806 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e570806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f297e57114e for type 'MVMuint32', which requires 4 byte alignment
0x7f297e57114e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f297e571326 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e571326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f297e570a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f297e570a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f297e3d82b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e3d82b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f297e3d75d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e3d75d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f297e3d76aa for type 'MVMuint32', which requires 4 byte alignment
0x7f297e3d76aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f297e3d76fa for type 'MVMuint32', which requires 4 byte alignment
0x7f297e3d76fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f297e57123a for type 'MVMuint32', which requires 4 byte alignment
0x7f297e57123a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f297e3dd90a for type 'MVMuint32', which requires 4 byte alignment
0x7f297e3dd90a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f297e160c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f297e160c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f297dfb2cea for type 'MVMint32', which requires 4 byte alignment
0x7f297dfb2cea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f297dfcb63a for type 'MVMuint32', which requires 4 byte alignment
0x7f297dfcb63a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f297e5aa02f for type 'unsigned int', which requires 4 byte alignment
0x7f297e5aa02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f297dfcd23e for type 'MVMuint32', which requires 4 byte alignment
0x7f297dfcd23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f297dfcd25e for type 'MVMuint32', which requires 4 byte alignment
0x7f297dfcd25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000012bf766 for type 'MVMuint32', which requires 4 byte alignment
0x0000012bf766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f297e56e209 for type 'short unsigned int', which requires 2 byte alignment
0x7f297e56e209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f297e158ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e158ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f297e1620da for type 'MVMuint32', which requires 4 byte alignment
0x7f297e1620da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f297e163c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e163c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f297e3c1432 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e3c1432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f297e3c1e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e3c1e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f297e3c096e for type 'MVMuint32', which requires 4 byte alignment
0x7f297e3c096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f297e195d56 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e195d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f297e193872 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e193872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f297e1938f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e1938f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f298209c996 for type 'MVMuint32', which requires 4 byte alignment
0x7f298209c996: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f298209a412 for type 'MVMuint32', which requires 4 byte alignment
0x7f298209a412: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f298209a416 for type 'MVMuint32', which requires 4 byte alignment
0x7f298209a416: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f297e15b1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e15b1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000018e92d6 for type 'MVMuint32', which requires 4 byte alignment
0x0000018e92d6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f297e15bc32 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e15bc32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f297e3d836e for type 'MVMuint32', which requires 4 byte alignment
0x7f297e3d836e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000001a741ba for type 'MVMuint32', which requires 4 byte alignment
0x000001a741ba: note: pointer points here
08 00 04 00 3d 00 00 00 0c 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:1461:66: runtime error: load of misaligned address 0x7f297e1c037e for type 'MVMuint32', which requires 4 byte alignment
0x7f297e1c037e: note: pointer points here
03 00 04 00 7d 02 00 00 96 06 00 00 07 00 1e 00 21 01 00 00 0b 01 08 00 09 00 2b 01 00 00 04 00
^
src/core/interp.c:1464:47: runtime error: load of misaligned address 0x7f297e1e382a for type 'MVMuint32', which requires 4 byte alignment
0x7f297e1e382a: note: pointer points here
1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00 00 00 06 00
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7f297d23d686 for type 'MVMint32', which requires 4 byte alignment
0x7f297d23d686: note: pointer points here
56 02 1d 00 00 00 00 40 77 00 0f 00 1d 00 5e 00 0f 00 24 00 0f 00 62 01 13 00 1d 01 13 00 0f 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f297e166092 for type 'MVMuint32', which requires 4 byte alignment
0x7f297e166092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000029bbb9a for type 'MVMuint32', which requires 4 byte alignment
0x0000029bbb9a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f7bba13a056 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bba13a056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f7bba13a22a for type 'MVMuint32', which requires 4 byte alignment
0x7f7bba13a22a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f7bba13a056 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bba13a056: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f7bb659475e for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb659475e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f7bb6593806 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb6593806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f7bb659414e for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb659414e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f7bb6594326 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb6594326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f7bb6593a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb6593a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f7bb63f32b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63f32b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f7bb63f25d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63f25d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f7bb63f26aa for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63f26aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f7bb63f26fa for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63f26fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f7bb659423a for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb659423a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f7bb63f890a for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63f890a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f7bb6179c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb6179c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f7bb5fb2cea for type 'MVMint32', which requires 4 byte alignment
0x7f7bb5fb2cea: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f7bb5fcb63a for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb5fcb63a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f7bb65cd02f for type 'unsigned int', which requires 4 byte alignment
0x7f7bb65cd02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f7bb5fcd23e for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb5fcd23e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f7bb5fcd25e for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb5fcd25e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000010b6766 for type 'MVMuint32', which requires 4 byte alignment
0x0000010b6766: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f7bb6591209 for type 'short unsigned int', which requires 2 byte alignment
0x7f7bb6591209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f7bb6171ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb6171ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f7bb617b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb617b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f7bb617cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb617cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f7bb63dc432 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63dc432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f7bb63dce72 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63dce72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f7bb63db96e for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63db96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f7bb63c0d56 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63c0d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f7bb63be872 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63be872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f7bb63be8f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63be8f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f7bba0bf996 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bba0bf996: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f7bb61741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb61741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f7bba0bf4a2 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bba0bf4a2: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f7bba0bf4a6 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bba0bf4a6: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001425a46 for type 'MVMuint32', which requires 4 byte alignment
0x000001425a46: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f7bb6174c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb6174c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f7bb63f336e for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63f336e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000001686c66 for type 'MVMuint32', which requires 4 byte alignment
0x000001686c66: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:2356:60: runtime error: load of misaligned address 0x7f7bb63bd876 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63bd876: note: pointer points here
03 00 04 00 3e 00 00 00 05 00 03 00 96 01 04 00 01 00 03 00 96 01 06 00 00 00 1a 00 87 01 06 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:1461:66: runtime error: load of misaligned address 0x7f7bb61e3826 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb61e3826: note: pointer points here
01 00 02 00 1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00
^
src/core/interp.c:1464:47: runtime error: load of misaligned address 0x7f7bb61e382a for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb61e382a: note: pointer points here
1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00 00 00 06 00
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7f7bb5f2b686 for type 'MVMint32', which requires 4 byte alignment
0x7f7bb5f2b686: note: pointer points here
56 02 1d 00 00 00 00 40 77 00 0f 00 1d 00 5e 00 0f 00 24 00 0f 00 62 01 13 00 1d 01 13 00 0f 00
^
src/core/interp.c:105:47: runtime error: load of misaligned address 0x0000016830c2 for type 'MVMuint32', which requires 4 byte alignment
0x0000016830c2: note: pointer points here
1a 00 04 00 4a 00 00 00 07 00 06 00 47 04 00 00 b0 00 05 00 06 00 17 00 4a 00 00 00 08 00 07 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f7bb617f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb617f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000003baad4a for type 'MVMuint32', which requires 4 byte alignment
0x000003baad4a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:2451:60: runtime error: load of misaligned address 0x7f7bb63bd962 for type 'MVMuint32', which requires 4 byte alignment
0x7f7bb63bd962: note: pointer points here
04 00 02 00 3e 00 00 00 03 00 34 00 07 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x00000451375a for type 'MVMuint32', which requires 4 byte alignment
0x00000451375a: note: pointer points here
0b 00 04 00 44 07 00 00 17 00 54 04 00 00 19 00 0b 00 96 05 00 00 96 01 04 00 06 00 85 00 87 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f42282e6046 for type 'MVMuint32', which requires 4 byte alignment
0x7f42282e6046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f42282e621a for type 'MVMuint32', which requires 4 byte alignment
0x7f42282e621a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f42282e6046 for type 'MVMuint32', which requires 4 byte alignment
0x7f42282e6046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f422474075e for type 'MVMuint32', which requires 4 byte alignment
0x7f422474075e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f422473f806 for type 'MVMuint32', which requires 4 byte alignment
0x7f422473f806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f422474014e for type 'MVMuint32', which requires 4 byte alignment
0x7f422474014e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f4224740326 for type 'MVMuint32', which requires 4 byte alignment
0x7f4224740326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f422473fa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f422473fa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f42245a62b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f42245a62b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f42245a55d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f42245a55d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f42245a56aa for type 'MVMuint32', which requires 4 byte alignment
0x7f42245a56aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f42245a56fa for type 'MVMuint32', which requires 4 byte alignment
0x7f42245a56fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f422474023a for type 'MVMuint32', which requires 4 byte alignment
0x7f422474023a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f42245ab90a for type 'MVMuint32', which requires 4 byte alignment
0x7f42245ab90a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f4224346c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f4224346c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f42241b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f42241b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f42241cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f42241cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f422477902f for type 'unsigned int', which requires 4 byte alignment
0x7f422477902f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f42241cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f42241cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f42241cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f42241cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000026bc7f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000026bc7f6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f422473d209 for type 'short unsigned int', which requires 2 byte alignment
0x7f422473d209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f422433eff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f422433eff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f42243480da for type 'MVMuint32', which requires 4 byte alignment
0x7f42243480da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f4224349c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f4224349c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f422452a42a for type 'MVMuint32', which requires 4 byte alignment
0x7f422452a42a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f422452ae6a for type 'MVMuint32', which requires 4 byte alignment
0x7f422452ae6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f4224529966 for type 'MVMuint32', which requires 4 byte alignment
0x7f4224529966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f422437bd56 for type 'MVMuint32', which requires 4 byte alignment
0x7f422437bd56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f4224379872 for type 'MVMuint32', which requires 4 byte alignment
0x7f4224379872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f42243798f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f42243798f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f422826b986 for type 'MVMuint32', which requires 4 byte alignment
0x7f422826b986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f42243411c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f42243411c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f422826b492 for type 'MVMuint32', which requires 4 byte alignment
0x7f422826b492: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f422826b496 for type 'MVMuint32', which requires 4 byte alignment
0x7f422826b496: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000029feaa6 for type 'MVMuint32', which requires 4 byte alignment
0x0000029feaa6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f42245a636e for type 'MVMuint32', which requires 4 byte alignment
0x7f42245a636e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f4224341c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f4224341c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002c4da76 for type 'MVMuint32', which requires 4 byte alignment
0x000002c4da76: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f422434c092 for type 'MVMuint32', which requires 4 byte alignment
0x7f422434c092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x00000398f59a for type 'MVMuint32', which requires 4 byte alignment
0x00000398f59a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f2d4cb26046 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d4cb26046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f2d4cb2621a for type 'MVMuint32', which requires 4 byte alignment
0x7f2d4cb2621a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f2d4cb26046 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d4cb26046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f2d48f8075e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48f8075e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f2d48f7f806 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48f7f806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f2d48f8014e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48f8014e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f2d48f80326 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48f80326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f2d48f7fa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48f7fa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f2d48de72b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48de72b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f2d48de65d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48de65d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f2d48de66aa for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48de66aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f2d48de66fa for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48de66fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f2d48f8023a for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48f8023a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f2d48dec90a for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48dec90a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f2d48b79c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48b79c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f2d489b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f2d489b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f2d489cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f2d489cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f2d48fb902f for type 'unsigned int', which requires 4 byte alignment
0x7f2d48fb902f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f2d489cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d489cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f2d489cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d489cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000013827f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000013827f6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f2d48f7d209 for type 'short unsigned int', which requires 2 byte alignment
0x7f2d48f7d209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f2d48b71ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48b71ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f2d48b7b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48b7b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f2d48b7cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48b7cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f2d48dd042a for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48dd042a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f2d48dd0e6a for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48dd0e6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f2d48dcf966 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48dcf966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f2d48d1dd56 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48d1dd56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f2d48d1b872 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48d1b872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f2d48d1b8f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48d1b8f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f2d4cab46da for type 'MVMuint32', which requires 4 byte alignment
0x7f2d4cab46da: note: pointer points here
00 00 17 00 9a 01 00 00 fa 00 11 00 06 00 85 00 00 00 7f 00 00 00 83 00 00 00 06 00 87 00 11 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f2d48b741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48b741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f2d4caab492 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d4caab492: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f2d4caab496 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d4caab496: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f2d48b74c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48b74c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000016d9c06 for type 'MVMuint32', which requires 4 byte alignment
0x0000016d9c06: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f2d48de736e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48de736e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000001873006 for type 'MVMuint32', which requires 4 byte alignment
0x000001873006: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f2d48b7f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d48b7f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000001c0d62a for type 'MVMuint32', which requires 4 byte alignment
0x000001c0d62a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fc94e50a046 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94e50a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fc94e50a21a for type 'MVMuint32', which requires 4 byte alignment
0x7fc94e50a21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fc94e50a046 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94e50a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fc94a96475e for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a96475e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fc94a963806 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a963806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fc94a96414e for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a96414e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fc94a964326 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a964326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fc94a963a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a963a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fc94a7c72b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a7c72b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fc94a7c65d2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a7c65d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fc94a7c66aa for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a7c66aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fc94a7c66fa for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a7c66fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fc94a96423a for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a96423a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fc94a7cc90a for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a7cc90a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fc94a560c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a560c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fc94a3b2cda for type 'MVMint32', which requires 4 byte alignment
0x7fc94a3b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fc94a3cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a3cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fc94a99d02f for type 'unsigned int', which requires 4 byte alignment
0x7fc94a99d02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fc94a3cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a3cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fc94a3cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a3cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000029337f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000029337f6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fc94a961209 for type 'short unsigned int', which requires 2 byte alignment
0x7fc94a961209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fc94a558ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a558ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fc94a5620da for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a5620da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fc94a563c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a563c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fc94a7b042a for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a7b042a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fc94a7b0e6a for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a7b0e6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fc94a7af966 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a7af966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fc94a595d56 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a595d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fc94a593872 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a593872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fc94a5938f6 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a5938f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fc94e48f986 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94e48f986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fc94e48d402 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94e48d402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fc94e48d406 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94e48d406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fc94a55b1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a55b1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fc94a55bc32 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a55bc32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000002d038b6 for type 'MVMuint32', which requires 4 byte alignment
0x000002d038b6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fc94a50f59e for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a50f59e: note: pointer points here
98 00 02 00 f7 00 00 00 2e 02 87 01 04 00 00 00 87 01 06 00 04 00 fa 00 05 00 06 00 11 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002e4ddb6 for type 'MVMuint32', which requires 4 byte alignment
0x000002e4ddb6: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x000002d5361e for type 'MVMuint32', which requires 4 byte alignment
0x000002d5361e: note: pointer points here
15 00 13 00 cc 01 00 00 19 00 15 00 e8 01 00 00 87 01 12 00 0e 00 de 02 13 00 12 00 cc 01 00 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fc94a566092 for type 'MVMuint32', which requires 4 byte alignment
0x7fc94a566092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000032dbcfa for type 'MVMuint32', which requires 4 byte alignment
0x0000032dbcfa: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fb1ea14d046 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1ea14d046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fb1ea14d21a for type 'MVMuint32', which requires 4 byte alignment
0x7fb1ea14d21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fb1ea14d046 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1ea14d046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fb1e65a775e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e65a775e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fb1e65a6806 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e65a6806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fb1e65a714e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e65a714e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fb1e65a7326 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e65a7326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fb1e65a6a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e65a6a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fb1e65122b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e65122b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fb1e65115d2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e65115d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fb1e65116aa for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e65116aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fb1e65116fa for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e65116fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fb1e65a723a for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e65a723a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fb1e651790a for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e651790a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fb1e6179c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e6179c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fb1e5fb2cda for type 'MVMint32', which requires 4 byte alignment
0x7fb1e5fb2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fb1e5fcb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e5fcb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fb1e65e002f for type 'unsigned int', which requires 4 byte alignment
0x7fb1e65e002f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fb1e5fcd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e5fcd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fb1e5fcd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e5fcd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000029a57e6 for type 'MVMuint32', which requires 4 byte alignment
0x0000029a57e6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fb1e65a4209 for type 'short unsigned int', which requires 2 byte alignment
0x7fb1e65a4209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fb1e6171ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e6171ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fb1e617b0da for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e617b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fb1e617cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e617cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fb1e63f142a for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e63f142a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fb1e63f1e6a for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e63f1e6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fb1e63f0966 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e63f0966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fb1e63d5d56 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e63d5d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fb1e63d3872 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e63d3872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fb1e63d38f6 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e63d38f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fb1ea0d2986 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1ea0d2986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fb1e61741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e61741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fb1ea0d2492 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1ea0d2492: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fb1ea0d2496 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1ea0d2496: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fb1e613ccae for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e613ccae: note: pointer points here
98 00 01 00 1d 00 00 00 2e 02 87 01 03 00 00 00 fe 00 03 00 03 00 08 00 02 00 03 00 87 01 04 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7fb1e63d631a for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e63d631a: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fb1e6174c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e6174c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002f3f89e for type 'MVMuint32', which requires 4 byte alignment
0x000002f3f89e: note: pointer points here
08 00 04 00 3d 00 00 00 0c 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fb1e617f092 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e617f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000002f6aa8a for type 'MVMuint32', which requires 4 byte alignment
0x000002f6aa8a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x000002e17bce for type 'MVMuint32', which requires 4 byte alignment
0x000002e17bce: note: pointer points here
15 00 13 00 cc 01 00 00 19 00 15 00 e8 01 00 00 87 01 12 00 0e 00 de 02 13 00 12 00 cc 01 00 00
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7fb1e5ff16ea for type 'MVMint32', which requires 4 byte alignment
0x7fb1e5ff16ea: note: pointer points here
56 02 04 00 00 80 00 00 77 00 05 00 04 00 58 00 04 00 06 00 05 00 19 00 04 00 e4 02 00 00 07 00
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f870371d046 for type 'MVMuint32', which requires 4 byte alignment
0x7f870371d046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f870371d21a for type 'MVMuint32', which requires 4 byte alignment
0x7f870371d21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f870371d046 for type 'MVMuint32', which requires 4 byte alignment
0x7f870371d046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f86ffb7775e for type 'MVMuint32', which requires 4 byte alignment
0x7f86ffb7775e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f86ffb76806 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ffb76806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f86ffb7714e for type 'MVMuint32', which requires 4 byte alignment
0x7f86ffb7714e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f86ffb77326 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ffb77326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f86ffb76a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f86ffb76a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f86ff9d82b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff9d82b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f86ff9d75d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff9d75d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f86ff9d76aa for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff9d76aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f86ff9d76fa for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff9d76fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f86ffb7723a for type 'MVMuint32', which requires 4 byte alignment
0x7f86ffb7723a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f86ff9dd90a for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff9dd90a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f86ff760c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff760c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f86ff5b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f86ff5b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f86ff5cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff5cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f86ffbb002f for type 'unsigned int', which requires 4 byte alignment
0x7f86ffbb002f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f86ff5cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff5cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f86ff5cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff5cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000245f7f6 for type 'MVMuint32', which requires 4 byte alignment
0x00000245f7f6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f86ffb74209 for type 'short unsigned int', which requires 2 byte alignment
0x7f86ffb74209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f86ff758ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff758ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f86ff7620da for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff7620da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f86ff763c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff763c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f86ff9c142a for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff9c142a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f86ff9c1e6a for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff9c1e6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f86ff9c0966 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff9c0966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f86ff795d56 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff795d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f86ff793872 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff793872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f86ff7938f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff7938f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f87036a2986 for type 'MVMuint32', which requires 4 byte alignment
0x7f87036a2986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f87036a0402 for type 'MVMuint32', which requires 4 byte alignment
0x7f87036a0402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f87036a0406 for type 'MVMuint32', which requires 4 byte alignment
0x7f87036a0406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f86ff75b1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff75b1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000282c576 for type 'MVMuint32', which requires 4 byte alignment
0x00000282c576: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f86ff75bc32 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff75bc32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f86ff9d836e for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff9d836e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000028dc79e for type 'MVMuint32', which requires 4 byte alignment
0x0000028dc79e: note: pointer points here
08 00 04 00 3d 00 00 00 0c 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:105:47: runtime error: load of misaligned address 0x0000028ac6e2 for type 'MVMuint32', which requires 4 byte alignment
0x0000028ac6e2: note: pointer points here
1a 00 04 00 4a 00 00 00 07 00 06 00 47 04 00 00 b0 00 05 00 06 00 17 00 4a 00 00 00 08 00 07 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f86ff766092 for type 'MVMuint32', which requires 4 byte alignment
0x7f86ff766092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000031ad30a for type 'MVMuint32', which requires 4 byte alignment
0x0000031ad30a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7f86ff5f16ea for type 'MVMint32', which requires 4 byte alignment
0x7f86ff5f16ea: note: pointer points here
56 02 04 00 00 80 00 00 77 00 05 00 04 00 58 00 04 00 06 00 05 00 19 00 04 00 e4 02 00 00 07 00
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fc5e3d82046 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e3d82046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fc5e3d8221a for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e3d8221a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fc5e3d82046 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e3d82046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fc5e006b75e for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e006b75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fc5e006a806 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e006a806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fc5e006b14e for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e006b14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fc5e006b326 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e006b326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fc5e006aa0e for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e006aa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fc5e00502b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e00502b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fc5e004f5d2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e004f5d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fc5e004f6aa for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e004f6aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fc5e004f6fa for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e004f6fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fc5e006b23a for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e006b23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fc5e005590a for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e005590a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fc5dfcdec6e for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfcdec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fc5dfc5fcda for type 'MVMint32', which requires 4 byte alignment
0x7fc5dfc5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fc5dfc7862a for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfc7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fc5e021502f for type 'unsigned int', which requires 4 byte alignment
0x7fc5e021502f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fc5dfc7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfc7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fc5dfc7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfc7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000025f77f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000025f77f6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fc5e00cd209 for type 'short unsigned int', which requires 2 byte alignment
0x7fc5e00cd209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fc5dfcd6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfcd6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fc5dfce00da for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfce00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fc5dfce1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfce1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fc5e003942a for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e003942a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fc5e0039e6a for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e0039e6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fc5e0038966 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e0038966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fc5e001dd56 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e001dd56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fc5e001b872 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e001b872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fc5e001b8f6 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e001b8f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fc5e3d07986 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e3d07986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fc5dfcd91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfcd91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fc5e3d07492 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e3d07492: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fc5e3d07496 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e3d07496: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7fc5e001e31a for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e001e31a: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fc5dfcd9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfcd9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fc5e005036e for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e005036e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002ab7d56 for type 'MVMuint32', which requires 4 byte alignment
0x000002ab7d56: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x000002a118be for type 'MVMuint32', which requires 4 byte alignment
0x000002a118be: note: pointer points here
15 00 13 00 cc 01 00 00 19 00 15 00 e8 01 00 00 87 01 12 00 0e 00 de 02 13 00 12 00 cc 01 00 00
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7fc5dfccc1fe for type 'MVMint32', which requires 4 byte alignment
0x7fc5dfccc1fe: note: pointer points here
56 02 22 00 41 ff 00 00 56 02 23 00 46 ff 00 00 e7 00 1d 00 03 00 04 00 3c 00 1c 00 1d 00 23 00
^
src/core/interp.c:1461:66: runtime error: load of misaligned address 0x7fc5dfe41366 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfe41366: note: pointer points here
03 00 04 00 7d 02 00 00 96 06 00 00 07 00 1e 00 21 01 00 00 0b 01 08 00 09 00 2b 01 00 00 04 00
^
src/core/interp.c:1464:47: runtime error: load of misaligned address 0x7fc5dfe64812 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfe64812: note: pointer points here
1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00 00 00 06 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fc5dfce4092 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5dfce4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:2356:60: runtime error: load of misaligned address 0x7fc5e001a876 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e001a876: note: pointer points here
03 00 04 00 3e 00 00 00 05 00 03 00 96 01 04 00 01 00 03 00 96 01 06 00 00 00 1a 00 87 01 06 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000040e135a for type 'MVMuint32', which requires 4 byte alignment
0x0000040e135a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:2451:60: runtime error: load of misaligned address 0x7fc5e001a962 for type 'MVMuint32', which requires 4 byte alignment
0x7fc5e001a962: note: pointer points here
04 00 02 00 3e 00 00 00 03 00 34 00 07 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fbe644fc046 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe644fc046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fbe644fc21a for type 'MVMuint32', which requires 4 byte alignment
0x7fbe644fc21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fbe644fc046 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe644fc046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fbe6095675e for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6095675e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fbe60955806 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe60955806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fbe6095614e for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6095614e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fbe60956326 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe60956326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fbe60955a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fbe60955a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fbe607b82b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe607b82b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fbe607b75d2 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe607b75d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fbe607b76aa for type 'MVMuint32', which requires 4 byte alignment
0x7fbe607b76aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fbe607b76fa for type 'MVMuint32', which requires 4 byte alignment
0x7fbe607b76fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fbe6095623a for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6095623a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fbe607bd90a for type 'MVMuint32', which requires 4 byte alignment
0x7fbe607bd90a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fbe6055fc6e for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6055fc6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fbe603b2cda for type 'MVMint32', which requires 4 byte alignment
0x7fbe603b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fbe603cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fbe603cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fbe6098f02f for type 'unsigned int', which requires 4 byte alignment
0x7fbe6098f02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fbe603cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fbe603cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fbe603cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fbe603cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001dbd7f6 for type 'MVMuint32', which requires 4 byte alignment
0x000001dbd7f6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fbe60953209 for type 'short unsigned int', which requires 2 byte alignment
0x7fbe60953209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fbe60557ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe60557ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fbe605610da for type 'MVMuint32', which requires 4 byte alignment
0x7fbe605610da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fbe60562c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe60562c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fbe6073c42a for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6073c42a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fbe6073ce6a for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6073ce6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fbe6073b966 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6073b966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fbe60720d56 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe60720d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fbe6071e872 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6071e872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fbe6071e8f6 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6071e8f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fbe64481986 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe64481986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fbe6055a1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6055a1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fbe64481492 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe64481492: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fbe64481496 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe64481496: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fbe6055ac32 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe6055ac32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000002154f86 for type 'MVMuint32', which requires 4 byte alignment
0x000002154f86: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x00000219925e for type 'MVMuint32', which requires 4 byte alignment
0x00000219925e: note: pointer points here
15 00 13 00 cc 01 00 00 19 00 15 00 e8 01 00 00 87 01 12 00 0e 00 de 02 13 00 12 00 cc 01 00 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002761e02 for type 'MVMuint32', which requires 4 byte alignment
0x000002761e02: note: pointer points here
16 00 06 00 83 00 00 00 33 00 7f 00 00 00 83 00 00 00 06 00 8b 00 15 00 16 00 cd 02 15 00 13 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fbe607092f6 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe607092f6: note: pointer points here
98 00 01 00 82 00 00 00 2e 02 87 01 03 00 00 00 fe 00 03 00 03 00 08 00 02 00 03 00 87 01 03 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fbe60565092 for type 'MVMuint32', which requires 4 byte alignment
0x7fbe60565092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x00000248efea for type 'MVMuint32', which requires 4 byte alignment
0x00000248efea: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fa585fd3046 for type 'MVMuint32', which requires 4 byte alignment
0x7fa585fd3046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fa585fd321a for type 'MVMuint32', which requires 4 byte alignment
0x7fa585fd321a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fa585fd3046 for type 'MVMuint32', which requires 4 byte alignment
0x7fa585fd3046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fa58242d75e for type 'MVMuint32', which requires 4 byte alignment
0x7fa58242d75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fa58242c806 for type 'MVMuint32', which requires 4 byte alignment
0x7fa58242c806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fa58242d14e for type 'MVMuint32', which requires 4 byte alignment
0x7fa58242d14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fa58242d326 for type 'MVMuint32', which requires 4 byte alignment
0x7fa58242d326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fa58242ca0e for type 'MVMuint32', which requires 4 byte alignment
0x7fa58242ca0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fa5822972b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fa5822972b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fa5822965d2 for type 'MVMuint32', which requires 4 byte alignment
0x7fa5822965d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fa5822966aa for type 'MVMuint32', which requires 4 byte alignment
0x7fa5822966aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fa5822966fa for type 'MVMuint32', which requires 4 byte alignment
0x7fa5822966fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fa58242d23a for type 'MVMuint32', which requires 4 byte alignment
0x7fa58242d23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fa58229c90a for type 'MVMuint32', which requires 4 byte alignment
0x7fa58229c90a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fa582046c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fa582046c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fa581eb2cda for type 'MVMint32', which requires 4 byte alignment
0x7fa581eb2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fa581ecb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fa581ecb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fa58246602f for type 'unsigned int', which requires 4 byte alignment
0x7fa58246602f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fa581ecd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fa581ecd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fa581ecd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fa581ecd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000020427f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000020427f6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fa58242a209 for type 'short unsigned int', which requires 2 byte alignment
0x7fa58242a209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fa58203eff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fa58203eff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fa5820480da for type 'MVMuint32', which requires 4 byte alignment
0x7fa5820480da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fa582049c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fa582049c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fa58221b42a for type 'MVMuint32', which requires 4 byte alignment
0x7fa58221b42a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fa58221be6a for type 'MVMuint32', which requires 4 byte alignment
0x7fa58221be6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fa58221a966 for type 'MVMuint32', which requires 4 byte alignment
0x7fa58221a966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fa58207bd56 for type 'MVMuint32', which requires 4 byte alignment
0x7fa58207bd56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fa582079872 for type 'MVMuint32', which requires 4 byte alignment
0x7fa582079872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fa5820798f6 for type 'MVMuint32', which requires 4 byte alignment
0x7fa5820798f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fa585f616da for type 'MVMuint32', which requires 4 byte alignment
0x7fa585f616da: note: pointer points here
00 00 17 00 9a 01 00 00 fa 00 11 00 06 00 85 00 00 00 7f 00 00 00 83 00 00 00 06 00 87 00 11 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fa585f56402 for type 'MVMuint32', which requires 4 byte alignment
0x7fa585f56402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fa585f56406 for type 'MVMuint32', which requires 4 byte alignment
0x7fa585f56406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fa5820411c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fa5820411c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fa58229736e for type 'MVMuint32', which requires 4 byte alignment
0x7fa58229736e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fa582041c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fa582041c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000247dd66 for type 'MVMuint32', which requires 4 byte alignment
0x00000247dd66: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x00000250125e for type 'MVMuint32', which requires 4 byte alignment
0x00000250125e: note: pointer points here
08 00 04 00 3d 00 00 00 0c 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fa58204c092 for type 'MVMuint32', which requires 4 byte alignment
0x7fa58204c092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000002562f9a for type 'MVMuint32', which requires 4 byte alignment
0x000002562f9a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f08036a6046 for type 'MVMuint32', which requires 4 byte alignment
0x7f08036a6046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f08036a621a for type 'MVMuint32', which requires 4 byte alignment
0x7f08036a621a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f08036a6046 for type 'MVMuint32', which requires 4 byte alignment
0x7f08036a6046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f07ff9f075e for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff9f075e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f07ff9ef806 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff9ef806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f07ff9f014e for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff9f014e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f07ff9f0326 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff9f0326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f07ff9efa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff9efa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f07ff9712b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff9712b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f07ff9705d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff9705d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f07ff9706aa for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff9706aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f07ff9706fa for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff9706fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f07ff9f023a for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff9f023a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f07ff97690a for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff97690a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f07ff5dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff5dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f07ff55fcda for type 'MVMint32', which requires 4 byte alignment
0x7f07ff55fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f07ff57862a for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff57862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f07ffb3902f for type 'unsigned int', which requires 4 byte alignment
0x7f07ffb3902f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f07ff57a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff57a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f07ff57a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff57a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001e6a7f6 for type 'MVMuint32', which requires 4 byte alignment
0x000001e6a7f6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f07ffb00209 for type 'short unsigned int', which requires 2 byte alignment
0x7f07ffb00209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f07ff5d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff5d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f07ff5e00da for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff5e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f07ff5e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff5e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f07ff77242a for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff77242a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f07ff772e6a for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff772e6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f07ff771966 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff771966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f07ff756d56 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff756d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f07ff754872 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff754872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f07ff7548f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff7548f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f080362b986 for type 'MVMuint32', which requires 4 byte alignment
0x7f080362b986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f0803629402 for type 'MVMuint32', which requires 4 byte alignment
0x7f0803629402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f0803629406 for type 'MVMuint32', which requires 4 byte alignment
0x7f0803629406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f07ff5d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff5d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000022fa706 for type 'MVMuint32', which requires 4 byte alignment
0x0000022fa706: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f07ff97136e for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff97136e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f07ff5d9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff5d9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002488c7e for type 'MVMuint32', which requires 4 byte alignment
0x000002488c7e: note: pointer points here
08 00 04 00 3d 00 00 00 0d 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x00000234302e for type 'MVMuint32', which requires 4 byte alignment
0x00000234302e: note: pointer points here
15 00 13 00 cc 01 00 00 19 00 15 00 e8 01 00 00 87 01 12 00 0e 00 de 02 13 00 12 00 cc 01 00 00
^
src/core/interp.c:1461:66: runtime error: load of misaligned address 0x7f07ff94c80e for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff94c80e: note: pointer points here
01 00 02 00 1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00
^
src/core/interp.c:1464:47: runtime error: load of misaligned address 0x7f07ff94c812 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff94c812: note: pointer points here
1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00 00 00 06 00
^
src/core/interp.c:105:47: runtime error: load of misaligned address 0x0000028a98e2 for type 'MVMuint32', which requires 4 byte alignment
0x0000028a98e2: note: pointer points here
1a 00 04 00 4a 00 00 00 07 00 06 00 47 04 00 00 b0 00 05 00 06 00 17 00 4a 00 00 00 08 00 07 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f07ff5e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f07ff5e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000005a1a12a for type 'MVMuint32', which requires 4 byte alignment
0x000005a1a12a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7f07ff59e6ea for type 'MVMint32', which requires 4 byte alignment
0x7f07ff59e6ea: note: pointer points here
56 02 04 00 00 80 00 00 77 00 05 00 04 00 58 00 04 00 06 00 05 00 19 00 04 00 e4 02 00 00 07 00
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f4043564046 for type 'MVMuint32', which requires 4 byte alignment
0x7f4043564046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f404356421a for type 'MVMuint32', which requires 4 byte alignment
0x7f404356421a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f4043564046 for type 'MVMuint32', which requires 4 byte alignment
0x7f4043564046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f403f8be75e for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8be75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f403f8bd806 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8bd806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f403f8be14e for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8be14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f403f8be326 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8be326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f403f8bda0e for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8bda0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f403f8292b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8292b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f403f8285d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8285d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f403f8286aa for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8286aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f403f8286fa for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8286fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f403f8be23a for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8be23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f403f82e90a for type 'MVMuint32', which requires 4 byte alignment
0x7f403f82e90a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f403f479c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f403f479c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f403e702cda for type 'MVMint32', which requires 4 byte alignment
0x7f403e702cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f403e71b62a for type 'MVMuint32', which requires 4 byte alignment
0x7f403e71b62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f403f8f702f for type 'unsigned int', which requires 4 byte alignment
0x7f403f8f702f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f403e71d22e for type 'MVMuint32', which requires 4 byte alignment
0x7f403e71d22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f403e71d24e for type 'MVMuint32', which requires 4 byte alignment
0x7f403e71d24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000010967f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000010967f6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f403f8bb209 for type 'short unsigned int', which requires 2 byte alignment
0x7f403f8bb209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f403f471ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f471ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f403f47b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f403f47b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f403f47cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f47cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f403f6f142a for type 'MVMuint32', which requires 4 byte alignment
0x7f403f6f142a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f403f6f1e6a for type 'MVMuint32', which requires 4 byte alignment
0x7f403f6f1e6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f403f6f0966 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f6f0966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f403f81bd56 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f81bd56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f403f819872 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f819872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f403f8198f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f8198f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f40434e9986 for type 'MVMuint32', which requires 4 byte alignment
0x7f40434e9986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f40434e7402 for type 'MVMuint32', which requires 4 byte alignment
0x7f40434e7402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f40434e7406 for type 'MVMuint32', which requires 4 byte alignment
0x7f40434e7406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f403f4741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f4741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000016c1976 for type 'MVMuint32', which requires 4 byte alignment
0x0000016c1976: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f403f474c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f474c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f403f82936e for type 'MVMuint32', which requires 4 byte alignment
0x7f403f82936e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x00000184ac7a for type 'MVMuint32', which requires 4 byte alignment
0x00000184ac7a: note: pointer points here
08 00 04 00 3d 00 00 00 0c 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:1461:66: runtime error: load of misaligned address 0x7f403f4c0366 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f4c0366: note: pointer points here
03 00 04 00 7d 02 00 00 96 06 00 00 07 00 1e 00 21 01 00 00 0b 01 08 00 09 00 2b 01 00 00 04 00
^
src/core/interp.c:1464:47: runtime error: load of misaligned address 0x7f403f4e3812 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f4e3812: note: pointer points here
1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00 00 00 06 00
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7f403e69268e for type 'MVMint32', which requires 4 byte alignment
0x7f403e69268e: note: pointer points here
56 02 1d 00 00 00 00 40 77 00 0f 00 1d 00 5e 00 0f 00 24 00 0f 00 62 01 13 00 1d 01 13 00 0f 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f403f47f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f403f47f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000002bc61fa for type 'MVMuint32', which requires 4 byte alignment
0x000002bc61fa: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f02ecba7046 for type 'MVMuint32', which requires 4 byte alignment
0x7f02ecba7046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f02ecba721a for type 'MVMuint32', which requires 4 byte alignment
0x7f02ecba721a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f02ecba7046 for type 'MVMuint32', which requires 4 byte alignment
0x7f02ecba7046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f02e8ef075e for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8ef075e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f02e8eef806 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8eef806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f02e8ef014e for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8ef014e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f02e8ef0326 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8ef0326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f02e8eefa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8eefa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f02e8e712b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8e712b2: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f02e8e705d2 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8e705d2: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f02e8e706aa for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8e706aa: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f02e8e706fa for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8e706fa: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f02e8ef023a for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8ef023a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f02e8e7690a for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8e7690a: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f02e8adec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8adec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f02e8a5fcda for type 'MVMint32', which requires 4 byte alignment
0x7f02e8a5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f02e8a7862a for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8a7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f02e903a02f for type 'unsigned int', which requires 4 byte alignment
0x7f02e903a02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f02e8a7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8a7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f02e8a7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8a7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000203a7f6 for type 'MVMuint32', which requires 4 byte alignment
0x00000203a7f6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f02e9001209 for type 'short unsigned int', which requires 2 byte alignment
0x7f02e9001209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f02e8ad6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8ad6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f02e8ae00da for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8ae00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f02e8ae1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8ae1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f02e8c7242a for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8c7242a: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f02e8c72e6a for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8c72e6a: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f02e8c71966 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8c71966: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f02e8c56d56 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8c56d56: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f02e8c54872 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8c54872: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f02e8c548f6 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8c548f6: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f02ecb2c986 for type 'MVMuint32', which requires 4 byte alignment
0x7f02ecb2c986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f02e8ad91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8ad91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f02ecb2c492 for type 'MVMuint32', which requires 4 byte alignment
0x7f02ecb2c492: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f02ecb2c496 for type 'MVMuint32', which requires 4 byte alignment
0x7f02ecb2c496: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000023a9b86 for type 'MVMuint32', which requires 4 byte alignment
0x0000023a9b86: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f02e8ad9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8ad9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f02e8e7136e for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8e7136e: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002645926 for type 'MVMuint32', which requires 4 byte alignment
0x000002645926: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:2356:60: runtime error: load of misaligned address 0x7f02e8c53876 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8c53876: note: pointer points here
03 00 04 00 3e 00 00 00 05 00 03 00 96 01 04 00 01 00 03 00 96 01 06 00 00 00 1a 00 87 01 06 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:1461:66: runtime error: load of misaligned address 0x7f02e8e4c80e for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8e4c80e: note: pointer points here
01 00 02 00 1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00
^
src/core/interp.c:1464:47: runtime error: load of misaligned address 0x7f02e8e4c812 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8e4c812: note: pointer points here
1a 02 00 00 3a 01 00 00 48 00 02 00 fa 00 19 00 06 00 58 00 00 00 7f 00 10 00 83 00 00 00 06 00
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7f02e7a6b68e for type 'MVMint32', which requires 4 byte alignment
0x7f02e7a6b68e: note: pointer points here
56 02 1d 00 00 00 00 40 77 00 0f 00 1d 00 5e 00 0f 00 24 00 0f 00 62 01 13 00 1d 01 13 00 0f 00
^
src/core/interp.c:105:47: runtime error: load of misaligned address 0x0000024eff52 for type 'MVMuint32', which requires 4 byte alignment
0x0000024eff52: note: pointer points here
1a 00 04 00 4a 00 00 00 07 00 06 00 47 04 00 00 b0 00 05 00 06 00 17 00 4a 00 00 00 08 00 07 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f02e8ae4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8ae4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x00000495402a for type 'MVMuint32', which requires 4 byte alignment
0x00000495402a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:2451:60: runtime error: load of misaligned address 0x7f02e8c53962 for type 'MVMuint32', which requires 4 byte alignment
0x7f02e8c53962: note: pointer points here
04 00 02 00 3e 00 00 00 03 00 34 00 07 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:1950:54: runtime error: load of misaligned address 0x00000549dfea for type 'MVMuint32', which requires 4 byte alignment
0x00000549dfea: note: pointer points here
0b 00 04 00 44 07 00 00 17 00 54 04 00 00 19 00 0b 00 96 05 00 00 96 01 04 00 06 00 85 00 87 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f14678aa046 for type 'MVMuint32', which requires 4 byte alignment
0x7f14678aa046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f14678aa21a for type 'MVMuint32', which requires 4 byte alignment
0x7f14678aa21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f14678aa046 for type 'MVMuint32', which requires 4 byte alignment
0x7f14678aa046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f1463d0475e for type 'MVMuint32', which requires 4 byte alignment
0x7f1463d0475e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f1463d03806 for type 'MVMuint32', which requires 4 byte alignment
0x7f1463d03806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f1463d0414e for type 'MVMuint32', which requires 4 byte alignment
0x7f1463d0414e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f1463d04326 for type 'MVMuint32', which requires 4 byte alignment
0x7f1463d04326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f1463d03a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f1463d03a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f1463b712ba for type 'MVMuint32', which requires 4 byte alignment
0x7f1463b712ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f1463b705da for type 'MVMuint32', which requires 4 byte alignment
0x7f1463b705da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f1463b706b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f1463b706b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f1463b70702 for type 'MVMuint32', which requires 4 byte alignment
0x7f1463b70702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f1463d0423a for type 'MVMuint32', which requires 4 byte alignment
0x7f1463d0423a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f1463b76912 for type 'MVMuint32', which requires 4 byte alignment
0x7f1463b76912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f14637dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f14637dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f146375fcda for type 'MVMint32', which requires 4 byte alignment
0x7f146375fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f146377862a for type 'MVMuint32', which requires 4 byte alignment
0x7f146377862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f1463d3d02f for type 'unsigned int', which requires 4 byte alignment
0x7f1463d3d02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f146377a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f146377a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f146377a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f146377a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000129ffe6 for type 'MVMuint32', which requires 4 byte alignment
0x00000129ffe6: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f1463d01209 for type 'short unsigned int', which requires 2 byte alignment
0x7f1463d01209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f14637d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f14637d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f14637e00da for type 'MVMuint32', which requires 4 byte alignment
0x7f14637e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f14637e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f14637e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f1463972432 for type 'MVMuint32', which requires 4 byte alignment
0x7f1463972432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f1463972e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f1463972e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f146397196e for type 'MVMuint32', which requires 4 byte alignment
0x7f146397196e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f1463956bce for type 'MVMuint32', which requires 4 byte alignment
0x7f1463956bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f14639546ea for type 'MVMuint32', which requires 4 byte alignment
0x7f14639546ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f146395476e for type 'MVMuint32', which requires 4 byte alignment
0x7f146395476e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f146782f986 for type 'MVMuint32', which requires 4 byte alignment
0x7f146782f986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f146782d402 for type 'MVMuint32', which requires 4 byte alignment
0x7f146782d402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f146782d406 for type 'MVMuint32', which requires 4 byte alignment
0x7f146782d406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f14637d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f14637d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000164c2f6 for type 'MVMuint32', which requires 4 byte alignment
0x00000164c2f6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f14637d9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f14637d9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f1463b71376 for type 'MVMuint32', which requires 4 byte alignment
0x7f1463b71376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:1461:66: runtime error: load of misaligned address 0x7f1463b2936e for type 'MVMuint32', which requires 4 byte alignment
0x7f1463b2936e: note: pointer points here
03 00 04 00 7d 02 00 00 96 06 00 00 07 00 1e 00 21 01 00 00 0b 01 08 00 09 00 2b 01 00 00 04 00
^
src/core/interp.c:1464:47: runtime error: load of misaligned address 0x7f1463b29372 for type 'MVMuint32', which requires 4 byte alignment
0x7f1463b29372: note: pointer points here
7d 02 00 00 96 06 00 00 07 00 1e 00 21 01 00 00 0b 01 08 00 09 00 2b 01 00 00 04 00 ff ff fa 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x00000191752a for type 'MVMuint32', which requires 4 byte alignment
0x00000191752a: note: pointer points here
08 00 04 00 3d 00 00 00 0d 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0x7f146396e68e for type 'MVMint32', which requires 4 byte alignment
0x7f146396e68e: note: pointer points here
56 02 1d 00 00 00 00 40 77 00 0f 00 1d 00 5e 00 0f 00 24 00 0f 00 62 01 13 00 1d 01 13 00 0f 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f14637e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f14637e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000024008ca for type 'MVMuint32', which requires 4 byte alignment
0x0000024008ca: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0xdeadbeef for type 'unsigned int', which requires 4 byte alignment
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0xdeadbeef for type 'short unsigned int', which requires 2 byte alignment
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/6model/serialization.c:1581:21: runtime error: left shift of 4861 by 52 places cannot be represented in type 'long int'
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/6model/serialization.c:842:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:100:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:105:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1076:40: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:114:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:140:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1452:66: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1455:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1461:66: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1464:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:147:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:156:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:163:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1932:54: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:1950:54: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2344:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2356:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2368:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2380:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2440:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2451:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2462:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:2473:60: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:263:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:344:57: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:4161:42: runtime error: load of misaligned address 0xdeadbeef for type 'MVMint32', which requires 4 byte alignment
src/core/interp.c:5046:56: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:597:79: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:669:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:688:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:693:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:699:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:702:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:725:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:728:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:738:38: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:741:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:822:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:86:43: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:901:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/interp.c:91:47: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/validation.c:248:23: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/core/validation.c:257:23: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/spesh/graph.c:202:53: runtime error: load of misaligned address 0xdeadbeef for type 'MVMint32', which requires 4 byte alignment
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0xdeadbeef for type 'MVMuint32', which requires 4 byte alignment
This file has been truncated, but you can view the full file.
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f794b9b1046 for type 'MVMuint32', which requires 4 byte alignment
0x7f794b9b1046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f794b9b121a for type 'MVMuint32', which requires 4 byte alignment
0x7f794b9b121a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f794b9b1046 for type 'MVMuint32', which requires 4 byte alignment
0x7f794b9b1046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f7947ceb75e for type 'MVMuint32', which requires 4 byte alignment
0x7f7947ceb75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f7947cea806 for type 'MVMuint32', which requires 4 byte alignment
0x7f7947cea806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f7947ceb14e for type 'MVMuint32', which requires 4 byte alignment
0x7f7947ceb14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f7947ceb326 for type 'MVMuint32', which requires 4 byte alignment
0x7f7947ceb326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f7947ceaa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f7947ceaa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f7947c762ba for type 'MVMuint32', which requires 4 byte alignment
0x7f7947c762ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f7947c755da for type 'MVMuint32', which requires 4 byte alignment
0x7f7947c755da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f7947c756b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f7947c756b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f7947c75702 for type 'MVMuint32', which requires 4 byte alignment
0x7f7947c75702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f7947ceb23a for type 'MVMuint32', which requires 4 byte alignment
0x7f7947ceb23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f7947c7b912 for type 'MVMuint32', which requires 4 byte alignment
0x7f7947c7b912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f79478dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f79478dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f794785fcda for type 'MVMint32', which requires 4 byte alignment
0x7f794785fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f794787862a for type 'MVMuint32', which requires 4 byte alignment
0x7f794787862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f7947e4402f for type 'unsigned int', which requires 4 byte alignment
0x7f7947e4402f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f794787a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f794787a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f794787a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f794787a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000014c6376 for type 'MVMuint32', which requires 4 byte alignment
0x0000014c6376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f7947ce8209 for type 'short unsigned int', which requires 2 byte alignment
0x7f7947ce8209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f79478d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f79478d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f79478e00da for type 'MVMuint32', which requires 4 byte alignment
0x7f79478e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f79478e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f79478e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f7947a72432 for type 'MVMuint32', which requires 4 byte alignment
0x7f7947a72432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f7947a72e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f7947a72e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f7947a7196e for type 'MVMuint32', which requires 4 byte alignment
0x7f7947a7196e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f7947a56bce for type 'MVMuint32', which requires 4 byte alignment
0x7f7947a56bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f7947a546ea for type 'MVMuint32', which requires 4 byte alignment
0x7f7947a546ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f7947a5476e for type 'MVMuint32', which requires 4 byte alignment
0x7f7947a5476e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f794b936986 for type 'MVMuint32', which requires 4 byte alignment
0x7f794b936986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f79478d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f79478d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f794b934402 for type 'MVMuint32', which requires 4 byte alignment
0x7f794b934402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f794b934406 for type 'MVMuint32', which requires 4 byte alignment
0x7f794b934406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000017e1106 for type 'MVMuint32', which requires 4 byte alignment
0x0000017e1106: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f7947c76376 for type 'MVMuint32', which requires 4 byte alignment
0x7f7947c76376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f79478e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f79478e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fce11f87046 for type 'MVMuint32', which requires 4 byte alignment
0x7fce11f87046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fce11f8721a for type 'MVMuint32', which requires 4 byte alignment
0x7fce11f8721a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fce11f87046 for type 'MVMuint32', which requires 4 byte alignment
0x7fce11f87046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fce0e27075e for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e27075e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fce0e26f806 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e26f806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fce0e27014e for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e27014e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fce0e270326 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e270326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fce0e26fa0e for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e26fa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fce0e2552ba for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e2552ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fce0e2545da for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e2545da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fce0e2546b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e2546b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fce0e254702 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e254702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fce0e27023a for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e27023a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fce0e25a912 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e25a912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fce0dedec6e for type 'MVMuint32', which requires 4 byte alignment
0x7fce0dedec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fce0de5fcda for type 'MVMint32', which requires 4 byte alignment
0x7fce0de5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fce0de7862a for type 'MVMuint32', which requires 4 byte alignment
0x7fce0de7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fce0e41a02f for type 'unsigned int', which requires 4 byte alignment
0x7fce0e41a02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fce0de7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7fce0de7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fce0de7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7fce0de7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000253a376 for type 'MVMuint32', which requires 4 byte alignment
0x00000253a376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fce0e2d2209 for type 'short unsigned int', which requires 2 byte alignment
0x7fce0e2d2209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fce0ded6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0ded6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fce0dee00da for type 'MVMuint32', which requires 4 byte alignment
0x7fce0dee00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fce0dee1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0dee1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fce0e23e432 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e23e432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fce0e23ee72 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e23ee72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fce0e23d96e for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e23d96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fce0e222bce for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e222bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fce0e2206ea for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e2206ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fce0e22076e for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e22076e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fce11f0c986 for type 'MVMuint32', which requires 4 byte alignment
0x7fce11f0c986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fce0ded91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0ded91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fce11f0a402 for type 'MVMuint32', which requires 4 byte alignment
0x7fce11f0a402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fce11f0a406 for type 'MVMuint32', which requires 4 byte alignment
0x7fce11f0a406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000286ca36 for type 'MVMuint32', which requires 4 byte alignment
0x00000286ca36: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fce0e255376 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0e255376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fce0dee4092 for type 'MVMuint32', which requires 4 byte alignment
0x7fce0dee4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f3d88c41046 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d88c41046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f3d88c4121a for type 'MVMuint32', which requires 4 byte alignment
0x7f3d88c4121a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f3d88c41046 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d88c41046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f3d8509b75e for type 'MVMuint32', which requires 4 byte alignment
0x7f3d8509b75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f3d8509a806 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d8509a806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f3d8509b14e for type 'MVMuint32', which requires 4 byte alignment
0x7f3d8509b14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f3d8509b326 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d8509b326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f3d8509aa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f3d8509aa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f3d84ef32ba for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84ef32ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f3d84ef25da for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84ef25da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f3d84ef26b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84ef26b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f3d84ef2702 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84ef2702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f3d8509b23a for type 'MVMuint32', which requires 4 byte alignment
0x7f3d8509b23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f3d84ef8912 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84ef8912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f3d84c79c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84c79c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f3d84ab2cda for type 'MVMint32', which requires 4 byte alignment
0x7f3d84ab2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f3d84acb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84acb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f3d850d402f for type 'unsigned int', which requires 4 byte alignment
0x7f3d850d402f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f3d84acd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84acd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f3d84acd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84acd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000d9e376 for type 'MVMuint32', which requires 4 byte alignment
0x000000d9e376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f3d85098209 for type 'short unsigned int', which requires 2 byte alignment
0x7f3d85098209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f3d84c71ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84c71ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f3d84c7b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84c7b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f3d84c7cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84c7cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f3d84edc432 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84edc432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f3d84edce72 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84edce72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f3d84edb96e for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84edb96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f3d84e3cbce for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84e3cbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f3d84e3a6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84e3a6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f3d84e3a76e for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84e3a76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f3d88bc6986 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d88bc6986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f3d84c741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84c741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f3d88bc4402 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d88bc4402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f3d88bc4406 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d88bc4406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000010c65f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000010c65f6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f3d84ef3376 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84ef3376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f3d84c7f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f3d84c7f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000001302616 for type 'MVMuint32', which requires 4 byte alignment
0x000001302616: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f4026482046 for type 'MVMuint32', which requires 4 byte alignment
0x7f4026482046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f402648221a for type 'MVMuint32', which requires 4 byte alignment
0x7f402648221a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f4026482046 for type 'MVMuint32', which requires 4 byte alignment
0x7f4026482046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f402276b75e for type 'MVMuint32', which requires 4 byte alignment
0x7f402276b75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f402276a806 for type 'MVMuint32', which requires 4 byte alignment
0x7f402276a806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f402276b14e for type 'MVMuint32', which requires 4 byte alignment
0x7f402276b14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f402276b326 for type 'MVMuint32', which requires 4 byte alignment
0x7f402276b326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f402276aa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f402276aa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f40227502ba for type 'MVMuint32', which requires 4 byte alignment
0x7f40227502ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f402274f5da for type 'MVMuint32', which requires 4 byte alignment
0x7f402274f5da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f402274f6b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f402274f6b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f402274f702 for type 'MVMuint32', which requires 4 byte alignment
0x7f402274f702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f402276b23a for type 'MVMuint32', which requires 4 byte alignment
0x7f402276b23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f4022755912 for type 'MVMuint32', which requires 4 byte alignment
0x7f4022755912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f40223dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f40223dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f402235fcda for type 'MVMint32', which requires 4 byte alignment
0x7f402235fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f402237862a for type 'MVMuint32', which requires 4 byte alignment
0x7f402237862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f402291502f for type 'unsigned int', which requires 4 byte alignment
0x7f402291502f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f402237a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f402237a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f402237a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f402237a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000cdc376 for type 'MVMuint32', which requires 4 byte alignment
0x000000cdc376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f40227cd209 for type 'short unsigned int', which requires 2 byte alignment
0x7f40227cd209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f40223d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f40223d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f40223e00da for type 'MVMuint32', which requires 4 byte alignment
0x7f40223e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f40223e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f40223e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f4022739432 for type 'MVMuint32', which requires 4 byte alignment
0x7f4022739432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f4022739e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f4022739e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f402273896e for type 'MVMuint32', which requires 4 byte alignment
0x7f402273896e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f402271dbce for type 'MVMuint32', which requires 4 byte alignment
0x7f402271dbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f402271b6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f402271b6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f402271b76e for type 'MVMuint32', which requires 4 byte alignment
0x7f402271b76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f4026407986 for type 'MVMuint32', which requires 4 byte alignment
0x7f4026407986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f40223d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f40223d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f4026405402 for type 'MVMuint32', which requires 4 byte alignment
0x7f4026405402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f4026405406 for type 'MVMuint32', which requires 4 byte alignment
0x7f4026405406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000101a546 for type 'MVMuint32', which requires 4 byte alignment
0x00000101a546: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f4022750376 for type 'MVMuint32', which requires 4 byte alignment
0x7f4022750376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f40223e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f40223e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f90f1e82046 for type 'MVMuint32', which requires 4 byte alignment
0x7f90f1e82046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f90f1e8221a for type 'MVMuint32', which requires 4 byte alignment
0x7f90f1e8221a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f90f1e82046 for type 'MVMuint32', which requires 4 byte alignment
0x7f90f1e82046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f90ee16b75e for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee16b75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f90ee16a806 for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee16a806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f90ee16b14e for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee16b14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f90ee16b326 for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee16b326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f90ee16aa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee16aa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f90ee1502ba for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee1502ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f90ee14f5da for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee14f5da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f90ee14f6b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee14f6b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f90ee14f702 for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee14f702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f90ee16b23a for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee16b23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f90ee155912 for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee155912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f90edddec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f90edddec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f90edd5fcda for type 'MVMint32', which requires 4 byte alignment
0x7f90edd5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f90edd7862a for type 'MVMuint32', which requires 4 byte alignment
0x7f90edd7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f90ee31502f for type 'unsigned int', which requires 4 byte alignment
0x7f90ee31502f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f90edd7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f90edd7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f90edd7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f90edd7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000012c4376 for type 'MVMuint32', which requires 4 byte alignment
0x0000012c4376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f90ee1cd209 for type 'short unsigned int', which requires 2 byte alignment
0x7f90ee1cd209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f90eddd6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f90eddd6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f90edde00da for type 'MVMuint32', which requires 4 byte alignment
0x7f90edde00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f90edde1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f90edde1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f90ee139432 for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee139432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f90ee139e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee139e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f90ee13896e for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee13896e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f90ee11dbce for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee11dbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f90ee11b6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee11b6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f90ee11b76e for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee11b76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f90f1e07986 for type 'MVMuint32', which requires 4 byte alignment
0x7f90f1e07986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f90eddd91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f90eddd91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f90f1e05402 for type 'MVMuint32', which requires 4 byte alignment
0x7f90f1e05402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f90f1e05406 for type 'MVMuint32', which requires 4 byte alignment
0x7f90f1e05406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001601c46 for type 'MVMuint32', which requires 4 byte alignment
0x000001601c46: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f90ee150376 for type 'MVMuint32', which requires 4 byte alignment
0x7f90ee150376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f90edde4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f90edde4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fb26c99c046 for type 'MVMuint32', which requires 4 byte alignment
0x7fb26c99c046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fb26c99c21a for type 'MVMuint32', which requires 4 byte alignment
0x7fb26c99c21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fb26c99c046 for type 'MVMuint32', which requires 4 byte alignment
0x7fb26c99c046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fb268ce675e for type 'MVMuint32', which requires 4 byte alignment
0x7fb268ce675e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fb268ce5806 for type 'MVMuint32', which requires 4 byte alignment
0x7fb268ce5806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fb268ce614e for type 'MVMuint32', which requires 4 byte alignment
0x7fb268ce614e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fb268ce6326 for type 'MVMuint32', which requires 4 byte alignment
0x7fb268ce6326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fb268ce5a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fb268ce5a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fb268c652ba for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c652ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fb268c645da for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c645da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fb268c646b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c646b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fb268c64702 for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c64702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fb268ce623a for type 'MVMuint32', which requires 4 byte alignment
0x7fb268ce623a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fb268c6a912 for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c6a912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fb2688dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7fb2688dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fb26885fcda for type 'MVMint32', which requires 4 byte alignment
0x7fb26885fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fb26887862a for type 'MVMuint32', which requires 4 byte alignment
0x7fb26887862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fb268e2f02f for type 'unsigned int', which requires 4 byte alignment
0x7fb268e2f02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fb26887a22e for type 'MVMuint32', which requires 4 byte alignment
0x7fb26887a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fb26887a24e for type 'MVMuint32', which requires 4 byte alignment
0x7fb26887a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000002228376 for type 'MVMuint32', which requires 4 byte alignment
0x000002228376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fb268e00209 for type 'short unsigned int', which requires 2 byte alignment
0x7fb268e00209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fb2688d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fb2688d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fb2688e00da for type 'MVMuint32', which requires 4 byte alignment
0x7fb2688e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fb2688e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fb2688e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fb268c4e432 for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c4e432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fb268c4ee72 for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c4ee72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fb268c4d96e for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c4d96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fb268c32bce for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c32bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fb268c306ea for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c306ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fb268c3076e for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c3076e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fb26c921986 for type 'MVMuint32', which requires 4 byte alignment
0x7fb26c921986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fb2688d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb2688d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fb26c91f402 for type 'MVMuint32', which requires 4 byte alignment
0x7fb26c91f402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fb26c91f406 for type 'MVMuint32', which requires 4 byte alignment
0x7fb26c91f406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fb2688d9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fb2688d9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fb268c65376 for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c65376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7fb268c33192 for type 'MVMuint32', which requires 4 byte alignment
0x7fb268c33192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fb2688e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7fb2688e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f1fca738046 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fca738046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f1fca73821a for type 'MVMuint32', which requires 4 byte alignment
0x7f1fca73821a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f1fca738046 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fca738046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f1fc6b9275e for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc6b9275e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f1fc6b91806 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc6b91806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f1fc6b9214e for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc6b9214e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f1fc6b92326 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc6b92326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f1fc6b91a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc6b91a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f1fc69f32ba for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69f32ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f1fc69f25da for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69f25da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f1fc69f26b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69f26b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f1fc69f2702 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69f2702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f1fc6b9223a for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc6b9223a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f1fc69f8912 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69f8912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f1fc6779c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc6779c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f1fc65b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f1fc65b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f1fc65cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc65cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f1fc6bcb02f for type 'unsigned int', which requires 4 byte alignment
0x7f1fc6bcb02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f1fc65cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc65cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f1fc65cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc65cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000017e1376 for type 'MVMuint32', which requires 4 byte alignment
0x0000017e1376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f1fc6b8f209 for type 'short unsigned int', which requires 2 byte alignment
0x7f1fc6b8f209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f1fc6771ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc6771ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f1fc677b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc677b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f1fc677cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc677cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f1fc69dc432 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69dc432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f1fc69dce72 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69dce72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f1fc69db96e for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69db96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f1fc69c0bce for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69c0bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f1fc69be6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69be6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f1fc69be76e for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69be76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f1fca6bd986 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fca6bd986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f1fc67741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc67741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f1fca6bb402 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fca6bb402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f1fca6bb406 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fca6bb406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f1fc6774c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc6774c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001b31f06 for type 'MVMuint32', which requires 4 byte alignment
0x000001b31f06: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f1fc69f3376 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc69f3376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f1fc677f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f1fc677f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f7a708f0046 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a708f0046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f7a708f021a for type 'MVMuint32', which requires 4 byte alignment
0x7f7a708f021a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f7a708f0046 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a708f0046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f7a6cd4a75e for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cd4a75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f7a6cd49806 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cd49806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f7a6cd4a14e for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cd4a14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f7a6cd4a326 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cd4a326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f7a6cd49a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cd49a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f7a6cbb22ba for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cbb22ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f7a6cbb15da for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cbb15da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f7a6cbb16b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cbb16b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f7a6cbb1702 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cbb1702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f7a6cd4a23a for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cd4a23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f7a6cbb7912 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cbb7912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f7a6c95fc6e for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6c95fc6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f7a6c7b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f7a6c7b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f7a6c7cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6c7cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f7a6cd8302f for type 'unsigned int', which requires 4 byte alignment
0x7f7a6cd8302f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f7a6c7cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6c7cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f7a6c7cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6c7cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000cf3376 for type 'MVMuint32', which requires 4 byte alignment
0x000000cf3376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f7a6cd47209 for type 'short unsigned int', which requires 2 byte alignment
0x7f7a6cd47209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f7a6c957ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6c957ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f7a6c9610da for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6c9610da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f7a6c962c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6c962c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f7a6cb36432 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cb36432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f7a6cb36e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cb36e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f7a6cb3596e for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cb3596e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f7a6cb1abce for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cb1abce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f7a6cb186ea for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cb186ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f7a6cb1876e for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cb1876e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f7a70875986 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a70875986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f7a6c95a1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6c95a1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f7a70873402 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a70873402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f7a70873406 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a70873406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000100a946 for type 'MVMuint32', which requires 4 byte alignment
0x00000100a946: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f7a6cbb2376 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6cbb2376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f7a6c965092 for type 'MVMuint32', which requires 4 byte alignment
0x7f7a6c965092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f001c08a046 for type 'MVMuint32', which requires 4 byte alignment
0x7f001c08a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f001c08a21a for type 'MVMuint32', which requires 4 byte alignment
0x7f001c08a21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f001c08a046 for type 'MVMuint32', which requires 4 byte alignment
0x7f001c08a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f00183d575e for type 'MVMuint32', which requires 4 byte alignment
0x7f00183d575e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f00183d4806 for type 'MVMuint32', which requires 4 byte alignment
0x7f00183d4806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f00183d514e for type 'MVMuint32', which requires 4 byte alignment
0x7f00183d514e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f00183d5326 for type 'MVMuint32', which requires 4 byte alignment
0x7f00183d5326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f00183d4a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f00183d4a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f00183582ba for type 'MVMuint32', which requires 4 byte alignment
0x7f00183582ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f00183575da for type 'MVMuint32', which requires 4 byte alignment
0x7f00183575da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f00183576b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f00183576b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f0018357702 for type 'MVMuint32', which requires 4 byte alignment
0x7f0018357702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f00183d523a for type 'MVMuint32', which requires 4 byte alignment
0x7f00183d523a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f001835d912 for type 'MVMuint32', which requires 4 byte alignment
0x7f001835d912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f0017fdec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f0017fdec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f0017f5fcda for type 'MVMint32', which requires 4 byte alignment
0x7f0017f5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f0017f7862a for type 'MVMuint32', which requires 4 byte alignment
0x7f0017f7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f001851d02f for type 'unsigned int', which requires 4 byte alignment
0x7f001851d02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f0017f7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f0017f7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f0017f7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f0017f7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001f08376 for type 'MVMuint32', which requires 4 byte alignment
0x000001f08376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f00183d2209 for type 'short unsigned int', which requires 2 byte alignment
0x7f00183d2209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f0017fd6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f0017fd6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f0017fe00da for type 'MVMuint32', which requires 4 byte alignment
0x7f0017fe00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f0017fe1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f0017fe1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f0018341432 for type 'MVMuint32', which requires 4 byte alignment
0x7f0018341432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f0018341e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f0018341e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f001834096e for type 'MVMuint32', which requires 4 byte alignment
0x7f001834096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f0018325bce for type 'MVMuint32', which requires 4 byte alignment
0x7f0018325bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f00183236ea for type 'MVMuint32', which requires 4 byte alignment
0x7f00183236ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f001832376e for type 'MVMuint32', which requires 4 byte alignment
0x7f001832376e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f001c00f986 for type 'MVMuint32', which requires 4 byte alignment
0x7f001c00f986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f0017fd91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f0017fd91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f001c00d402 for type 'MVMuint32', which requires 4 byte alignment
0x7f001c00d402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f001c00d406 for type 'MVMuint32', which requires 4 byte alignment
0x7f001c00d406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f0017fd9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f0017fd9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000002248936 for type 'MVMuint32', which requires 4 byte alignment
0x000002248936: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f0018358376 for type 'MVMuint32', which requires 4 byte alignment
0x7f0018358376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f0017fe4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f0017fe4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000024b29f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000024b29f6: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f3bf9b29046 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf9b29046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f3bf9b2921a for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf9b2921a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f3bf9b29046 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf9b29046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f3bf5f8375e for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5f8375e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f3bf5f82806 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5f82806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f3bf5f8314e for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5f8314e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f3bf5f83326 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5f83326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f3bf5f82a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5f82a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f3bf5de72ba for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5de72ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f3bf5de65da for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5de65da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f3bf5de66b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5de66b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f3bf5de6702 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5de6702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f3bf5f8323a for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5f8323a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f3bf5dec912 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5dec912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f3bf5b79c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5b79c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f3bf59b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f3bf59b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f3bf59cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf59cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f3bf5fbc02f for type 'unsigned int', which requires 4 byte alignment
0x7f3bf5fbc02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f3bf59cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf59cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f3bf59cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf59cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001d48376 for type 'MVMuint32', which requires 4 byte alignment
0x000001d48376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f3bf5f80209 for type 'short unsigned int', which requires 2 byte alignment
0x7f3bf5f80209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f3bf5b71ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5b71ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f3bf5b7b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5b7b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f3bf5b7cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5b7cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f3bf5dd0432 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5dd0432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f3bf5dd0e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5dd0e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f3bf5dcf96e for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5dcf96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f3bf5d1dbce for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5d1dbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f3bf5d1b6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5d1b6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f3bf5d1b76e for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5d1b76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f3bf9aae986 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf9aae986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f3bf5b741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5b741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f3bf9aac402 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf9aac402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f3bf9aac406 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf9aac406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f3bf5b74c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5b74c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000020a6446 for type 'MVMuint32', which requires 4 byte alignment
0x0000020a6446: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f3bf5de7376 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5de7376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f3bf5b7f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f3bf5b7f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x00000233e6b6 for type 'MVMuint32', which requires 4 byte alignment
0x00000233e6b6: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f0585175046 for type 'MVMuint32', which requires 4 byte alignment
0x7f0585175046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f058517521a for type 'MVMuint32', which requires 4 byte alignment
0x7f058517521a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f0585175046 for type 'MVMuint32', which requires 4 byte alignment
0x7f0585175046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f05814cf75e for type 'MVMuint32', which requires 4 byte alignment
0x7f05814cf75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f05814ce806 for type 'MVMuint32', which requires 4 byte alignment
0x7f05814ce806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f05814cf14e for type 'MVMuint32', which requires 4 byte alignment
0x7f05814cf14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f05814cf326 for type 'MVMuint32', which requires 4 byte alignment
0x7f05814cf326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f05814cea0e for type 'MVMuint32', which requires 4 byte alignment
0x7f05814cea0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f058143b2ba for type 'MVMuint32', which requires 4 byte alignment
0x7f058143b2ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f058143a5da for type 'MVMuint32', which requires 4 byte alignment
0x7f058143a5da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f058143a6b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f058143a6b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f058143a702 for type 'MVMuint32', which requires 4 byte alignment
0x7f058143a702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f05814cf23a for type 'MVMuint32', which requires 4 byte alignment
0x7f05814cf23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f0581440912 for type 'MVMuint32', which requires 4 byte alignment
0x7f0581440912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f0581079c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f0581079c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f0580302cda for type 'MVMint32', which requires 4 byte alignment
0x7f0580302cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f058031b62a for type 'MVMuint32', which requires 4 byte alignment
0x7f058031b62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f05814fd02f for type 'unsigned int', which requires 4 byte alignment
0x7f05814fd02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f058031d22e for type 'MVMuint32', which requires 4 byte alignment
0x7f058031d22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f058031d24e for type 'MVMuint32', which requires 4 byte alignment
0x7f058031d24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000002031376 for type 'MVMuint32', which requires 4 byte alignment
0x000002031376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f05814cc209 for type 'short unsigned int', which requires 2 byte alignment
0x7f05814cc209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f0581071ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f0581071ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f058107b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f058107b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f058107cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f058107cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f0581424432 for type 'MVMuint32', which requires 4 byte alignment
0x7f0581424432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f0581424e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f0581424e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f058142396e for type 'MVMuint32', which requires 4 byte alignment
0x7f058142396e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f05812fabce for type 'MVMuint32', which requires 4 byte alignment
0x7f05812fabce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f05812f86ea for type 'MVMuint32', which requires 4 byte alignment
0x7f05812f86ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f05812f876e for type 'MVMuint32', which requires 4 byte alignment
0x7f05812f876e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f05850fa986 for type 'MVMuint32', which requires 4 byte alignment
0x7f05850fa986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f05810741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f05810741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f05850f8402 for type 'MVMuint32', which requires 4 byte alignment
0x7f05850f8402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f05850f8406 for type 'MVMuint32', which requires 4 byte alignment
0x7f05850f8406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000002358a06 for type 'MVMuint32', which requires 4 byte alignment
0x000002358a06: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f0581074c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f0581074c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f058143b376 for type 'MVMuint32', which requires 4 byte alignment
0x7f058143b376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f058107f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f058107f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000025c9c36 for type 'MVMuint32', which requires 4 byte alignment
0x0000025c9c36: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x00000260c36a for type 'MVMuint32', which requires 4 byte alignment
0x00000260c36a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f287569f046 for type 'MVMuint32', which requires 4 byte alignment
0x7f287569f046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f287569f21a for type 'MVMuint32', which requires 4 byte alignment
0x7f287569f21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f287569f046 for type 'MVMuint32', which requires 4 byte alignment
0x7f287569f046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f28719e975e for type 'MVMuint32', which requires 4 byte alignment
0x7f28719e975e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f28719e8806 for type 'MVMuint32', which requires 4 byte alignment
0x7f28719e8806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f28719e914e for type 'MVMuint32', which requires 4 byte alignment
0x7f28719e914e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f28719e9326 for type 'MVMuint32', which requires 4 byte alignment
0x7f28719e9326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f28719e8a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f28719e8a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f28719652ba for type 'MVMuint32', which requires 4 byte alignment
0x7f28719652ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f28719645da for type 'MVMuint32', which requires 4 byte alignment
0x7f28719645da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f28719646b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f28719646b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f2871964702 for type 'MVMuint32', which requires 4 byte alignment
0x7f2871964702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f28719e923a for type 'MVMuint32', which requires 4 byte alignment
0x7f28719e923a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f287196a912 for type 'MVMuint32', which requires 4 byte alignment
0x7f287196a912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f28715dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f28715dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f287155fcda for type 'MVMint32', which requires 4 byte alignment
0x7f287155fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f287157862a for type 'MVMuint32', which requires 4 byte alignment
0x7f287157862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f2871b3202f for type 'unsigned int', which requires 4 byte alignment
0x7f2871b3202f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f287157a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f287157a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f287157a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f287157a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000012ba376 for type 'MVMuint32', which requires 4 byte alignment
0x0000012ba376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f2871b00209 for type 'short unsigned int', which requires 2 byte alignment
0x7f2871b00209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f28715d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f28715d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f28715e00da for type 'MVMuint32', which requires 4 byte alignment
0x7f28715e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f28715e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f28715e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f287194e432 for type 'MVMuint32', which requires 4 byte alignment
0x7f287194e432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f287194ee72 for type 'MVMuint32', which requires 4 byte alignment
0x7f287194ee72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f287194d96e for type 'MVMuint32', which requires 4 byte alignment
0x7f287194d96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f2871932bce for type 'MVMuint32', which requires 4 byte alignment
0x7f2871932bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f28719306ea for type 'MVMuint32', which requires 4 byte alignment
0x7f28719306ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f287193076e for type 'MVMuint32', which requires 4 byte alignment
0x7f287193076e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f2875624986 for type 'MVMuint32', which requires 4 byte alignment
0x7f2875624986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f28715d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f28715d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f2875622402 for type 'MVMuint32', which requires 4 byte alignment
0x7f2875622402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f2875622406 for type 'MVMuint32', which requires 4 byte alignment
0x7f2875622406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f28715d9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f28715d9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000161ffc6 for type 'MVMuint32', which requires 4 byte alignment
0x00000161ffc6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f2871965376 for type 'MVMuint32', which requires 4 byte alignment
0x7f2871965376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f28715e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f28715e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fc4b66a3046 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b66a3046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fc4b66a321a for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b66a321a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fc4b66a3046 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b66a3046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fc4b2b0475e for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b2b0475e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fc4b2b03806 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b2b03806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fc4b2b0414e for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b2b0414e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fc4b2b04326 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b2b04326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fc4b2b03a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b2b03a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fc4b29652ba for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b29652ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fc4b29645da for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b29645da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fc4b29646b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b29646b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fc4b2964702 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b2964702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fc4b2b0423a for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b2b0423a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fc4b296a912 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b296a912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fc4b25dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b25dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fc4b255fcda for type 'MVMint32', which requires 4 byte alignment
0x7fc4b255fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fc4b257862a for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b257862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fc4b2b3602f for type 'unsigned int', which requires 4 byte alignment
0x7fc4b2b3602f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fc4b257a22e for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b257a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fc4b257a24e for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b257a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000cee376 for type 'MVMuint32', which requires 4 byte alignment
0x000000cee376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fc4b2b01209 for type 'short unsigned int', which requires 2 byte alignment
0x7fc4b2b01209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fc4b25d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b25d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fc4b25e00da for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b25e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fc4b25e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b25e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fc4b294e432 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b294e432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fc4b294ee72 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b294ee72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fc4b294d96e for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b294d96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fc4b2932bce for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b2932bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fc4b29306ea for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b29306ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fc4b293076e for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b293076e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fc4b6628986 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b6628986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fc4b25d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b25d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fc4b6626402 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b6626402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fc4b6626406 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b6626406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fc4b25d9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b25d9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001032666 for type 'MVMuint32', which requires 4 byte alignment
0x000001032666: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:2356:60: runtime error: load of misaligned address 0x7fc4b292f6ee for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b292f6ee: note: pointer points here
03 00 04 00 3e 00 00 00 05 00 03 00 96 01 04 00 01 00 03 00 96 01 06 00 00 00 1a 00 87 01 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fc4b2965376 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b2965376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fc4b25e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b25e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000012de346 for type 'MVMuint32', which requires 4 byte alignment
0x0000012de346: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000012e578a for type 'MVMuint32', which requires 4 byte alignment
0x0000012e578a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:2451:60: runtime error: load of misaligned address 0x7fc4b292f7da for type 'MVMuint32', which requires 4 byte alignment
0x7fc4b292f7da: note: pointer points here
04 00 02 00 3e 00 00 00 03 00 34 00 07 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f2beabe6046 for type 'MVMuint32', which requires 4 byte alignment
0x7f2beabe6046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f2beabe621a for type 'MVMuint32', which requires 4 byte alignment
0x7f2beabe621a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f2beabe6046 for type 'MVMuint32', which requires 4 byte alignment
0x7f2beabe6046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f2be704075e for type 'MVMuint32', which requires 4 byte alignment
0x7f2be704075e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f2be703f806 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be703f806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f2be704014e for type 'MVMuint32', which requires 4 byte alignment
0x7f2be704014e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f2be7040326 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be7040326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f2be703fa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f2be703fa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f2be6ea62ba for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6ea62ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f2be6ea55da for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6ea55da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f2be6ea56b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6ea56b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f2be6ea5702 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6ea5702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f2be704023a for type 'MVMuint32', which requires 4 byte alignment
0x7f2be704023a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f2be6eab912 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6eab912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f2be6c46c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6c46c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f2be6ab2cda for type 'MVMint32', which requires 4 byte alignment
0x7f2be6ab2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f2be6acb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6acb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f2be707902f for type 'unsigned int', which requires 4 byte alignment
0x7f2be707902f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f2be6acd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6acd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f2be6acd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6acd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000002415376 for type 'MVMuint32', which requires 4 byte alignment
0x000002415376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f2be703d209 for type 'short unsigned int', which requires 2 byte alignment
0x7f2be703d209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f2be6c3eff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6c3eff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f2be6c480da for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6c480da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f2be6c49c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6c49c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f2be6e2a432 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6e2a432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f2be6e2ae72 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6e2ae72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f2be6e2996e for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6e2996e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f2be6c7bbce for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6c7bbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f2be6c796ea for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6c796ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f2be6c7976e for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6c7976e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f2beab6b986 for type 'MVMuint32', which requires 4 byte alignment
0x7f2beab6b986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f2be6c411c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6c411c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f2beab69402 for type 'MVMuint32', which requires 4 byte alignment
0x7f2beab69402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f2beab69406 for type 'MVMuint32', which requires 4 byte alignment
0x7f2beab69406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f2be6c41c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6c41c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000276b416 for type 'MVMuint32', which requires 4 byte alignment
0x00000276b416: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f2be6ea6376 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6ea6376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f2be6c4c092 for type 'MVMuint32', which requires 4 byte alignment
0x7f2be6c4c092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000002b1f07a for type 'MVMuint32', which requires 4 byte alignment
0x000002b1f07a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002acec76 for type 'MVMuint32', which requires 4 byte alignment
0x000002acec76: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f3c6e923046 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6e923046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f3c6e92321a for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6e92321a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f3c6e923046 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6e923046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f3c6ad7d75e for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6ad7d75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f3c6ad7c806 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6ad7c806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f3c6ad7d14e for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6ad7d14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f3c6ad7d326 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6ad7d326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f3c6ad7ca0e for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6ad7ca0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f3c6abe72ba for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6abe72ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f3c6abe65da for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6abe65da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f3c6abe66b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6abe66b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f3c6abe6702 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6abe6702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f3c6ad7d23a for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6ad7d23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f3c6abec912 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6abec912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f3c6a979c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6a979c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f3c6a7b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f3c6a7b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f3c6a7cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6a7cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f3c6adb602f for type 'unsigned int', which requires 4 byte alignment
0x7f3c6adb602f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f3c6a7cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6a7cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f3c6a7cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6a7cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000c79376 for type 'MVMuint32', which requires 4 byte alignment
0x000000c79376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f3c6ad7a209 for type 'short unsigned int', which requires 2 byte alignment
0x7f3c6ad7a209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f3c6a971ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6a971ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f3c6a97b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6a97b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f3c6a97cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6a97cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f3c6abd0432 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6abd0432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f3c6abd0e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6abd0e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f3c6abcf96e for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6abcf96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f3c6ab1dbce for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6ab1dbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f3c6ab1b6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6ab1b6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f3c6ab1b76e for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6ab1b76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f3c6e8a8986 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6e8a8986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f3c6a9741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6a9741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f3c6e8a6402 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6e8a6402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f3c6e8a6406 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6e8a6406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f3c6a974c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6a974c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000000fe5ab6 for type 'MVMuint32', which requires 4 byte alignment
0x000000fe5ab6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f3c6abe7376 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6abe7376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f3c6a97f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f3c6a97f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7faa39e82046 for type 'MVMuint32', which requires 4 byte alignment
0x7faa39e82046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7faa39e8221a for type 'MVMuint32', which requires 4 byte alignment
0x7faa39e8221a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7faa39e82046 for type 'MVMuint32', which requires 4 byte alignment
0x7faa39e82046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7faa3616b75e for type 'MVMuint32', which requires 4 byte alignment
0x7faa3616b75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7faa3616a806 for type 'MVMuint32', which requires 4 byte alignment
0x7faa3616a806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7faa3616b14e for type 'MVMuint32', which requires 4 byte alignment
0x7faa3616b14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7faa3616b326 for type 'MVMuint32', which requires 4 byte alignment
0x7faa3616b326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7faa3616aa0e for type 'MVMuint32', which requires 4 byte alignment
0x7faa3616aa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7faa361502ba for type 'MVMuint32', which requires 4 byte alignment
0x7faa361502ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7faa3614f5da for type 'MVMuint32', which requires 4 byte alignment
0x7faa3614f5da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7faa3614f6b2 for type 'MVMuint32', which requires 4 byte alignment
0x7faa3614f6b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7faa3614f702 for type 'MVMuint32', which requires 4 byte alignment
0x7faa3614f702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7faa3616b23a for type 'MVMuint32', which requires 4 byte alignment
0x7faa3616b23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7faa36155912 for type 'MVMuint32', which requires 4 byte alignment
0x7faa36155912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7faa35ddec6e for type 'MVMuint32', which requires 4 byte alignment
0x7faa35ddec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7faa35d5fcda for type 'MVMint32', which requires 4 byte alignment
0x7faa35d5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7faa35d7862a for type 'MVMuint32', which requires 4 byte alignment
0x7faa35d7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7faa3631502f for type 'unsigned int', which requires 4 byte alignment
0x7faa3631502f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7faa35d7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7faa35d7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7faa35d7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7faa35d7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000019b2376 for type 'MVMuint32', which requires 4 byte alignment
0x0000019b2376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7faa361cd209 for type 'short unsigned int', which requires 2 byte alignment
0x7faa361cd209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7faa35dd6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7faa35dd6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7faa35de00da for type 'MVMuint32', which requires 4 byte alignment
0x7faa35de00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7faa35de1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7faa35de1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7faa36139432 for type 'MVMuint32', which requires 4 byte alignment
0x7faa36139432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7faa36139e72 for type 'MVMuint32', which requires 4 byte alignment
0x7faa36139e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7faa3613896e for type 'MVMuint32', which requires 4 byte alignment
0x7faa3613896e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7faa3611dbce for type 'MVMuint32', which requires 4 byte alignment
0x7faa3611dbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7faa3611b6ea for type 'MVMuint32', which requires 4 byte alignment
0x7faa3611b6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7faa3611b76e for type 'MVMuint32', which requires 4 byte alignment
0x7faa3611b76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7faa39e07986 for type 'MVMuint32', which requires 4 byte alignment
0x7faa39e07986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7faa35dd91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7faa35dd91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7faa39e05402 for type 'MVMuint32', which requires 4 byte alignment
0x7faa39e05402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7faa39e05406 for type 'MVMuint32', which requires 4 byte alignment
0x7faa39e05406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7faa35dd9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7faa35dd9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001cf0266 for type 'MVMuint32', which requires 4 byte alignment
0x000001cf0266: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7faa36150376 for type 'MVMuint32', which requires 4 byte alignment
0x7faa36150376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7faa35de4092 for type 'MVMuint32', which requires 4 byte alignment
0x7faa35de4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fa8f36d4046 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8f36d4046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fa8f36d421a for type 'MVMuint32', which requires 4 byte alignment
0x7fa8f36d421a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fa8f36d4046 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8f36d4046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fa8efb2e75e for type 'MVMuint32', which requires 4 byte alignment
0x7fa8efb2e75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fa8efb2d806 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8efb2d806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fa8efb2e14e for type 'MVMuint32', which requires 4 byte alignment
0x7fa8efb2e14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fa8efb2e326 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8efb2e326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fa8efb2da0e for type 'MVMuint32', which requires 4 byte alignment
0x7fa8efb2da0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fa8ef9972ba for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef9972ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fa8ef9965da for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef9965da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fa8ef9966b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef9966b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fa8ef996702 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef996702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fa8efb2e23a for type 'MVMuint32', which requires 4 byte alignment
0x7fa8efb2e23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fa8ef99c912 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef99c912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fa8ef746c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef746c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fa8ef5b2cda for type 'MVMint32', which requires 4 byte alignment
0x7fa8ef5b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fa8ef5cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef5cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fa8efb6702f for type 'unsigned int', which requires 4 byte alignment
0x7fa8efb6702f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fa8ef5cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef5cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fa8ef5cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef5cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000010f4376 for type 'MVMuint32', which requires 4 byte alignment
0x0000010f4376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fa8efb2b209 for type 'short unsigned int', which requires 2 byte alignment
0x7fa8efb2b209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fa8ef73eff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef73eff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fa8ef7480da for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef7480da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fa8ef749c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef749c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fa8ef91b432 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef91b432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fa8ef91be72 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef91be72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fa8ef91a96e for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef91a96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fa8ef77bbce for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef77bbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fa8ef7796ea for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef7796ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fa8ef77976e for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef77976e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fa8f3659986 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8f3659986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fa8ef7411c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef7411c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fa8f3657402 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8f3657402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fa8f3657406 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8f3657406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fa8ef741c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef741c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000014478f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000014478f6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fa8ef997376 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef997376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fa8ef74c092 for type 'MVMuint32', which requires 4 byte alignment
0x7fa8ef74c092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f4245ef3046 for type 'MVMuint32', which requires 4 byte alignment
0x7f4245ef3046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f4245ef321a for type 'MVMuint32', which requires 4 byte alignment
0x7f4245ef321a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f4245ef3046 for type 'MVMuint32', which requires 4 byte alignment
0x7f4245ef3046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f424234d75e for type 'MVMuint32', which requires 4 byte alignment
0x7f424234d75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f424234c806 for type 'MVMuint32', which requires 4 byte alignment
0x7f424234c806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f424234d14e for type 'MVMuint32', which requires 4 byte alignment
0x7f424234d14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f424234d326 for type 'MVMuint32', which requires 4 byte alignment
0x7f424234d326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f424234ca0e for type 'MVMuint32', which requires 4 byte alignment
0x7f424234ca0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f42421b82ba for type 'MVMuint32', which requires 4 byte alignment
0x7f42421b82ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f42421b75da for type 'MVMuint32', which requires 4 byte alignment
0x7f42421b75da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f42421b76b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f42421b76b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f42421b7702 for type 'MVMuint32', which requires 4 byte alignment
0x7f42421b7702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f424234d23a for type 'MVMuint32', which requires 4 byte alignment
0x7f424234d23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f42421bd912 for type 'MVMuint32', which requires 4 byte alignment
0x7f42421bd912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f4241f5fc6e for type 'MVMuint32', which requires 4 byte alignment
0x7f4241f5fc6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f4241db2cda for type 'MVMint32', which requires 4 byte alignment
0x7f4241db2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f4241dcb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f4241dcb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f424238602f for type 'unsigned int', which requires 4 byte alignment
0x7f424238602f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f4241dcd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f4241dcd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f4241dcd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f4241dcd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000260a376 for type 'MVMuint32', which requires 4 byte alignment
0x00000260a376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f424234a209 for type 'short unsigned int', which requires 2 byte alignment
0x7f424234a209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f4241f57ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f4241f57ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f4241f610da for type 'MVMuint32', which requires 4 byte alignment
0x7f4241f610da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f4241f62c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f4241f62c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f424213c432 for type 'MVMuint32', which requires 4 byte alignment
0x7f424213c432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f424213ce72 for type 'MVMuint32', which requires 4 byte alignment
0x7f424213ce72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f424213b96e for type 'MVMuint32', which requires 4 byte alignment
0x7f424213b96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f4242120bce for type 'MVMuint32', which requires 4 byte alignment
0x7f4242120bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f424211e6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f424211e6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f424211e76e for type 'MVMuint32', which requires 4 byte alignment
0x7f424211e76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f4245e78986 for type 'MVMuint32', which requires 4 byte alignment
0x7f4245e78986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f4241f5a1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f4241f5a1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f4245e76402 for type 'MVMuint32', which requires 4 byte alignment
0x7f4245e76402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f4245e76406 for type 'MVMuint32', which requires 4 byte alignment
0x7f4245e76406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f4241f5ac32 for type 'MVMuint32', which requires 4 byte alignment
0x7f4241f5ac32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000002981876 for type 'MVMuint32', which requires 4 byte alignment
0x000002981876: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f42421b8376 for type 'MVMuint32', which requires 4 byte alignment
0x7f42421b8376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f4241f65092 for type 'MVMuint32', which requires 4 byte alignment
0x7f4241f65092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000002b706da for type 'MVMuint32', which requires 4 byte alignment
0x000002b706da: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002b49e06 for type 'MVMuint32', which requires 4 byte alignment
0x000002b49e06: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f9c725c3046 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c725c3046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f9c725c321a for type 'MVMuint32', which requires 4 byte alignment
0x7f9c725c321a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f9c725c3046 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c725c3046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f9c6ea0e75e for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6ea0e75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f9c6ea0d806 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6ea0d806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f9c6ea0e14e for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6ea0e14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f9c6ea0e326 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6ea0e326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f9c6ea0da0e for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6ea0da0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f9c6e8922ba for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e8922ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f9c6e8915da for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e8915da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f9c6e8916b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e8916b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f9c6e891702 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e891702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f9c6ea0e23a for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6ea0e23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f9c6e897912 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e897912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f9c6e646c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e646c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f9c6e4b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f9c6e4b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f9c6e4cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e4cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f9c6ea5602f for type 'unsigned int', which requires 4 byte alignment
0x7f9c6ea5602f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f9c6e4cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e4cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f9c6e4cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e4cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000002435376 for type 'MVMuint32', which requires 4 byte alignment
0x000002435376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f9c6e607209 for type 'short unsigned int', which requires 2 byte alignment
0x7f9c6e607209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f9c6e63eff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e63eff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f9c6e6480da for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e6480da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f9c6e649c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e649c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f9c6e816432 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e816432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f9c6e816e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e816e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f9c6e81596e for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e81596e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f9c6e67bbce for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e67bbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f9c6e6796ea for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e6796ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f9c6e67976e for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e67976e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f9c72548986 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c72548986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f9c6e6411c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e6411c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f9c72546402 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c72546402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f9c72546406 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c72546406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f9c6e641c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e641c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000279c0b6 for type 'MVMuint32', which requires 4 byte alignment
0x00000279c0b6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000028f4756 for type 'MVMuint32', which requires 4 byte alignment
0x0000028f4756: note: pointer points here
06 00 07 00 1d 00 00 00 01 00 7f 00 03 00 83 00 00 00 05 00 83 00 01 00 04 00 8b 00 06 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f9c6e892376 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e892376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f9c6e64c092 for type 'MVMuint32', which requires 4 byte alignment
0x7f9c6e64c092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000002c9f46a for type 'MVMuint32', which requires 4 byte alignment
0x000002c9f46a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/strings/ops.c:116:25: runtime error: null pointer passed as argument 1, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fef3325c046 for type 'MVMuint32', which requires 4 byte alignment
0x7fef3325c046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fef3325c21a for type 'MVMuint32', which requires 4 byte alignment
0x7fef3325c21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fef3325c046 for type 'MVMuint32', which requires 4 byte alignment
0x7fef3325c046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fef2f5b675e for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f5b675e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fef2f5b5806 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f5b5806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fef2f5b614e for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f5b614e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fef2f5b6326 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f5b6326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fef2f5b5a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f5b5a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fef2f5212ba for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f5212ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fef2f5205da for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f5205da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fef2f5206b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f5206b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fef2f520702 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f520702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fef2f5b623a for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f5b623a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fef2f526912 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f526912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fef2f179c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f179c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fef2e402cda for type 'MVMint32', which requires 4 byte alignment
0x7fef2e402cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fef2e41b62a for type 'MVMuint32', which requires 4 byte alignment
0x7fef2e41b62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fef2f5ef02f for type 'unsigned int', which requires 4 byte alignment
0x7fef2f5ef02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fef2e41d22e for type 'MVMuint32', which requires 4 byte alignment
0x7fef2e41d22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fef2e41d24e for type 'MVMuint32', which requires 4 byte alignment
0x7fef2e41d24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000212d376 for type 'MVMuint32', which requires 4 byte alignment
0x00000212d376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fef2f5b3209 for type 'short unsigned int', which requires 2 byte alignment
0x7fef2f5b3209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fef2f171ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f171ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fef2f17b0da for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f17b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fef2f17cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f17cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fef2f3f1432 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f3f1432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fef2f3f1e72 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f3f1e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fef2f3f096e for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f3f096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fef2f513bce for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f513bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fef2f5116ea for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f5116ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fef2f51176e for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f51176e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fef331e1986 for type 'MVMuint32', which requires 4 byte alignment
0x7fef331e1986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fef2f1741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f1741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fef331df402 for type 'MVMuint32', which requires 4 byte alignment
0x7fef331df402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fef331df406 for type 'MVMuint32', which requires 4 byte alignment
0x7fef331df406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000002442dd6 for type 'MVMuint32', which requires 4 byte alignment
0x000002442dd6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fef2f174c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f174c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fef2f521376 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f521376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fef2f17f092 for type 'MVMuint32', which requires 4 byte alignment
0x7fef2f17f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fb39fd82046 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39fd82046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fb39fd8221a for type 'MVMuint32', which requires 4 byte alignment
0x7fb39fd8221a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fb39fd82046 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39fd82046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fb39c06b75e for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c06b75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fb39c06a806 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c06a806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fb39c06b14e for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c06b14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fb39c06b326 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c06b326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fb39c06aa0e for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c06aa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fb39c0502ba for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c0502ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fb39c04f5da for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c04f5da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fb39c04f6b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c04f6b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fb39c04f702 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c04f702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fb39c06b23a for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c06b23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fb39c055912 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c055912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fb39bcdec6e for type 'MVMuint32', which requires 4 byte alignment
0x7fb39bcdec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fb39bc5fcda for type 'MVMint32', which requires 4 byte alignment
0x7fb39bc5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fb39bc7862a for type 'MVMuint32', which requires 4 byte alignment
0x7fb39bc7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fb39c21502f for type 'unsigned int', which requires 4 byte alignment
0x7fb39c21502f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fb39bc7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7fb39bc7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fb39bc7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7fb39bc7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001c09376 for type 'MVMuint32', which requires 4 byte alignment
0x000001c09376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fb39c0cd209 for type 'short unsigned int', which requires 2 byte alignment
0x7fb39c0cd209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fb39bcd6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39bcd6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fb39bce00da for type 'MVMuint32', which requires 4 byte alignment
0x7fb39bce00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fb39bce1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39bce1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fb39c039432 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c039432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fb39c039e72 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c039e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fb39c03896e for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c03896e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fb39c01dbce for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c01dbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fb39c01b6ea for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c01b6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fb39c01b76e for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c01b76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fb39fd07986 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39fd07986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fb39bcd91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39bcd91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fb39fd05402 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39fd05402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fb39fd05406 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39fd05406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fb39bcd9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39bcd9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001f5a426 for type 'MVMuint32', which requires 4 byte alignment
0x000001f5a426: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fb39c050376 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39c050376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fb39bce4092 for type 'MVMuint32', which requires 4 byte alignment
0x7fb39bce4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x00000225484a for type 'MVMuint32', which requires 4 byte alignment
0x00000225484a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000021ea1e6 for type 'MVMuint32', which requires 4 byte alignment
0x0000021ea1e6: note: pointer points here
09 00 0a 00 fd 06 00 00 02 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f791fa5a046 for type 'MVMuint32', which requires 4 byte alignment
0x7f791fa5a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f791fa5a21a for type 'MVMuint32', which requires 4 byte alignment
0x7f791fa5a21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f791fa5a046 for type 'MVMuint32', which requires 4 byte alignment
0x7f791fa5a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f791beb475e for type 'MVMuint32', which requires 4 byte alignment
0x7f791beb475e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f791beb3806 for type 'MVMuint32', which requires 4 byte alignment
0x7f791beb3806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f791beb414e for type 'MVMuint32', which requires 4 byte alignment
0x7f791beb414e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f791beb4326 for type 'MVMuint32', which requires 4 byte alignment
0x7f791beb4326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f791beb3a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f791beb3a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f791be1f2ba for type 'MVMuint32', which requires 4 byte alignment
0x7f791be1f2ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f791be1e5da for type 'MVMuint32', which requires 4 byte alignment
0x7f791be1e5da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f791be1e6b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f791be1e6b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f791be1e702 for type 'MVMuint32', which requires 4 byte alignment
0x7f791be1e702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f791beb423a for type 'MVMuint32', which requires 4 byte alignment
0x7f791beb423a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f791be24912 for type 'MVMuint32', which requires 4 byte alignment
0x7f791be24912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f791ba79c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f791ba79c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f791b8b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f791b8b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f791b8cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f791b8cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f791beed02f for type 'unsigned int', which requires 4 byte alignment
0x7f791beed02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f791b8cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f791b8cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f791b8cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f791b8cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001dee376 for type 'MVMuint32', which requires 4 byte alignment
0x000001dee376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f791beb1209 for type 'short unsigned int', which requires 2 byte alignment
0x7f791beb1209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f791ba71ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f791ba71ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f791ba7b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f791ba7b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f791ba7cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f791ba7cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f791bcf1432 for type 'MVMuint32', which requires 4 byte alignment
0x7f791bcf1432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f791bcf1e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f791bcf1e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f791bcf096e for type 'MVMuint32', which requires 4 byte alignment
0x7f791bcf096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f791bcd5bce for type 'MVMuint32', which requires 4 byte alignment
0x7f791bcd5bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f791bcd36ea for type 'MVMuint32', which requires 4 byte alignment
0x7f791bcd36ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f791bcd376e for type 'MVMuint32', which requires 4 byte alignment
0x7f791bcd376e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f791f9df986 for type 'MVMuint32', which requires 4 byte alignment
0x7f791f9df986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f791ba741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f791ba741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f791f9dd402 for type 'MVMuint32', which requires 4 byte alignment
0x7f791f9dd402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f791f9dd406 for type 'MVMuint32', which requires 4 byte alignment
0x7f791f9dd406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f791ba74c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f791ba74c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000021562a6 for type 'MVMuint32', which requires 4 byte alignment
0x0000021562a6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f791be1f376 for type 'MVMuint32', which requires 4 byte alignment
0x7f791be1f376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f791ba7f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f791ba7f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f663601a046 for type 'MVMuint32', which requires 4 byte alignment
0x7f663601a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f663601a21a for type 'MVMuint32', which requires 4 byte alignment
0x7f663601a21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f663601a046 for type 'MVMuint32', which requires 4 byte alignment
0x7f663601a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f663247475e for type 'MVMuint32', which requires 4 byte alignment
0x7f663247475e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f6632473806 for type 'MVMuint32', which requires 4 byte alignment
0x7f6632473806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f663247414e for type 'MVMuint32', which requires 4 byte alignment
0x7f663247414e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f6632474326 for type 'MVMuint32', which requires 4 byte alignment
0x7f6632474326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f6632473a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f6632473a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f66322d82ba for type 'MVMuint32', which requires 4 byte alignment
0x7f66322d82ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f66322d75da for type 'MVMuint32', which requires 4 byte alignment
0x7f66322d75da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f66322d76b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f66322d76b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f66322d7702 for type 'MVMuint32', which requires 4 byte alignment
0x7f66322d7702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f663247423a for type 'MVMuint32', which requires 4 byte alignment
0x7f663247423a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f66322dd912 for type 'MVMuint32', which requires 4 byte alignment
0x7f66322dd912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f6632060c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f6632060c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f6631eb2cda for type 'MVMint32', which requires 4 byte alignment
0x7f6631eb2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f6631ecb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f6631ecb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f66324ad02f for type 'unsigned int', which requires 4 byte alignment
0x7f66324ad02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f6631ecd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f6631ecd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f6631ecd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f6631ecd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001a70376 for type 'MVMuint32', which requires 4 byte alignment
0x000001a70376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f6632471209 for type 'short unsigned int', which requires 2 byte alignment
0x7f6632471209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f6632058ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f6632058ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f66320620da for type 'MVMuint32', which requires 4 byte alignment
0x7f66320620da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f6632063c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f6632063c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f66322c1432 for type 'MVMuint32', which requires 4 byte alignment
0x7f66322c1432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f66322c1e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f66322c1e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f66322c096e for type 'MVMuint32', which requires 4 byte alignment
0x7f66322c096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f6632095bce for type 'MVMuint32', which requires 4 byte alignment
0x7f6632095bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f66320936ea for type 'MVMuint32', which requires 4 byte alignment
0x7f66320936ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f663209376e for type 'MVMuint32', which requires 4 byte alignment
0x7f663209376e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f6635f9f986 for type 'MVMuint32', which requires 4 byte alignment
0x7f6635f9f986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f663205b1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f663205b1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f6635f9d402 for type 'MVMuint32', which requires 4 byte alignment
0x7f6635f9d402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f6635f9d406 for type 'MVMuint32', which requires 4 byte alignment
0x7f6635f9d406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f66322d8376 for type 'MVMuint32', which requires 4 byte alignment
0x7f66322d8376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f663205bc32 for type 'MVMuint32', which requires 4 byte alignment
0x7f663205bc32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001df2836 for type 'MVMuint32', which requires 4 byte alignment
0x000001df2836: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f6632066092 for type 'MVMuint32', which requires 4 byte alignment
0x7f6632066092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fdaa3db4046 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa3db4046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fdaa3db421a for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa3db421a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fdaa3db4046 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa3db4046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fdaa009e75e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa009e75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fdaa009d806 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa009d806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fdaa009e14e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa009e14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fdaa009e326 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa009e326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fdaa009da0e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa009da0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fdaa00832ba for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa00832ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fdaa00825da for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa00825da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fdaa00826b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa00826b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fdaa0082702 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa0082702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fdaa009e23a for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa009e23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fdaa0088912 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa0088912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fda9fcdec6e for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fcdec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fda9fc5fcda for type 'MVMint32', which requires 4 byte alignment
0x7fda9fc5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fda9fc7862a for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fc7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fdaa024702f for type 'unsigned int', which requires 4 byte alignment
0x7fdaa024702f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fda9fc7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fc7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fda9fc7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fc7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000002a59376 for type 'MVMuint32', which requires 4 byte alignment
0x000002a59376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fdaa0008209 for type 'short unsigned int', which requires 2 byte alignment
0x7fdaa0008209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fda9fcd6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fcd6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fda9fce00da for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fce00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fda9fce1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fce1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fda9fe72432 for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fe72432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fda9fe72e72 for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fe72e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fda9fe7196e for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fe7196e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fda9fe56bce for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fe56bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fda9fe546ea for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fe546ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fda9fe5476e for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fe5476e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fdaa3d39986 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa3d39986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fda9fcd91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fcd91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fdaa3d37402 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa3d37402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fdaa3d37406 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa3d37406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fda9fcd9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fcd9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7fda9fe57192 for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fe57192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fdaa0083376 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaa0083376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fda9fce4092 for type 'MVMuint32', which requires 4 byte alignment
0x7fda9fce4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002f0ba06 for type 'MVMuint32', which requires 4 byte alignment
0x000002f0ba06: note: pointer points here
09 00 0a 00 fd 06 00 00 02 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f87562b5046 for type 'MVMuint32', which requires 4 byte alignment
0x7f87562b5046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f87562b521a for type 'MVMuint32', which requires 4 byte alignment
0x7f87562b521a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f87562b5046 for type 'MVMuint32', which requires 4 byte alignment
0x7f87562b5046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f875259e75e for type 'MVMuint32', which requires 4 byte alignment
0x7f875259e75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f875259d806 for type 'MVMuint32', which requires 4 byte alignment
0x7f875259d806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f875259e14e for type 'MVMuint32', which requires 4 byte alignment
0x7f875259e14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f875259e326 for type 'MVMuint32', which requires 4 byte alignment
0x7f875259e326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f875259da0e for type 'MVMuint32', which requires 4 byte alignment
0x7f875259da0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f87525832ba for type 'MVMuint32', which requires 4 byte alignment
0x7f87525832ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f87525825da for type 'MVMuint32', which requires 4 byte alignment
0x7f87525825da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f87525826b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f87525826b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f8752582702 for type 'MVMuint32', which requires 4 byte alignment
0x7f8752582702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f875259e23a for type 'MVMuint32', which requires 4 byte alignment
0x7f875259e23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f8752588912 for type 'MVMuint32', which requires 4 byte alignment
0x7f8752588912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f87521dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f87521dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f875215fcda for type 'MVMint32', which requires 4 byte alignment
0x7f875215fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f875217862a for type 'MVMuint32', which requires 4 byte alignment
0x7f875217862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f875274802f for type 'unsigned int', which requires 4 byte alignment
0x7f875274802f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f875217a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f875217a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f875217a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f875217a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001916376 for type 'MVMuint32', which requires 4 byte alignment
0x000001916376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f8752700209 for type 'short unsigned int', which requires 2 byte alignment
0x7f8752700209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f87521d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f87521d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f87521e00da for type 'MVMuint32', which requires 4 byte alignment
0x7f87521e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f87521e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f87521e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f8752372432 for type 'MVMuint32', which requires 4 byte alignment
0x7f8752372432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f8752372e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f8752372e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f875237196e for type 'MVMuint32', which requires 4 byte alignment
0x7f875237196e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f8752356bce for type 'MVMuint32', which requires 4 byte alignment
0x7f8752356bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f87523546ea for type 'MVMuint32', which requires 4 byte alignment
0x7f87523546ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f875235476e for type 'MVMuint32', which requires 4 byte alignment
0x7f875235476e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f875623a986 for type 'MVMuint32', which requires 4 byte alignment
0x7f875623a986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f87521d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f87521d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f8756238402 for type 'MVMuint32', which requires 4 byte alignment
0x7f8756238402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f8756238406 for type 'MVMuint32', which requires 4 byte alignment
0x7f8756238406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f87521d9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f87521d9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f8752357192 for type 'MVMuint32', which requires 4 byte alignment
0x7f8752357192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f8752583376 for type 'MVMuint32', which requires 4 byte alignment
0x7f8752583376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f87521e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f87521e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000001eba6d6 for type 'MVMuint32', which requires 4 byte alignment
0x000001eba6d6: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000001f0b9ea for type 'MVMuint32', which requires 4 byte alignment
0x000001f0b9ea: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fb56a28e046 for type 'MVMuint32', which requires 4 byte alignment
0x7fb56a28e046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fb56a28e21a for type 'MVMuint32', which requires 4 byte alignment
0x7fb56a28e21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fb56a28e046 for type 'MVMuint32', which requires 4 byte alignment
0x7fb56a28e046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fb5665e675e for type 'MVMuint32', which requires 4 byte alignment
0x7fb5665e675e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fb5665e5806 for type 'MVMuint32', which requires 4 byte alignment
0x7fb5665e5806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fb5665e614e for type 'MVMuint32', which requires 4 byte alignment
0x7fb5665e614e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fb5665e6326 for type 'MVMuint32', which requires 4 byte alignment
0x7fb5665e6326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fb5665e5a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fb5665e5a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fb5665512ba for type 'MVMuint32', which requires 4 byte alignment
0x7fb5665512ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fb5665505da for type 'MVMuint32', which requires 4 byte alignment
0x7fb5665505da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fb5665506b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb5665506b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fb566550702 for type 'MVMuint32', which requires 4 byte alignment
0x7fb566550702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fb5665e623a for type 'MVMuint32', which requires 4 byte alignment
0x7fb5665e623a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fb566556912 for type 'MVMuint32', which requires 4 byte alignment
0x7fb566556912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fb5661dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7fb5661dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fb56615fcda for type 'MVMint32', which requires 4 byte alignment
0x7fb56615fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fb56617862a for type 'MVMuint32', which requires 4 byte alignment
0x7fb56617862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fb56672102f for type 'unsigned int', which requires 4 byte alignment
0x7fb56672102f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fb56617a22e for type 'MVMuint32', which requires 4 byte alignment
0x7fb56617a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fb56617a24e for type 'MVMuint32', which requires 4 byte alignment
0x7fb56617a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000002538376 for type 'MVMuint32', which requires 4 byte alignment
0x000002538376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fb566701209 for type 'short unsigned int', which requires 2 byte alignment
0x7fb566701209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fb5661d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fb5661d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fb5661e00da for type 'MVMuint32', which requires 4 byte alignment
0x7fb5661e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fb5661e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fb5661e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fb56653a432 for type 'MVMuint32', which requires 4 byte alignment
0x7fb56653a432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fb56653ae72 for type 'MVMuint32', which requires 4 byte alignment
0x7fb56653ae72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fb56653996e for type 'MVMuint32', which requires 4 byte alignment
0x7fb56653996e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fb56651ebce for type 'MVMuint32', which requires 4 byte alignment
0x7fb56651ebce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fb56651c6ea for type 'MVMuint32', which requires 4 byte alignment
0x7fb56651c6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fb56651c76e for type 'MVMuint32', which requires 4 byte alignment
0x7fb56651c76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fb56a213986 for type 'MVMuint32', which requires 4 byte alignment
0x7fb56a213986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fb5661d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb5661d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fb56a211402 for type 'MVMuint32', which requires 4 byte alignment
0x7fb56a211402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fb56a211406 for type 'MVMuint32', which requires 4 byte alignment
0x7fb56a211406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7fb56651f192 for type 'MVMuint32', which requires 4 byte alignment
0x7fb56651f192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fb566551376 for type 'MVMuint32', which requires 4 byte alignment
0x7fb566551376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fb5661e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7fb5661e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f9e9b69d046 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9b69d046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f9e9b69d21a for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9b69d21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f9e9b69d046 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9b69d046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f9e979e675e for type 'MVMuint32', which requires 4 byte alignment
0x7f9e979e675e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f9e979e5806 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e979e5806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f9e979e614e for type 'MVMuint32', which requires 4 byte alignment
0x7f9e979e614e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f9e979e6326 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e979e6326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f9e979e5a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f9e979e5a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f9e979652ba for type 'MVMuint32', which requires 4 byte alignment
0x7f9e979652ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f9e979645da for type 'MVMuint32', which requires 4 byte alignment
0x7f9e979645da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f9e979646b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e979646b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f9e97964702 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e97964702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f9e979e623a for type 'MVMuint32', which requires 4 byte alignment
0x7f9e979e623a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f9e9796a912 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9796a912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f9e975dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f9e975dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f9e9755fcda for type 'MVMint32', which requires 4 byte alignment
0x7f9e9755fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f9e9757862a for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9757862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f9e97b3002f for type 'unsigned int', which requires 4 byte alignment
0x7f9e97b3002f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f9e9757a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9757a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f9e9757a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9757a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000020d5376 for type 'MVMuint32', which requires 4 byte alignment
0x0000020d5376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f9e97b01209 for type 'short unsigned int', which requires 2 byte alignment
0x7f9e97b01209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f9e975d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e975d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f9e975e00da for type 'MVMuint32', which requires 4 byte alignment
0x7f9e975e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f9e975e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e975e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f9e9794e432 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9794e432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f9e9794ee72 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9794ee72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f9e9794d96e for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9794d96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f9e97932bce for type 'MVMuint32', which requires 4 byte alignment
0x7f9e97932bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f9e979306ea for type 'MVMuint32', which requires 4 byte alignment
0x7f9e979306ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f9e9793076e for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9793076e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f9e9b622986 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9b622986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f9e975d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e975d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f9e9b620402 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9b620402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f9e9b620406 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e9b620406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f9e975d9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e975d9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f9e97933192 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e97933192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f9e97965376 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e97965376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f9e975e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f9e975e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f1158131046 for type 'MVMuint32', which requires 4 byte alignment
0x7f1158131046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f115813121a for type 'MVMuint32', which requires 4 byte alignment
0x7f115813121a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f1158131046 for type 'MVMuint32', which requires 4 byte alignment
0x7f1158131046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f115458b75e for type 'MVMuint32', which requires 4 byte alignment
0x7f115458b75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f115458a806 for type 'MVMuint32', which requires 4 byte alignment
0x7f115458a806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f115458b14e for type 'MVMuint32', which requires 4 byte alignment
0x7f115458b14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f115458b326 for type 'MVMuint32', which requires 4 byte alignment
0x7f115458b326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f115458aa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f115458aa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f11543f32ba for type 'MVMuint32', which requires 4 byte alignment
0x7f11543f32ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f11543f25da for type 'MVMuint32', which requires 4 byte alignment
0x7f11543f25da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f11543f26b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f11543f26b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f11543f2702 for type 'MVMuint32', which requires 4 byte alignment
0x7f11543f2702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f115458b23a for type 'MVMuint32', which requires 4 byte alignment
0x7f115458b23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f11543f8912 for type 'MVMuint32', which requires 4 byte alignment
0x7f11543f8912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f1154179c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f1154179c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f1153fb2cda for type 'MVMint32', which requires 4 byte alignment
0x7f1153fb2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f1153fcb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f1153fcb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f11545c402f for type 'unsigned int', which requires 4 byte alignment
0x7f11545c402f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f1153fcd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f1153fcd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f1153fcd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f1153fcd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000021ae376 for type 'MVMuint32', which requires 4 byte alignment
0x0000021ae376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f1154588209 for type 'short unsigned int', which requires 2 byte alignment
0x7f1154588209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f1154171ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f1154171ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f115417b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f115417b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f115417cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f115417cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f11543dc432 for type 'MVMuint32', which requires 4 byte alignment
0x7f11543dc432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f11543dce72 for type 'MVMuint32', which requires 4 byte alignment
0x7f11543dce72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f11543db96e for type 'MVMuint32', which requires 4 byte alignment
0x7f11543db96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f11543c0bce for type 'MVMuint32', which requires 4 byte alignment
0x7f11543c0bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f11543be6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f11543be6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f11543be76e for type 'MVMuint32', which requires 4 byte alignment
0x7f11543be76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f11580b6986 for type 'MVMuint32', which requires 4 byte alignment
0x7f11580b6986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f11541741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f11541741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f11580b4402 for type 'MVMuint32', which requires 4 byte alignment
0x7f11580b4402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f11580b4406 for type 'MVMuint32', which requires 4 byte alignment
0x7f11580b4406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f11543c1192 for type 'MVMuint32', which requires 4 byte alignment
0x7f11543c1192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f1154174c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f1154174c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f11543f3376 for type 'MVMuint32', which requires 4 byte alignment
0x7f11543f3376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f115417f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f115417f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fedc48c2046 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc48c2046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fedc48c221a for type 'MVMuint32', which requires 4 byte alignment
0x7fedc48c221a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fedc48c2046 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc48c2046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fedc0d0d75e for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0d0d75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fedc0d0c806 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0d0c806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fedc0d0d14e for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0d0d14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fedc0d0d326 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0d0d326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fedc0d0ca0e for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0d0ca0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fedc0b862ba for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0b862ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fedc0b855da for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0b855da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fedc0b856b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0b856b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fedc0b85702 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0b85702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fedc0d0d23a for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0d0d23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fedc0b8b912 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0b8b912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fedc093ac6e for type 'MVMuint32', which requires 4 byte alignment
0x7fedc093ac6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fedc07b2cda for type 'MVMint32', which requires 4 byte alignment
0x7fedc07b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fedc07cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fedc07cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fedc0d5502f for type 'unsigned int', which requires 4 byte alignment
0x7fedc0d5502f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fedc07cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fedc07cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fedc07cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fedc07cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001937376 for type 'MVMuint32', which requires 4 byte alignment
0x000001937376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fedc0d0a209 for type 'short unsigned int', which requires 2 byte alignment
0x7fedc0d0a209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fedc0932ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0932ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fedc093c0da for type 'MVMuint32', which requires 4 byte alignment
0x7fedc093c0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fedc093dc26 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc093dc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fedc0972432 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0972432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fedc0972e72 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0972e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fedc097196e for type 'MVMuint32', which requires 4 byte alignment
0x7fedc097196e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fedc0b13bce for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0b13bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fedc0b116ea for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0b116ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fedc0b1176e for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0b1176e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fedc4847986 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc4847986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fedc09351c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc09351c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fedc4845402 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc4845402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fedc4845406 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc4845406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7fedc0b14192 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0b14192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fedc0b86376 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0b86376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fedc0940092 for type 'MVMuint32', which requires 4 byte alignment
0x7fedc0940092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f209ce32046 for type 'MVMuint32', which requires 4 byte alignment
0x7f209ce32046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f209ce3221a for type 'MVMuint32', which requires 4 byte alignment
0x7f209ce3221a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f209ce32046 for type 'MVMuint32', which requires 4 byte alignment
0x7f209ce32046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f209928c75e for type 'MVMuint32', which requires 4 byte alignment
0x7f209928c75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f209928b806 for type 'MVMuint32', which requires 4 byte alignment
0x7f209928b806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f209928c14e for type 'MVMuint32', which requires 4 byte alignment
0x7f209928c14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f209928c326 for type 'MVMuint32', which requires 4 byte alignment
0x7f209928c326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f209928ba0e for type 'MVMuint32', which requires 4 byte alignment
0x7f209928ba0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f20990f32ba for type 'MVMuint32', which requires 4 byte alignment
0x7f20990f32ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f20990f25da for type 'MVMuint32', which requires 4 byte alignment
0x7f20990f25da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f20990f26b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f20990f26b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f20990f2702 for type 'MVMuint32', which requires 4 byte alignment
0x7f20990f2702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f209928c23a for type 'MVMuint32', which requires 4 byte alignment
0x7f209928c23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f20990f8912 for type 'MVMuint32', which requires 4 byte alignment
0x7f20990f8912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f2098e79c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f2098e79c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f2098cb2cda for type 'MVMint32', which requires 4 byte alignment
0x7f2098cb2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f2098ccb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f2098ccb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f20992c502f for type 'unsigned int', which requires 4 byte alignment
0x7f20992c502f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f2098ccd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f2098ccd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f2098ccd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f2098ccd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001eab376 for type 'MVMuint32', which requires 4 byte alignment
0x000001eab376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f2099289209 for type 'short unsigned int', which requires 2 byte alignment
0x7f2099289209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f2098e71ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f2098e71ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f2098e7b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f2098e7b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f2098e7cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f2098e7cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f20990dc432 for type 'MVMuint32', which requires 4 byte alignment
0x7f20990dc432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f20990dce72 for type 'MVMuint32', which requires 4 byte alignment
0x7f20990dce72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f20990db96e for type 'MVMuint32', which requires 4 byte alignment
0x7f20990db96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f20990c0bce for type 'MVMuint32', which requires 4 byte alignment
0x7f20990c0bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f20990be6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f20990be6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f20990be76e for type 'MVMuint32', which requires 4 byte alignment
0x7f20990be76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f209cdb7986 for type 'MVMuint32', which requires 4 byte alignment
0x7f209cdb7986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f2098e741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2098e741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f209cdb5402 for type 'MVMuint32', which requires 4 byte alignment
0x7f209cdb5402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f209cdb5406 for type 'MVMuint32', which requires 4 byte alignment
0x7f209cdb5406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f20990c1192 for type 'MVMuint32', which requires 4 byte alignment
0x7f20990c1192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f20990f3376 for type 'MVMuint32', which requires 4 byte alignment
0x7f20990f3376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f2098e74c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f2098e74c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f2098e7f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f2098e7f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x00000255a33a for type 'MVMuint32', which requires 4 byte alignment
0x00000255a33a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000025390f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000025390f6: note: pointer points here
09 00 0a 00 fd 06 00 00 02 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f1a11243046 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a11243046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f1a1124321a for type 'MVMuint32', which requires 4 byte alignment
0x7f1a1124321a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f1a11243046 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a11243046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f1a0d69d75e for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d69d75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f1a0d69c806 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d69c806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f1a0d69d14e for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d69d14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f1a0d69d326 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d69d326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f1a0d69ca0e for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d69ca0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f1a0d6082ba for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d6082ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f1a0d6075da for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d6075da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f1a0d6076b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d6076b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f1a0d607702 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d607702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f1a0d69d23a for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d69d23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f1a0d60d912 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d60d912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f1a0d279c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d279c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f1a0d0b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f1a0d0b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f1a0d0cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d0cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f1a0d6d602f for type 'unsigned int', which requires 4 byte alignment
0x7f1a0d6d602f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f1a0d0cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d0cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f1a0d0cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d0cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001105376 for type 'MVMuint32', which requires 4 byte alignment
0x000001105376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f1a0d69a209 for type 'short unsigned int', which requires 2 byte alignment
0x7f1a0d69a209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f1a0d271ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d271ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f1a0d27b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d27b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f1a0d27cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d27cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f1a0d4f1432 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d4f1432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f1a0d4f1e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d4f1e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f1a0d4f096e for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d4f096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f1a0d4d5bce for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d4d5bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f1a0d4d36ea for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d4d36ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f1a0d4d376e for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d4d376e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f1a111c8986 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a111c8986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f1a0d2741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d2741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f1a111c6402 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a111c6402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f1a111c6406 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a111c6406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f1a0d4d6192 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d4d6192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f1a0d608376 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d608376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f1a0d274c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d274c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f1a0d27f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f1a0d27f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000017b9206 for type 'MVMuint32', which requires 4 byte alignment
0x0000017b9206: note: pointer points here
0b 00 0a 00 d6 02 00 00 0f 00 7f 00 00 00 83 00 00 00 06 00 8b 00 0b 00 0b 00 87 01 0b 00 0b 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000017da41a for type 'MVMuint32', which requires 4 byte alignment
0x0000017da41a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fbbf921a046 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf921a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fbbf921a21a for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf921a21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fbbf921a046 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf921a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fbbf567475e for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf567475e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fbbf5673806 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf5673806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fbbf567414e for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf567414e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fbbf5674326 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf5674326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fbbf5673a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf5673a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fbbf54d82ba for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf54d82ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fbbf54d75da for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf54d75da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fbbf54d76b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf54d76b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fbbf54d7702 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf54d7702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fbbf567423a for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf567423a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fbbf54dd912 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf54dd912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fbbf5260c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf5260c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fbbf50b2cda for type 'MVMint32', which requires 4 byte alignment
0x7fbbf50b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fbbf50cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf50cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fbbf56ad02f for type 'unsigned int', which requires 4 byte alignment
0x7fbbf56ad02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fbbf50cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf50cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fbbf50cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf50cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000021bc376 for type 'MVMuint32', which requires 4 byte alignment
0x0000021bc376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fbbf5671209 for type 'short unsigned int', which requires 2 byte alignment
0x7fbbf5671209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fbbf5258ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf5258ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fbbf52620da for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf52620da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fbbf5263c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf5263c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fbbf54c1432 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf54c1432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fbbf54c1e72 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf54c1e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fbbf54c096e for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf54c096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fbbf5295bce for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf5295bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fbbf52936ea for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf52936ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fbbf529376e for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf529376e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fbbf919f986 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf919f986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fbbf525b1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf525b1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fbbf919f492 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf919f492: note: pointer points here
03 00 04 00 21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fbbf919f496 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf919f496: note: pointer points here
21 03 00 00 2e 0c 00 00 48 00 04 00 55 02 24 00 12 00 47 01 1d 00 0a 00 3a 00 1c 00 1d 00 0d 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fbbf525bc32 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf525bc32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000002533366 for type 'MVMuint32', which requires 4 byte alignment
0x000002533366: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fbbf54d8376 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf54d8376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fbbf5266092 for type 'MVMuint32', which requires 4 byte alignment
0x7fbbf5266092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f37e9884046 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e9884046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f37e988421a for type 'MVMuint32', which requires 4 byte alignment
0x7f37e988421a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f37e9884046 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e9884046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f37e5bde75e for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5bde75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f37e5bdd806 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5bdd806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f37e5bde14e for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5bde14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f37e5bde326 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5bde326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f37e5bdda0e for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5bdda0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f37e5b492ba for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b492ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f37e5b485da for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b485da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f37e5b486b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b486b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f37e5b48702 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b48702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f37e5bde23a for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5bde23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f37e5b4e912 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b4e912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f37e57dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f37e57dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f37e575fcda for type 'MVMint32', which requires 4 byte alignment
0x7f37e575fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f37e577862a for type 'MVMuint32', which requires 4 byte alignment
0x7f37e577862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f37e5d1702f for type 'unsigned int', which requires 4 byte alignment
0x7f37e5d1702f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f37e577a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f37e577a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f37e577a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f37e577a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000139c376 for type 'MVMuint32', which requires 4 byte alignment
0x00000139c376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f37e5bdb209 for type 'short unsigned int', which requires 2 byte alignment
0x7f37e5bdb209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f37e57d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e57d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f37e57e00da for type 'MVMuint32', which requires 4 byte alignment
0x7f37e57e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f37e57e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e57e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f37e5b32432 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b32432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f37e5b32e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b32e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f37e5b3196e for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b3196e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f37e5b16bce for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b16bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f37e5b146ea for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b146ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f37e5b1476e for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b1476e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f37e9809986 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e9809986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f37e57d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e57d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f37e9807402 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e9807402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f37e9807406 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e9807406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f37e5b17192 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b17192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f37e57d9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e57d9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f37e5b49376 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e5b49376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f37e57e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f37e57e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000001ae6046 for type 'MVMuint32', which requires 4 byte alignment
0x000001ae6046: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000001af8b5a for type 'MVMuint32', which requires 4 byte alignment
0x000001af8b5a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f832d13f046 for type 'MVMuint32', which requires 4 byte alignment
0x7f832d13f046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f832d13f21a for type 'MVMuint32', which requires 4 byte alignment
0x7f832d13f21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f832d13f046 for type 'MVMuint32', which requires 4 byte alignment
0x7f832d13f046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f832959975e for type 'MVMuint32', which requires 4 byte alignment
0x7f832959975e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f8329598806 for type 'MVMuint32', which requires 4 byte alignment
0x7f8329598806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f832959914e for type 'MVMuint32', which requires 4 byte alignment
0x7f832959914e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f8329599326 for type 'MVMuint32', which requires 4 byte alignment
0x7f8329599326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f8329598a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f8329598a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f83293f32ba for type 'MVMuint32', which requires 4 byte alignment
0x7f83293f32ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f83293f25da for type 'MVMuint32', which requires 4 byte alignment
0x7f83293f25da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f83293f26b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f83293f26b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f83293f2702 for type 'MVMuint32', which requires 4 byte alignment
0x7f83293f2702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f832959923a for type 'MVMuint32', which requires 4 byte alignment
0x7f832959923a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f83293f8912 for type 'MVMuint32', which requires 4 byte alignment
0x7f83293f8912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f8329179c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f8329179c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f8328fb2cda for type 'MVMint32', which requires 4 byte alignment
0x7f8328fb2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f8328fcb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f8328fcb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f83295d202f for type 'unsigned int', which requires 4 byte alignment
0x7f83295d202f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f8328fcd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f8328fcd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f8328fcd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f8328fcd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000253d376 for type 'MVMuint32', which requires 4 byte alignment
0x00000253d376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f8329596209 for type 'short unsigned int', which requires 2 byte alignment
0x7f8329596209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f8329171ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f8329171ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f832917b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f832917b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f832917cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f832917cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f83293dc432 for type 'MVMuint32', which requires 4 byte alignment
0x7f83293dc432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f83293dce72 for type 'MVMuint32', which requires 4 byte alignment
0x7f83293dce72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f83293db96e for type 'MVMuint32', which requires 4 byte alignment
0x7f83293db96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f83293c0bce for type 'MVMuint32', which requires 4 byte alignment
0x7f83293c0bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f83293be6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f83293be6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f83293be76e for type 'MVMuint32', which requires 4 byte alignment
0x7f83293be76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f832d0c4986 for type 'MVMuint32', which requires 4 byte alignment
0x7f832d0c4986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f83291741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f83291741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f832d0c2402 for type 'MVMuint32', which requires 4 byte alignment
0x7f832d0c2402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f832d0c2406 for type 'MVMuint32', which requires 4 byte alignment
0x7f832d0c2406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f8329174c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f8329174c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f83293c1192 for type 'MVMuint32', which requires 4 byte alignment
0x7f83293c1192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f83293f3376 for type 'MVMuint32', which requires 4 byte alignment
0x7f83293f3376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f832917f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f832917f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f2cb7a78046 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb7a78046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f2cb7a7821a for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb7a7821a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f2cb7a78046 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb7a78046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f2cb3dd275e for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3dd275e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f2cb3dd1806 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3dd1806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f2cb3dd214e for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3dd214e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f2cb3dd2326 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3dd2326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f2cb3dd1a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3dd1a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f2cb3d3d2ba for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3d3d2ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f2cb3d3c5da for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3d3c5da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f2cb3d3c6b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3d3c6b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f2cb3d3c702 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3d3c702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f2cb3dd223a for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3dd223a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f2cb3d42912 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3d42912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f2cb3979c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3979c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f2cb2c02cda for type 'MVMint32', which requires 4 byte alignment
0x7f2cb2c02cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f2cb2c1b62a for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb2c1b62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f2cb3f0b02f for type 'unsigned int', which requires 4 byte alignment
0x7f2cb3f0b02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f2cb2c1d22e for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb2c1d22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f2cb2c1d24e for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb2c1d24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000246b376 for type 'MVMuint32', which requires 4 byte alignment
0x00000246b376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f2cb3dcf209 for type 'short unsigned int', which requires 2 byte alignment
0x7f2cb3dcf209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f2cb3971ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3971ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f2cb397b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb397b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f2cb397cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb397cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f2cb3d26432 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3d26432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f2cb3d26e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3d26e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f2cb3d2596e for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3d2596e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f2cb3bfabce for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3bfabce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f2cb3bf86ea for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3bf86ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f2cb3bf876e for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3bf876e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f2cb79fd986 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb79fd986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f2cb39741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb39741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f2cb79fb402 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb79fb402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f2cb79fb406 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb79fb406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f2cb3974c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3974c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f2cb3d3d376 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3d3d376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f2cb3bfb192 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb3bfb192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f2cb397f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f2cb397f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f1925caf046 for type 'MVMuint32', which requires 4 byte alignment
0x7f1925caf046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f1925caf21a for type 'MVMuint32', which requires 4 byte alignment
0x7f1925caf21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f1925caf046 for type 'MVMuint32', which requires 4 byte alignment
0x7f1925caf046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f192210975e for type 'MVMuint32', which requires 4 byte alignment
0x7f192210975e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f1922108806 for type 'MVMuint32', which requires 4 byte alignment
0x7f1922108806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f192210914e for type 'MVMuint32', which requires 4 byte alignment
0x7f192210914e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f1922109326 for type 'MVMuint32', which requires 4 byte alignment
0x7f1922109326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f1922108a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f1922108a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f1921f712ba for type 'MVMuint32', which requires 4 byte alignment
0x7f1921f712ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f1921f705da for type 'MVMuint32', which requires 4 byte alignment
0x7f1921f705da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f1921f706b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921f706b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f1921f70702 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921f70702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f192210923a for type 'MVMuint32', which requires 4 byte alignment
0x7f192210923a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f1921f76912 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921f76912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f1921bdec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f1921bdec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f1921b5fcda for type 'MVMint32', which requires 4 byte alignment
0x7f1921b5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f1921b7862a for type 'MVMuint32', which requires 4 byte alignment
0x7f1921b7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f192214202f for type 'unsigned int', which requires 4 byte alignment
0x7f192214202f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f1921b7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f1921b7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f1921b7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f1921b7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000cbc376 for type 'MVMuint32', which requires 4 byte alignment
0x000000cbc376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f1922106209 for type 'short unsigned int', which requires 2 byte alignment
0x7f1922106209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f1921bd6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921bd6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f1921be00da for type 'MVMuint32', which requires 4 byte alignment
0x7f1921be00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f1921be1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921be1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f1921d72432 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921d72432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f1921d72e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921d72e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f1921d7196e for type 'MVMuint32', which requires 4 byte alignment
0x7f1921d7196e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f1921d56bce for type 'MVMuint32', which requires 4 byte alignment
0x7f1921d56bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f1921d546ea for type 'MVMuint32', which requires 4 byte alignment
0x7f1921d546ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f1921d5476e for type 'MVMuint32', which requires 4 byte alignment
0x7f1921d5476e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f1925c34986 for type 'MVMuint32', which requires 4 byte alignment
0x7f1925c34986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f1921bd91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921bd91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f1925c32402 for type 'MVMuint32', which requires 4 byte alignment
0x7f1925c32402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f1925c32406 for type 'MVMuint32', which requires 4 byte alignment
0x7f1925c32406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f1921f71376 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921f71376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f1921bd9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921bd9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000010380e6 for type 'MVMuint32', which requires 4 byte alignment
0x0000010380e6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f1921be4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f1921be4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fb1eb52f046 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1eb52f046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fb1eb52f21a for type 'MVMuint32', which requires 4 byte alignment
0x7fb1eb52f21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fb1eb52f046 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1eb52f046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fb1e798975e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e798975e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fb1e7988806 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e7988806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fb1e798914e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e798914e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fb1e7989326 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e7989326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fb1e7988a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e7988a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fb1e77f32ba for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77f32ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fb1e77f25da for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77f25da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fb1e77f26b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77f26b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fb1e77f2702 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77f2702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fb1e798923a for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e798923a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fb1e77f8912 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77f8912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fb1e7579c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e7579c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fb1e73b2cda for type 'MVMint32', which requires 4 byte alignment
0x7fb1e73b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fb1e73cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e73cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fb1e79c202f for type 'unsigned int', which requires 4 byte alignment
0x7fb1e79c202f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fb1e73cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e73cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fb1e73cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e73cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000e99376 for type 'MVMuint32', which requires 4 byte alignment
0x000000e99376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fb1e7986209 for type 'short unsigned int', which requires 2 byte alignment
0x7fb1e7986209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fb1e7571ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e7571ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fb1e757b0da for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e757b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fb1e757cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e757cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fb1e77dc432 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77dc432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fb1e77dce72 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77dce72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fb1e77db96e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77db96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fb1e77c0bce for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77c0bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fb1e77be6ea for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77be6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fb1e77be76e for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77be76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fb1eb4b4986 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1eb4b4986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fb1e75741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e75741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fb1eb4b2402 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1eb4b2402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fb1eb4b2406 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1eb4b2406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fb1e7574c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e7574c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:1461:66: runtime error: load of misaligned address 0x7fb1eb4f22e2 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1eb4f22e2: note: pointer points here
03 00 04 00 31 03 00 00 9e 04 00 00 07 00 1e 00 8a 01 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001203c86 for type 'MVMuint32', which requires 4 byte alignment
0x000001203c86: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fb1e77f3376 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e77f3376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fb1e757f092 for type 'MVMuint32', which requires 4 byte alignment
0x7fb1e757f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f5d6fa4e046 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6fa4e046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f5d6fa4e21a for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6fa4e21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f5d6fa4e046 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6fa4e046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f5d6bea875e for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bea875e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f5d6bea7806 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bea7806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f5d6bea814e for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bea814e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f5d6bea8326 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bea8326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f5d6bea7a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bea7a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f5d6be132ba for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6be132ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f5d6be125da for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6be125da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f5d6be126b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6be126b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f5d6be12702 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6be12702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f5d6bea823a for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bea823a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f5d6be18912 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6be18912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f5d6ba79c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6ba79c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f5d6b8b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f5d6b8b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f5d6b8cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6b8cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f5d6bee102f for type 'unsigned int', which requires 4 byte alignment
0x7f5d6bee102f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f5d6b8cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6b8cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f5d6b8cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6b8cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000cc0376 for type 'MVMuint32', which requires 4 byte alignment
0x000000cc0376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f5d6bea5209 for type 'short unsigned int', which requires 2 byte alignment
0x7f5d6bea5209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f5d6ba71ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6ba71ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f5d6ba7b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6ba7b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f5d6ba7cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6ba7cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f5d6bcf1432 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bcf1432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f5d6bcf1e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bcf1e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f5d6bcf096e for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bcf096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f5d6bcd5bce for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bcd5bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f5d6bcd36ea for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bcd36ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f5d6bcd376e for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6bcd376e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f5d6f9d3986 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6f9d3986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f5d6ba741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6ba741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f5d6f9d1402 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6f9d1402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f5d6f9d1406 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6f9d1406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f5d6ba74c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6ba74c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001017996 for type 'MVMuint32', which requires 4 byte alignment
0x000001017996: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f5d6be13376 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6be13376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f5d6ba7f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f5d6ba7f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f2e68189046 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e68189046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f2e6818921a for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6818921a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f2e68189046 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e68189046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f2e6447075e for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6447075e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f2e6446f806 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6446f806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f2e6447014e for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6447014e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f2e64470326 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e64470326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f2e6446fa0e for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6446fa0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f2e644552ba for type 'MVMuint32', which requires 4 byte alignment
0x7f2e644552ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f2e644545da for type 'MVMuint32', which requires 4 byte alignment
0x7f2e644545da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f2e644546b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e644546b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f2e64454702 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e64454702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f2e6447023a for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6447023a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f2e6445a912 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6445a912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f2e640dec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f2e640dec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f2e6405fcda for type 'MVMint32', which requires 4 byte alignment
0x7f2e6405fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f2e6407862a for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6407862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f2e6461c02f for type 'unsigned int', which requires 4 byte alignment
0x7f2e6461c02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f2e6407a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6407a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f2e6407a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6407a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001d4d376 for type 'MVMuint32', which requires 4 byte alignment
0x000001d4d376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f2e64601209 for type 'short unsigned int', which requires 2 byte alignment
0x7f2e64601209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f2e640d6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e640d6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f2e640e00da for type 'MVMuint32', which requires 4 byte alignment
0x7f2e640e00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f2e640e1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e640e1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f2e6443e432 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6443e432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f2e6443ee72 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6443ee72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f2e6443d96e for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6443d96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f2e64422bce for type 'MVMuint32', which requires 4 byte alignment
0x7f2e64422bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f2e644206ea for type 'MVMuint32', which requires 4 byte alignment
0x7f2e644206ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f2e6442076e for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6442076e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f2e6810e986 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6810e986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f2e640d91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e640d91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f2e6810c402 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6810c402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f2e6810c406 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e6810c406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f2e640d9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e640d9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000020b77e6 for type 'MVMuint32', which requires 4 byte alignment
0x0000020b77e6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f2e64455376 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e64455376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f2e640e4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f2e640e4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000022cd24a for type 'MVMuint32', which requires 4 byte alignment
0x0000022cd24a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000022b9ca6 for type 'MVMuint32', which requires 4 byte alignment
0x0000022b9ca6: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fa4b0ce5046 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4b0ce5046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fa4b0ce521a for type 'MVMuint32', which requires 4 byte alignment
0x7fa4b0ce521a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fa4b0ce5046 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4b0ce5046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fa4ad13f75e for type 'MVMuint32', which requires 4 byte alignment
0x7fa4ad13f75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fa4ad13e806 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4ad13e806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fa4ad13f14e for type 'MVMuint32', which requires 4 byte alignment
0x7fa4ad13f14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fa4ad13f326 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4ad13f326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fa4ad13ea0e for type 'MVMuint32', which requires 4 byte alignment
0x7fa4ad13ea0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fa4acfa62ba for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acfa62ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fa4acfa55da for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acfa55da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fa4acfa56b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acfa56b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fa4acfa5702 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acfa5702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fa4ad13f23a for type 'MVMuint32', which requires 4 byte alignment
0x7fa4ad13f23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fa4acfab912 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acfab912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fa4acd46c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acd46c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fa4acbb2cda for type 'MVMint32', which requires 4 byte alignment
0x7fa4acbb2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fa4acbcb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acbcb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fa4ad17802f for type 'unsigned int', which requires 4 byte alignment
0x7fa4ad17802f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fa4acbcd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acbcd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fa4acbcd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acbcd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001458376 for type 'MVMuint32', which requires 4 byte alignment
0x000001458376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fa4ad13c209 for type 'short unsigned int', which requires 2 byte alignment
0x7fa4ad13c209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fa4acd3eff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acd3eff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fa4acd480da for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acd480da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fa4acd49c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acd49c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fa4acf2a432 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acf2a432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fa4acf2ae72 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acf2ae72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fa4acf2996e for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acf2996e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fa4acd7bbce for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acd7bbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fa4acd796ea for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acd796ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fa4acd7976e for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acd7976e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fa4b0c6a986 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4b0c6a986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fa4acd411c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acd411c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fa4b0c68402 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4b0c68402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fa4b0c68406 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4b0c68406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fa4acd41c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acd41c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000017cd706 for type 'MVMuint32', which requires 4 byte alignment
0x0000017cd706: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fa4acfa6376 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acfa6376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fa4acd4c092 for type 'MVMuint32', which requires 4 byte alignment
0x7fa4acd4c092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f2d5bf1a046 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d5bf1a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f2d5bf1a21a for type 'MVMuint32', which requires 4 byte alignment
0x7f2d5bf1a21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f2d5bf1a046 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d5bf1a046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f2d5837475e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d5837475e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f2d58373806 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d58373806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f2d5837414e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d5837414e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f2d58374326 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d58374326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f2d58373a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d58373a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f2d581d82ba for type 'MVMuint32', which requires 4 byte alignment
0x7f2d581d82ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f2d581d75da for type 'MVMuint32', which requires 4 byte alignment
0x7f2d581d75da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f2d581d76b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d581d76b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f2d581d7702 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d581d7702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f2d5837423a for type 'MVMuint32', which requires 4 byte alignment
0x7f2d5837423a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f2d581dd912 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d581dd912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f2d57f60c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57f60c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f2d57db2cda for type 'MVMint32', which requires 4 byte alignment
0x7f2d57db2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f2d57dcb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57dcb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f2d583ad02f for type 'unsigned int', which requires 4 byte alignment
0x7f2d583ad02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f2d57dcd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57dcd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f2d57dcd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57dcd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001974376 for type 'MVMuint32', which requires 4 byte alignment
0x000001974376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f2d58371209 for type 'short unsigned int', which requires 2 byte alignment
0x7f2d58371209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f2d57f58ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57f58ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f2d57f620da for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57f620da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f2d57f63c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57f63c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f2d581c1432 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d581c1432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f2d581c1e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d581c1e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f2d581c096e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d581c096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f2d57f95bce for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57f95bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f2d57f936ea for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57f936ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f2d57f9376e for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57f9376e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f2d5be9f986 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d5be9f986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f2d57f5b1c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57f5b1c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f2d5be9d402 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d5be9d402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f2d5be9d406 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d5be9d406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f2d57f5bc32 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57f5bc32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001cc98c6 for type 'MVMuint32', which requires 4 byte alignment
0x000001cc98c6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f2d581d8376 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d581d8376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f2d57f66092 for type 'MVMuint32', which requires 4 byte alignment
0x7f2d57f66092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000001fe42fa for type 'MVMuint32', which requires 4 byte alignment
0x000001fe42fa: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x00000200ee76 for type 'MVMuint32', which requires 4 byte alignment
0x00000200ee76: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fee1e424046 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1e424046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fee1e42421a for type 'MVMuint32', which requires 4 byte alignment
0x7fee1e42421a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fee1e424046 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1e424046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fee1a87e75e for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a87e75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fee1a87d806 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a87d806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fee1a87e14e for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a87e14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fee1a87e326 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a87e326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fee1a87da0e for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a87da0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fee1a6e72ba for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a6e72ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fee1a6e65da for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a6e65da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fee1a6e66b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a6e66b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fee1a6e6702 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a6e6702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fee1a87e23a for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a87e23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fee1a6ec912 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a6ec912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fee1a479c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a479c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fee1a2b2cda for type 'MVMint32', which requires 4 byte alignment
0x7fee1a2b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fee1a2cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a2cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fee1a8b702f for type 'unsigned int', which requires 4 byte alignment
0x7fee1a8b702f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fee1a2cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a2cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fee1a2cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a2cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x0000011fa376 for type 'MVMuint32', which requires 4 byte alignment
0x0000011fa376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fee1a87b209 for type 'short unsigned int', which requires 2 byte alignment
0x7fee1a87b209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fee1a471ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a471ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fee1a47b0da for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a47b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fee1a47cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a47cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fee1a6d0432 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a6d0432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fee1a6d0e72 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a6d0e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fee1a6cf96e for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a6cf96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fee1a61dbce for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a61dbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fee1a61b6ea for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a61b6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fee1a61b76e for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a61b76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fee1e3a9986 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1e3a9986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fee1a4741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a4741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fee1e3a7402 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1e3a7402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fee1e3a7406 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1e3a7406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fee1a474c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a474c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000001544df6 for type 'MVMuint32', which requires 4 byte alignment
0x000001544df6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fee1a6e7376 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a6e7376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fee1a47f092 for type 'MVMuint32', which requires 4 byte alignment
0x7fee1a47f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x00000170a9e6 for type 'MVMuint32', which requires 4 byte alignment
0x00000170a9e6: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fdaf9c4e046 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf9c4e046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fdaf9c4e21a for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf9c4e21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fdaf9c4e046 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf9c4e046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fdaf60a875e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf60a875e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fdaf60a7806 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf60a7806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fdaf60a814e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf60a814e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fdaf60a8326 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf60a8326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fdaf60a7a0e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf60a7a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fdaf60132ba for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf60132ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fdaf60125da for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf60125da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fdaf60126b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf60126b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fdaf6012702 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf6012702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fdaf60a823a for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf60a823a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fdaf6018912 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf6018912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fdaf5c79c6e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5c79c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fdaf5ab2cda for type 'MVMint32', which requires 4 byte alignment
0x7fdaf5ab2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fdaf5acb62a for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5acb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fdaf60e102f for type 'unsigned int', which requires 4 byte alignment
0x7fdaf60e102f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fdaf5acd22e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5acd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fdaf5acd24e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5acd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000106b376 for type 'MVMuint32', which requires 4 byte alignment
0x00000106b376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fdaf60a5209 for type 'short unsigned int', which requires 2 byte alignment
0x7fdaf60a5209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fdaf5c71ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5c71ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fdaf5c7b0da for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5c7b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fdaf5c7cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5c7cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fdaf5ef1432 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5ef1432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fdaf5ef1e72 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5ef1e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fdaf5ef096e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5ef096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fdaf5ed5bce for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5ed5bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fdaf5ed36ea for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5ed36ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fdaf5ed376e for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5ed376e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fdaf9bd3986 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf9bd3986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fdaf5c741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5c741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fdaf9bd1402 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf9bd1402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fdaf9bd1406 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf9bd1406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000013c28e6 for type 'MVMuint32', which requires 4 byte alignment
0x0000013c28e6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fdaf5c74c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5c74c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fdaf6013376 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf6013376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000001543e3a for type 'MVMuint32', which requires 4 byte alignment
0x000001543e3a: note: pointer points here
08 00 04 00 3d 00 00 00 0d 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fdaf5c7f092 for type 'MVMuint32', which requires 4 byte alignment
0x7fdaf5c7f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000016e68aa for type 'MVMuint32', which requires 4 byte alignment
0x0000016e68aa: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f3077f8b046 for type 'MVMuint32', which requires 4 byte alignment
0x7f3077f8b046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f3077f8b21a for type 'MVMuint32', which requires 4 byte alignment
0x7f3077f8b21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f3077f8b046 for type 'MVMuint32', which requires 4 byte alignment
0x7f3077f8b046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f30742d575e for type 'MVMuint32', which requires 4 byte alignment
0x7f30742d575e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f30742d4806 for type 'MVMuint32', which requires 4 byte alignment
0x7f30742d4806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f30742d514e for type 'MVMuint32', which requires 4 byte alignment
0x7f30742d514e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f30742d5326 for type 'MVMuint32', which requires 4 byte alignment
0x7f30742d5326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f30742d4a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f30742d4a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f30742582ba for type 'MVMuint32', which requires 4 byte alignment
0x7f30742582ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f30742575da for type 'MVMuint32', which requires 4 byte alignment
0x7f30742575da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f30742576b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f30742576b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f3074257702 for type 'MVMuint32', which requires 4 byte alignment
0x7f3074257702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f30742d523a for type 'MVMuint32', which requires 4 byte alignment
0x7f30742d523a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f307425d912 for type 'MVMuint32', which requires 4 byte alignment
0x7f307425d912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f3073edec6e for type 'MVMuint32', which requires 4 byte alignment
0x7f3073edec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f3073e5fcda for type 'MVMint32', which requires 4 byte alignment
0x7f3073e5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f3073e7862a for type 'MVMuint32', which requires 4 byte alignment
0x7f3073e7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f307441e02f for type 'unsigned int', which requires 4 byte alignment
0x7f307441e02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f3073e7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7f3073e7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f3073e7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7f3073e7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001ca4376 for type 'MVMuint32', which requires 4 byte alignment
0x000001ca4376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f3074400209 for type 'short unsigned int', which requires 2 byte alignment
0x7f3074400209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f3073ed6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f3073ed6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f3073ee00da for type 'MVMuint32', which requires 4 byte alignment
0x7f3073ee00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f3073ee1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f3073ee1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f3074241432 for type 'MVMuint32', which requires 4 byte alignment
0x7f3074241432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f3074241e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f3074241e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f307424096e for type 'MVMuint32', which requires 4 byte alignment
0x7f307424096e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f3074225bce for type 'MVMuint32', which requires 4 byte alignment
0x7f3074225bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f30742236ea for type 'MVMuint32', which requires 4 byte alignment
0x7f30742236ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f307422376e for type 'MVMuint32', which requires 4 byte alignment
0x7f307422376e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f3077f10986 for type 'MVMuint32', which requires 4 byte alignment
0x7f3077f10986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f3073ed91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f3073ed91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f3077f0e402 for type 'MVMuint32', which requires 4 byte alignment
0x7f3077f0e402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f3077f0e406 for type 'MVMuint32', which requires 4 byte alignment
0x7f3077f0e406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f3073ed9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f3073ed9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7f3074226192 for type 'MVMuint32', which requires 4 byte alignment
0x7f3074226192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f3074258376 for type 'MVMuint32', which requires 4 byte alignment
0x7f3074258376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f3073ee4092 for type 'MVMuint32', which requires 4 byte alignment
0x7f3073ee4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x0000022fe53a for type 'MVMuint32', which requires 4 byte alignment
0x0000022fe53a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x00000235faa6 for type 'MVMuint32', which requires 4 byte alignment
0x00000235faa6: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f0436dbd046 for type 'MVMuint32', which requires 4 byte alignment
0x7f0436dbd046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f0436dbd21a for type 'MVMuint32', which requires 4 byte alignment
0x7f0436dbd21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f0436dbd046 for type 'MVMuint32', which requires 4 byte alignment
0x7f0436dbd046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f043320875e for type 'MVMuint32', which requires 4 byte alignment
0x7f043320875e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f0433207806 for type 'MVMuint32', which requires 4 byte alignment
0x7f0433207806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f043320814e for type 'MVMuint32', which requires 4 byte alignment
0x7f043320814e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f0433208326 for type 'MVMuint32', which requires 4 byte alignment
0x7f0433208326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f0433207a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f0433207a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f04330862ba for type 'MVMuint32', which requires 4 byte alignment
0x7f04330862ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f04330855da for type 'MVMuint32', which requires 4 byte alignment
0x7f04330855da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f04330856b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f04330856b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f0433085702 for type 'MVMuint32', which requires 4 byte alignment
0x7f0433085702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f043320823a for type 'MVMuint32', which requires 4 byte alignment
0x7f043320823a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f043308b912 for type 'MVMuint32', which requires 4 byte alignment
0x7f043308b912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f0432e3ac6e for type 'MVMuint32', which requires 4 byte alignment
0x7f0432e3ac6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f0432cb2cda for type 'MVMint32', which requires 4 byte alignment
0x7f0432cb2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f0432ccb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f0432ccb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f043325002f for type 'unsigned int', which requires 4 byte alignment
0x7f043325002f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f0432ccd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f0432ccd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f0432ccd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f0432ccd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000c19376 for type 'MVMuint32', which requires 4 byte alignment
0x000000c19376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f0433205209 for type 'short unsigned int', which requires 2 byte alignment
0x7f0433205209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f0432e32ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f0432e32ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f0432e3c0da for type 'MVMuint32', which requires 4 byte alignment
0x7f0432e3c0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f0432e3dc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f0432e3dc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f0432e72432 for type 'MVMuint32', which requires 4 byte alignment
0x7f0432e72432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f0432e72e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f0432e72e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f0432e7196e for type 'MVMuint32', which requires 4 byte alignment
0x7f0432e7196e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f0433013bce for type 'MVMuint32', which requires 4 byte alignment
0x7f0433013bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f04330116ea for type 'MVMuint32', which requires 4 byte alignment
0x7f04330116ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f043301176e for type 'MVMuint32', which requires 4 byte alignment
0x7f043301176e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f0436d42986 for type 'MVMuint32', which requires 4 byte alignment
0x7f0436d42986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f0432e351c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f0432e351c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f0436d40402 for type 'MVMuint32', which requires 4 byte alignment
0x7f0436d40402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f0436d40406 for type 'MVMuint32', which requires 4 byte alignment
0x7f0436d40406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f0432e35c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f0432e35c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x000000f69716 for type 'MVMuint32', which requires 4 byte alignment
0x000000f69716: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f0433086376 for type 'MVMuint32', which requires 4 byte alignment
0x7f0433086376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f0432e40092 for type 'MVMuint32', which requires 4 byte alignment
0x7f0432e40092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f9a3f6d1046 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3f6d1046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f9a3f6d121a for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3f6d121a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f9a3f6d1046 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3f6d1046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f9a3bb1c75e for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3bb1c75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f9a3bb1b806 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3bb1b806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f9a3bb1c14e for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3bb1c14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f9a3bb1c326 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3bb1c326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f9a3bb1ba0e for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3bb1ba0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f9a3b9922ba for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b9922ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f9a3b9915da for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b9915da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f9a3b9916b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b9916b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f9a3b991702 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b991702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f9a3bb1c23a for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3bb1c23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f9a3b997912 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b997912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f9a3b746c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b746c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f9a3b5b2cda for type 'MVMint32', which requires 4 byte alignment
0x7f9a3b5b2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f9a3b5cb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b5cb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f9a3bb6402f for type 'unsigned int', which requires 4 byte alignment
0x7f9a3bb6402f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f9a3b5cd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b5cd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f9a3b5cd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b5cd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000000ca0376 for type 'MVMuint32', which requires 4 byte alignment
0x000000ca0376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f9a3bb00209 for type 'short unsigned int', which requires 2 byte alignment
0x7f9a3bb00209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f9a3b73eff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b73eff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f9a3b7480da for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b7480da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f9a3b749c26 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b749c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f9a3b916432 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b916432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f9a3b916e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b916e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f9a3b91596e for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b91596e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f9a3b77bbce for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b77bbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f9a3b7796ea for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b7796ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f9a3b77976e for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b77976e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f9a3f656986 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3f656986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f9a3b7411c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b7411c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f9a3f654402 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3f654402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f9a3f654406 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3f654406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f9a3b741c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b741c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x0000010019f6 for type 'MVMuint32', which requires 4 byte alignment
0x0000010019f6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f9a3b992376 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b992376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f9a3b74c092 for type 'MVMuint32', which requires 4 byte alignment
0x7f9a3b74c092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x0000011d0e86 for type 'MVMuint32', which requires 4 byte alignment
0x0000011d0e86: note: pointer points here
09 00 0a 00 fd 06 00 00 01 00 7f 00 11 00 83 00 00 00 08 00 83 00 01 00 06 00 8b 00 06 00 09 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000001208cba for type 'MVMuint32', which requires 4 byte alignment
0x000001208cba: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7f6824d27046 for type 'MVMuint32', which requires 4 byte alignment
0x7f6824d27046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7f6824d2721a for type 'MVMuint32', which requires 4 byte alignment
0x7f6824d2721a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7f6824d27046 for type 'MVMuint32', which requires 4 byte alignment
0x7f6824d27046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7f682118175e for type 'MVMuint32', which requires 4 byte alignment
0x7f682118175e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7f6821180806 for type 'MVMuint32', which requires 4 byte alignment
0x7f6821180806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7f682118114e for type 'MVMuint32', which requires 4 byte alignment
0x7f682118114e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7f6821181326 for type 'MVMuint32', which requires 4 byte alignment
0x7f6821181326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7f6821180a0e for type 'MVMuint32', which requires 4 byte alignment
0x7f6821180a0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7f6820fe72ba for type 'MVMuint32', which requires 4 byte alignment
0x7f6820fe72ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7f6820fe65da for type 'MVMuint32', which requires 4 byte alignment
0x7f6820fe65da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7f6820fe66b2 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820fe66b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7f6820fe6702 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820fe6702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7f682118123a for type 'MVMuint32', which requires 4 byte alignment
0x7f682118123a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7f6820fec912 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820fec912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7f6820d79c6e for type 'MVMuint32', which requires 4 byte alignment
0x7f6820d79c6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7f6820bb2cda for type 'MVMint32', which requires 4 byte alignment
0x7f6820bb2cda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7f6820bcb62a for type 'MVMuint32', which requires 4 byte alignment
0x7f6820bcb62a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7f68211ba02f for type 'unsigned int', which requires 4 byte alignment
0x7f68211ba02f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7f6820bcd22e for type 'MVMuint32', which requires 4 byte alignment
0x7f6820bcd22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7f6820bcd24e for type 'MVMuint32', which requires 4 byte alignment
0x7f6820bcd24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x00000122c376 for type 'MVMuint32', which requires 4 byte alignment
0x00000122c376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7f682117e209 for type 'short unsigned int', which requires 2 byte alignment
0x7f682117e209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7f6820d71ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820d71ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7f6820d7b0da for type 'MVMuint32', which requires 4 byte alignment
0x7f6820d7b0da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7f6820d7cc26 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820d7cc26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7f6820fd0432 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820fd0432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7f6820fd0e72 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820fd0e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7f6820fcf96e for type 'MVMuint32', which requires 4 byte alignment
0x7f6820fcf96e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7f6820f1dbce for type 'MVMuint32', which requires 4 byte alignment
0x7f6820f1dbce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7f6820f1b6ea for type 'MVMuint32', which requires 4 byte alignment
0x7f6820f1b6ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7f6820f1b76e for type 'MVMuint32', which requires 4 byte alignment
0x7f6820f1b76e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7f6824cac986 for type 'MVMuint32', which requires 4 byte alignment
0x7f6824cac986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7f6820d741c2 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820d741c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7f6824caa402 for type 'MVMuint32', which requires 4 byte alignment
0x7f6824caa402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7f6824caa406 for type 'MVMuint32', which requires 4 byte alignment
0x7f6824caa406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7f6820d74c32 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820d74c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/core/interp.c:147:47: runtime error: load of misaligned address 0x00000158f7d6 for type 'MVMuint32', which requires 4 byte alignment
0x00000158f7d6: note: pointer points here
1f 00 02 00 78 01 00 00 87 01 04 00 00 00 07 00 05 00 78 00 00 00 87 01 08 00 04 00 fb 00 06 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7f6820fe7376 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820fe7376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7f6820d7f092 for type 'MVMuint32', which requires 4 byte alignment
0x7f6820d7f092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fdb46f85046 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb46f85046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fdb46f8521a for type 'MVMuint32', which requires 4 byte alignment
0x7fdb46f8521a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00 17 00 04 02 00 00 f7 00 0a 00
^
src/core/interp.c:344:57: runtime error: load of misaligned address 0x7fdb46f85046 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb46f85046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/interp.c:100:47: runtime error: load of misaligned address 0x7fdb432de75e for type 'MVMuint32', which requires 4 byte alignment
0x7fdb432de75e: note: pointer points here
19 00 07 00 86 00 00 00 07 00 08 00 42 00 00 00 b0 00 06 00 08 00 17 00 86 00 00 00 f7 00 02 00
^
src/6model/serialization.c:2297:50: runtime error: left shift of 4095 by 20 places cannot be represented in type 'int'
src/core/interp.c:86:43: runtime error: load of misaligned address 0x7fdb432dd806 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb432dd806: note: pointer points here
0a 00 17 00 94 01 00 00 b3 00 04 00 f8 00 10 00 04 00 53 00 11 00 10 00 08 00 13 00 11 00 19 00
^
src/core/interp.c:163:38: runtime error: load of misaligned address 0x7fdb432de14e for type 'MVMuint32', which requires 4 byte alignment
0x7fdb432de14e: note: pointer points here
21 00 06 00 68 01 00 00 60 02 35 01 04 00 07 00 08 00 08 00 04 00 87 01 04 00 08 00 7e 00 03 00
^
src/core/interp.c:901:47: runtime error: load of misaligned address 0x7fdb432de326 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb432de326: note: pointer points here
f9 00 0e 00 b8 00 00 00 07 00 03 00 1f 00 00 00 65 01 0f 00 fe 00 0f 00 0f 00 44 01 0c 00 03 00
^
src/core/interp.c:1932:54: runtime error: load of misaligned address 0x7fdb432dda0e for type 'MVMuint32', which requires 4 byte alignment
0x7fdb432dda0e: note: pointer points here
0a 00 0b 00 03 00 00 00 7f 00 04 00 83 00 00 00 09 00 82 00 01 00 07 00 8b 00 09 00 0a 00 08 00
^
src/core/interp.c:597:79: runtime error: load of misaligned address 0x7fdb432492ba for type 'MVMuint32', which requires 4 byte alignment
0x7fdb432492ba: note: pointer points here
86 00 03 00 13 00 00 00 80 00 04 00 02 00 8b 00 00 00 03 00 24 00 02 00 00 00 00 00 9f 00 03 00
^
src/core/interp.c:738:38: runtime error: load of misaligned address 0x7fdb432485da for type 'MVMuint32', which requires 4 byte alignment
0x7fdb432485da: note: pointer points here
9c 00 02 00 0f 00 00 00 38 00 00 00 f7 00 07 00 08 00 02 00 07 00 9c 00 03 00 13 00 00 00 4e 00
^
src/core/interp.c:741:47: runtime error: load of misaligned address 0x7fdb432486b2 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb432486b2: note: pointer points here
0f 00 00 00 38 00 00 00 f7 00 05 00 08 00 02 00 05 00 9c 00 03 00 13 00 00 00 4e 00 00 00 f7 00
^
src/core/interp.c:2380:60: runtime error: load of misaligned address 0x7fdb43248702 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb43248702: note: pointer points here
05 00 06 00 14 00 00 00 01 00 00 00 87 01 06 00 00 00 96 01 05 00 00 00 01 00 0e 01 06 00 05 00
^
src/core/interp.c:91:47: runtime error: load of misaligned address 0x7fdb432de23a for type 'MVMuint32', which requires 4 byte alignment
0x7fdb432de23a: note: pointer points here
18 00 09 00 a2 01 00 00 7f 00 01 00 87 00 0b 00 17 00 a2 01 00 00 23 00 06 00 03 00 02 00 23 00
^
src/core/interp.c:2473:60: runtime error: load of misaligned address 0x7fdb4324e912 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb4324e912: note: pointer points here
02 00 03 00 68 00 00 00 12 00 36 00 04 00 8c 00 02 00 02 00 90 00 00 00 00 00 90 00 01 00 01 00
^
src/core/interp.c:669:47: runtime error: load of misaligned address 0x7fdb42edec6e for type 'MVMuint32', which requires 4 byte alignment
0x7fdb42edec6e: note: pointer points here
01 00 01 00 24 00 00 00 96 01 05 00 02 00 1a 00 08 00 01 00 05 00 2e 02 87 01 02 00 01 00 21 00
^
src/6model/serialization.c:1581:21: runtime error: left shift of 4871 by 52 places cannot be represented in type 'long int'
src/core/interp.c:4161:42: runtime error: load of misaligned address 0x7fdb42e5fcda for type 'MVMint32', which requires 4 byte alignment
0x7fdb42e5fcda: note: pointer points here
56 02 0b 00 ff ff 00 00 61 01 0c 00 1c 01 0c 00 0b 00 0c 00 44 01 09 00 0a 00 0c 00 23 00 09 00
^
src/core/interp.c:1076:40: runtime error: load of misaligned address 0x7fdb42e7862a for type 'MVMuint32', which requires 4 byte alignment
0x7fdb42e7862a: note: pointer points here
b4 00 01 00 ae 02 00 00 24 00 00 00 00 00 01 00 23 00 02 00 0e 00 01 00 45 01 03 00 02 00 00 00
^
3rdparty/dynasm/dasm_x86.h:391:23: runtime error: store to misaligned address 0x7fdb4341802f for type 'unsigned int', which requires 4 byte alignment
0x7fdb4341802f: note: pointer points here
e2 48 8d 0d 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
^
src/spesh/graph.c:231:31: runtime error: load of misaligned address 0x7fdb42e7a22e for type 'MVMuint32', which requires 4 byte alignment
0x7fdb42e7a22e: note: pointer points here
03 00 03 00 46 00 00 00 55 02 0e 00 ff ff 61 01 07 00 1c 01 07 00 0e 00 07 00 08 00 03 00 07 00
^
src/spesh/graph.c:226:57: runtime error: load of misaligned address 0x7fdb42e7a24e for type 'MVMuint32', which requires 4 byte alignment
0x7fdb42e7a24e: note: pointer points here
9c 00 04 00 bd 05 00 00 60 00 00 00 96 01 07 00 02 00 1a 00 08 00 04 00 07 00 9c 00 05 00 97 03
^
src/spesh/codegen.c:282:65: runtime error: store to misaligned address 0x000001c8d376 for type 'MVMuint32', which requires 4 byte alignment
0x000001c8d376: note: pointer points here
21 00 0a 00 00 00 00 00 87 01 07 00 00 00 87 01 08 00 04 00 7f 00 02 00 83 00 00 00 07 00 82 00
^
3rdparty/dynasm/dasm_x86.h:393:19: runtime error: store to misaligned address 0x7fdb43400209 for type 'short unsigned int', which requires 2 byte alignment
0x7fdb43400209: note: pointer points here
66 f7 41 0c 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
^
src/core/interp.c:156:38: runtime error: load of misaligned address 0x7fdb42ed6ff6 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb42ed6ff6: note: pointer points here
20 00 1f 00 d0 04 00 00 65 01 05 00 fe 00 05 00 05 00 08 00 03 00 05 00 e4 00 09 00 01 00 08 00
^
src/core/interp.c:114:47: runtime error: load of misaligned address 0x7fdb42ee00da for type 'MVMuint32', which requires 4 byte alignment
0x7fdb42ee00da: note: pointer points here
1b 00 02 00 5e 00 00 00 87 01 03 00 00 00 96 01 04 00 00 00 85 00 0e 01 03 00 04 00 df 00 00 00
^
src/core/interp.c:263:38: runtime error: load of misaligned address 0x7fdb42ee1c26 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb42ee1c26: note: pointer points here
28 00 10 00 53 02 00 00 07 00 0a 00 c6 01 00 00 87 01 11 00 10 00 7f 00 12 00 82 00 00 00 0a 00
^
src/core/interp.c:2344:60: runtime error: load of misaligned address 0x7fdb43232432 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb43232432: note: pointer points here
04 00 09 00 3d 00 00 00 0b 00 03 00 59 01 09 00 fe 00 09 00 09 00 96 01 0c 00 00 00 24 00 87 01
^
src/core/interp.c:2440:60: runtime error: load of misaligned address 0x7fdb43232e72 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb43232e72: note: pointer points here
08 00 03 00 9d 00 00 00 ff ff 07 00 04 00 c8 00 00 00 53 02 03 00 04 00 87 01 03 00 03 00 0b 01
^
src/core/interp.c:2462:60: runtime error: load of misaligned address 0x7fdb4323196e for type 'MVMuint32', which requires 4 byte alignment
0x7fdb4323196e: note: pointer points here
04 00 03 00 3c 00 00 00 02 00 35 00 02 00 8c 00 01 00 01 00 90 00 00 00 00 00 2e 02 87 01 01 00
^
src/core/interp.c:725:38: runtime error: load of misaligned address 0x7fdb43216bce for type 'MVMuint32', which requires 4 byte alignment
0x7fdb43216bce: note: pointer points here
9b 00 02 00 5a 00 00 00 40 00 00 00 07 00 08 00 c1 00 00 00 08 00 02 00 08 00 9d 00 03 00 01 00
^
src/core/interp.c:728:47: runtime error: load of misaligned address 0x7fdb432146ea for type 'MVMuint32', which requires 4 byte alignment
0x7fdb432146ea: note: pointer points here
41 00 00 00 40 00 00 00 07 00 0a 00 c1 00 00 00 08 00 02 00 0a 00 9b 00 03 00 44 00 00 00 5a 00
^
src/core/interp.c:2368:60: runtime error: load of misaligned address 0x7fdb4321476e for type 'MVMuint32', which requires 4 byte alignment
0x7fdb4321476e: note: pointer points here
06 00 07 00 36 00 00 00 08 00 03 00 96 01 07 00 00 00 6b 00 87 01 07 00 07 00 0d 01 06 00 07 00
^
src/core/interp.c:822:47: runtime error: load of misaligned address 0x7fdb46f0a986 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb46f0a986: note: pointer points here
00 00 17 00 42 05 00 00 17 00 b6 05 00 00 17 00 70 07 00 00 17 00 76 07 00 00 17 00 fe 07 00 00
^
src/core/interp.c:699:38: runtime error: load of misaligned address 0x7fdb42ed91c2 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb42ed91c2: note: pointer points here
99 00 02 00 74 02 00 00 3c 00 00 00 55 02 1f 00 00 00 08 00 02 00 1f 00 2e 02 64 01 07 00 fe 00
^
src/core/interp.c:1452:66: runtime error: load of misaligned address 0x7fdb46f08402 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb46f08402: note: pointer points here
03 00 04 00 20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01
^
src/core/interp.c:1455:47: runtime error: load of misaligned address 0x7fdb46f08406 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb46f08406: note: pointer points here
20 03 00 00 60 04 00 00 48 00 04 00 07 00 1e 00 db 00 00 00 0b 01 08 00 09 00 90 01 00 00 04 00
^
src/core/interp.c:140:47: runtime error: load of misaligned address 0x7fdb42ed9c32 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb42ed9c32: note: pointer points here
1e 00 12 00 d0 0a 00 00 07 00 29 00 7c 02 00 00 87 01 33 00 0f 00 fa 00 34 00 33 00 7f 00 00 00
^
src/6model/reprs/MVMStaticFrame.c:62:9: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/interp.c:147:47: runtime error: load of misaligned address 0x7fdb43217192 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb43217192: note: pointer points here
1f 00 08 00 c4 00 00 00 87 01 02 00 00 00 96 01 05 00 00 00 9a 00 15 01 09 00 02 00 05 00 62 00
^
src/core/interp.c:5046:56: runtime error: load of misaligned address 0x000002277c2a for type 'MVMuint32', which requires 4 byte alignment
0x000002277c2a: note: pointer points here
08 00 04 00 3d 00 00 00 0d 00 7f 00 00 00 83 00 00 00 0b 00 8b 00 08 00 08 00 44 01 07 00 09 00
^
src/core/interp.c:693:38: runtime error: load of misaligned address 0x7fdb43249376 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb43249376: note: pointer points here
98 00 01 00 1d 00 00 00 98 00 02 00 21 00 00 00 2e 02 87 01 04 00 00 00 fe 00 04 00 04 00 08 00
^
src/core/interp.c:702:47: runtime error: load of misaligned address 0x7fdb42ee4092 for type 'MVMuint32', which requires 4 byte alignment
0x7fdb42ee4092: note: pointer points here
74 03 00 00 30 00 00 00 55 02 16 00 00 00 08 00 03 00 16 00 2e 02 96 01 05 00 02 00 1a 00 08 00
^
src/core/interp.c:688:38: runtime error: load of misaligned address 0x000002288f2a for type 'MVMuint32', which requires 4 byte alignment
0x000002288f2a: note: pointer points here
97 00 02 00 41 00 00 00 df 02 03 00 30 00 01 00 23 00 04 00 02 00 01 00 cd 02 04 00 00 00 40 01
^
src/6model/reprs/MVMStaticFrame.c:113:5: runtime error: null pointer passed as argument 2, which is declared to never be null
src/core/validation.c:248:23: runtime error: load of misaligned address 0x7fe66716b046 for type 'MVMuint32', which requires 4 byte alignment
0x7fe66716b046: note: pointer points here
07 00 00 00 d4 03 00 00 9d 01 00 00 00 00 9f 00 01 00 00 00 07 00 02 00 b9 03 00 00 68 01 03 00
^
src/core/validation.c:257:23: runtime error: load of misaligned address 0x7fe66716b21a for type 'MVMuint32', which requires 4 byte alignment
0x7fe66716b21a: note: pointer points here
19 00 11 00 04 02 00 00 07 00 12 00 e1 07 00 00 b0 00 0c 00 12 00
View raw

(Sorry about that, but we can’t show files that are this big right now.)

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