CodeLite Crash Handler

CodeLite installation/troubleshooting forum
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

CodeLite Crash Handler

Post by jiapei100 »

Hi, Eran:

After upgrading my GDB recently, there seems to be a serious confliction between GDB and current CodeLite.

Error message is:
CodeLite Crash Handler

codelite crashed: you may attach to it using gdb
or let it crash silently..
Attach debugger?

I'm using

Ubuntu 9.10
gdb 7.0-0ubuntu1
codelite v2.5.2.4031


Since this happens from time to time, I'm not able to run codelite at all now.
I may need a thorough reinstallation.

Best Regards
JIA Pei
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite Crash Handler

Post by eranif »

It has nothing to do with the gdb version. However, did you try to attach gdb to codelite and see the backtrace?

Eran
Make sure you have read the HOW TO POST thread
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Re: CodeLite Crash Handler

Post by jiapei100 »

Haha... yes, I noticed the gdb output.
But, seriously have no idea how to copy everything out yet.

I mean, how to copy every error messages out from the gdb window when codelite got crashed?
I attached the first 3 pages down here.
There should be around 16 pages in total.

I upload a folder at http://www.visionopen.com/pngs
all gdb output are saved as .png files, page by page.

Codelite is so cool that I can't program without it.
So, Eran, I wonder if you can help at your earliest convenience?

Well, this situation occurred ever since I upgraded a new gdb or gcc. (Seriously can't remember).
And it just started happening these days.


Best Regards
JIA Pei
You do not have the required permissions to view the files attached to this post.
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite Crash Handler

Post by eranif »

Ok... these pages are not interesting. What is interesting is that what is the output of the 'bt' command.

Follow these steps:

1) When codelite crashes, and offers you to attach debugger, say 'Yes'.
2) Next, hit ENTER until you get the prompt from gdb.
3) When you get the prompt from gdb, type:

Code: Select all

bt
and gdb will print the backtrace of the crash - paste the output here and we will continue it from there

Eran
Make sure you have read the HOW TO POST thread
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Re: CodeLite Crash Handler

Post by jiapei100 »

Thanks for your kind guidance.

the output is now attached, in 1 page.
You do not have the required permissions to view the files attached to this post.
Welcome to Vision Open
http://www.visionopen.com
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: CodeLite Crash Handler

Post by eranif »

It looks like codelite crashes on exit

But other than that, I need a reproduction for this...

Are you doing anything special to make it crash?

Eran
Make sure you have read the HOW TO POST thread
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Re: CodeLite Crash Handler

Post by jiapei100 »

Hi, Eran:

I don't think I did anything special.
Let me reproduce it using a video.

http://www.visionopen.com/codelitecrash.ogv

No longer than 1 minute after I started Codelite, it will go crash.
What can I do? Please do help.

I reinstalled Codelite already. Is it possible this has something to do with Codelite settings?
After Codelite uninstalled, is there still some leftover for Codelite configuration?

Looking forward to your reply.

Cheers
JIA
Welcome to Vision Open
http://www.visionopen.com
jiapei100
CodeLite Expert
Posts: 115
Joined: Wed Dec 30, 2009 8:29 am
Genuine User: Yes
IDE Question: C++
Location: Surrey, BC, Canada
Contact:

Re: CodeLite Crash Handler

Post by jiapei100 »

After I uninstall codelite and remove the folder "~/.codelite", and reinstall codelite once again.
Codelite seems to be recovered.
Therefore, it's possible that my codelite configuration went wrong some time.


However, after a while, no longer than 5 minutes, it went wrong once again.
Seriously annoying.

Anyway, looking forward to your response and hopefully there will be a help soon.


Best Regards
JIA
Welcome to Vision Open
http://www.visionopen.com
Post Reply