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
Daniel