hadashiA / VContainer

The extra fast, minimum code size, GC-free DI (Dependency Injection) library running on Unity Game Engine.
https://vcontainer.hadashikick.jp
MIT License
1.89k stars 165 forks source link

[CRASH] Unity 2022.3.* signal 7 (SIGBUS), code 1 (BUS_ADRALN), fault addr -------- #582

Open vandelpal opened 9 months ago

vandelpal commented 9 months ago

Hi, we develop a big project and use Vkontainer v 1.13.1 Now project works on unity 2021.3.16 and everythitg is good. We tried update it to unity 2022.3.11f1 and 2022.3.13f1, but on container.Build() line we have native app crash. What we can do with it? log.txt

hadashiA commented 9 months ago

The cause cannot be determined from that call stack. It could be either a problem with VContainer or with the application that uses it.

If you send me a minimum reproduction project, I may be able to investigate.