[VSDK] Macho PB 1.9.8

Totte Alm totte at code66.se
Mon Oct 6 21:08:22 CDT 2003


> I also have think about this !!!
>
> Please look into FBL_DoIndexing.cpp file.
> Here present
>
> long FBL_Task::DoIndexing( FBL_Task* inIndexTask )
> {
>
> #if USE_PROGRESS_DIALOG == 1
>
>     return ODB_ProgressDialog::DoTaskProgress( inIndexTask );
>
> #else
>
>     // Just execute a task in the current thread.
>     FBL_Deleter<FBL_Task> Killer( inIndexTask );
>     inIndexTask->Run();
>     return inIndexTask->GetError();
>
> #endif
>
> }
>
This is the stack:
FBL_Task::DoIndexing(FBL_Task*)
FBL_IndexerTask::Run()
pthread_mutex_lock
semaphore_wait_trap
semaphore_wait_trap

So,  how does FBL_IndexerTask::Run() look??

can you mail me OFF LIST???

> May be you have set this USE_PROGRESS_DIALOG macro on ?
> I use it ON only inside of VAPP.

No callchain is correct

/ Totte



More information about the Valentina mailing list