Jeremy Hiatt

Results 3 comments of Jeremy Hiatt

I have encountered a very similar crash, also on an ARMv7l architecture, albeit within `graphene_vec3_init()` instead. Text of alignment trap: ``` Alignment trap: videosrc_queue: (666) PC=0x660e1a88 Instr=0xf9400aef Address=0x6997a648 FSR 0x811...

@ebassi One thing I'll admit I don't understand very well is how the alignment annotations are expected to interact with `struct` nesting. The offending `graphene_vec3_t` instance is declared as the...

I tested with 1.10.4 (was previously using 1.10.2) but no difference. I checked the reported alignment via `G_ALIGNOF(GstGLTransformation)` and it looks like it's getting calcluated correctly, since it's returning a...