Changes between Initial Version and Version 1 of Ticket #486, comment 5
- Timestamp:
- 2012-08-30T10:25:17Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #486, comment 5
initial v1 9 9 }}} 10 10 11 The only problem is that the reported fault address (76) does not really tie in into this scenario by 12 bytes if the aligned size is 64 and memalign() did returnNULL.11 &_tls_alignment is 4 and 76 = 19 * 4, so memalign() must have returned NULL.