Picture of Daniel Deterding (innovaphone)
Moderator Registered 14 years 347 days
Daniel Deterding (innovaphone) Wednesday, 7 September 2022, 04:01 PM in response to iqbal
Re: Segmentation fault error in my C++ Application
Hi Iqbal,

this is one of those more complicated segmentation faults where you can't say, where it happens exactly.

But you see, that the database tries to hand a DatabaseExecSQLResult to a UDatabase object (this might be one of your UTask classes).
This causes the trap, so I assume, that the UDatabase object has been deleted without waiting for every DatabaseExecSQLResult callback.

Greetings,
Daniel
← You can define your color theme preference here