On Montag, 8. Jänner 2024 21:51:39 CET Berthold Stoeger via subsurface wrote:
> On Montag, 8. Jänner 2024 21:17:19 CET Dirk Hohndel wrote:
> > > If all else fails, you could disassemble qmlmanager.ccc.o. as such:
> > > 
> > > objdump -d
> > > ./mobile-widgets/CMakeFiles/subsurface_mobile.dir/qmlmanager.cpp.o (at
> > > least that's how it works on Linux, assuming it is similar for Apple)
> > > 
> > > and we could try to look from there...
> > 
> > That's what I did.
> 
> Sorry, that code makes little sense to me. It is the first time that I see
> ARM64 code, but it seems to me that symbol information is missing - all
> these '94000000' look like place holders.

If the " QMLManager::~QMLManager() + 68" in your first e-mail is correct, it 
seems to be 
right at the beginning of the destructor (for me that is right between the 
first to bl 
instructions). Which means that it is probably the last or second to last 
subobject. I 
suggest removing the "IosShare iosshare" thing and see if that is it. Could 
also be the 
"QFile appLogFile".

Berthold
_______________________________________________
subsurface mailing list
subsurface@subsurface-divelog.org
http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface

Reply via email to