4335 MAC bug

Discussion about CodeLite development process and patches
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

4335 MAC bug

Post by frank_frl »

Hi Eran,

CL 4335 hangs when closing on OSX 10.5.8

Frank
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: 4335 MAC bug

Post 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
Make sure you have read the HOW TO POST thread
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: 4335 MAC bug

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: 4335 MAC bug

Post 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
Make sure you have read the HOW TO POST thread
Post Reply