Hi Eran,
CL 4335 hangs when closing on OSX 10.5.8
Frank
4335 MAC bug
-
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: 4335 MAC bug
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
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
-
- CodeLite Expert
- Posts: 176
- Joined: Sun Aug 17, 2008 2:45 pm
- Contact:
Re: 4335 MAC bug
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:
It seems that one of your processes is not terminating and CL keeps waiting for this.
Frank
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)
Frank
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: 4335 MAC bug
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
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