Language
Compiler
Options
$ (/home/jail/prog.exe+0x427b7e): runtime error: constructor call on misaligned address 0x00000296c068 for type 'C', which requires 16 byte alignment
0x00000296c068: note: pointer points here
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
^
prog.cc:12:8: runtime error: constructor call on misaligned address 0x00000296c068 for type 'C *', which requires 16 byte alignment
0x00000296c068: note: pointer points here
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
^
prog.cc:12:8: runtime error: member call on misaligned address 0x00000296c068 for type 'C *', which requires 16 byte alignment
0x00000296c068: note: pointer points here
00 00 00 00 30 27 43 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
^
Exit Code:
0