Application doesn't end

Vadim Zeitlin vadim at wxwindows.org
Mon Dec 11 11:37:07 PST 2006


On 11 Dec 2006 11:27:32 -0800 franky.braem at gmail.com wrote:

> Finally managed to run a debugger on Ubuntu and I see the following
> stack when I suspend the application:
> 
> Thread [1] (Suspended: Signal 'SIGINT' received. Description:
> Interrupt.)
> 	12 __kernel_vsyscall()  0xffffe410
> 	11 __lll_mutex_lock_wait()  0xb7bda2ae
> 	10 _L_mutex_lock_33()  0xb7bd6fbb
> 	9 <symbol is not available> 0x0815dc08
> 	8 <symbol is not available> 0xbfb56e08
> 	7 free()  0xb7b0434a
> 	6 wxMutexInternal::Lock()  0x080d2aa7
> 	5 wxThreadModule::OnExit()  0x080d41e1
> 	4 wxModule::DoCleanUpModules()  0x080c0021
> 	3 wxEntryCleanup()  0x080b392f
> 	2 wxEntry()  0x080b3d2a
> 	1 main() at /home/bronx/wxJS/src/db/main.cpp:43 0x0806e2fc

 There must be another thread (use "info thr" and "thr" commands) which
hadn't been terminated probably?

 Regards,
VZ

-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/





More information about the wx-users mailing list