Page 1 of 1
4335 MAC bug
Posted: Wed Aug 25, 2010 6:40 pm
by frank_frl
Hi Eran,
CL 4335 hangs when closing on OSX 10.5.8
Frank
Re: 4335 MAC bug
Posted: Thu Aug 26, 2010 6:59 pm
by eranif
Hi Frank,
I wont have access to Mac until Sunday, can you attach to codelite with gdb and try and see where it hangs?
(I can't reproduce it under Windows/Linux)
Eran
Re: 4335 MAC bug
Posted: Thu Aug 26, 2010 11:19 pm
by frank_frl
Hi Eran,
tried it with gdb, when it hangs there is no output in gdb, only when I force close from the dock it shows this:
Code: Select all
Program received signal SIGTERM, Terminated.
0x959d544e in __semwait_signal ()
(gdb)
It seems that one of your processes is not terminating and CL keeps waiting for this.
Frank
Re: 4335 MAC bug
Posted: Sun Aug 29, 2010 7:21 pm
by eranif
Fixed in trunk.
BTW: typing 'bt' would have shown the problem that codelite is waiting for codelite_indexer to terminate
Thanks for reporting this,
Eran