Application doesn't end

franky.braem at gmail.com franky.braem at gmail.com
Mon Dec 11 11:27:32 PST 2006


Vadim Zeitlin wrote:

> On Fri, 08 Dec 2006 14:55:47 +0100 Franky Braem <f.braem at skynet.be> wrote:
>
> FB> I finally have managed to run wxJS on Ubuntu. It runs the scripts fine,
> FB> but it doesn't end. After all windows are closed, the OnExit (in the gui
> FB> wxApp) is called, but I have to press Ctrl-C to end the console program.
>
>  The usual question: why don't you run it under debugger and look at the
> backtrace when you press Ctrl-C to see what exactly is going on? Of course
> it's possible that you don't discover the problem immediately but it's
> quite possible that you do. And in any case this would give us at least
> some additional information...
>
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







More information about the wx-users mailing list