Overview
| Artifact ID: | 835524dc83664535885bb352ae008fb66e7223066725d57d635c72a9d4ec9be7 |
|---|---|
| Ticket: | 893f8cc5db3ba8bd6bed80ce89a0a75c6088a37c
Nested mutexes following TIP 509 |
| User & Date: | sebres 2025-10-03 19:27:29 |
Changes
- closedate changed to: "2460952.31075862"
- closer changed to: "sebres"
- icomment:
<blockquote>> This could indeed happen, when on a target platform a pthread_t were a complex struct</blockquote> No. As I already wrote, this can also happen with scalar data (e. g. 64-bit int or pointer on 64-bit platform) if the variable is not properly aligned in memory, e. g. placed in a structure without alignment after some members not aligned to 64-bit (e. g. after int16 or int32). However it depends (platform, CPU, etc).
- login: "sebres"
- mimetype: "text/x-fossil-wiki"