ivmarkov
ivmarkov
> Looking at the backtraces, it would seem that OnceCell does something weird that causes EventListener trouble down the line. Why would OnceCell be doing something weird and moreover, this...
Other than dereferencing a raw pointer, I don't see anything else weird, unfortunately...
I know there is little to no progress here, for which I apologize. In the meantime, what I found to work for me is setting the version of `async-io` back...
> @ivmarkov Any news on the LLVM front ? I can reproduce unaligned pointers on the latest 1.80 toolchain. @mabezdev sorry for the ping ^^^ @jothan I know this is...
> Did any of you end up opening an issue in https://github.com/espressif/llvm-project ? I can't find it. I didn't. I really feel uncomfortable opening it and providing details myself, as...
> I can reliably reproduce a panic with this: > > ```rust > use core::pin::pin; > > use esp_idf_svc::io; > > // Don't forget to raise the CONFIG_PTHREAD_TASK_STACK_SIZE_DEFAULT in `sdkconfig.defaults`...
Actually @npmenard says something even more interesting: > I have noticed something odd but I am not sure if it will shade some light, whenever the bug occurs the value...
> Well I guess we can blame pin, but that might also be independent of our issue. I'm not blaming pin. But so far, it seems we can only reproduce...
> Why do you expect `&mut array` to duplicate the array on stack? Because the `pin!` macro does not seem to simply expand to a `&mut array`? I find [this...
> I'm not against adding custom code for handling these targets, preferably in the `gen-target-info` crate. IMO it is not "just" about the ESP IDF targets (`rsicv32im(af)c-esp-espidf`). I think currently,...