Skip to content

Instantly share code, notes, and snippets.

@colorbox
colorbox / error.cpp
Last active July 20, 2024 15:21
https://leetcode.com/problems/reverse-linked-list/ にて、なぜかエラーになる。
/*
下記のようなエラーが出る。
```
Line 173: Char 16: runtime error: reference binding to misaligned address 0xbebebebebebec0b6 for type 'ListNode *', which requires 8 byte alignment (stl_deque.h)
0xbebebebebebec0b6: note: pointer points here
<memory cannot be printed>
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /usr/bin/../lib/gcc/x86_64-linux-gnu/13/../../../../include/c++/13/bits/stl_deque.h:182:16
```
*/