Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » get debug info after intermittent crashing of theide
Re: get debug info after intermittent crashing of theide [message #51121 is a reply to message #51114] Tue, 29 January 2019 20:53 Go to previous message
Zbych is currently offline  Zbych
Messages: 327
Registered: July 2009
Senior Member
slashupp wrote on Mon, 28 January 2019 09:10

What can I do to get theide to log it's state & call-trace when this error happen?
(A last resort, because it is very intrusive, will be to run theide itself in DEBUG
but I would first like to try easier / less hassle methods before I go there.)


I guess you should build new binary with symbols (export CXXFLAGS="-ggdb -O3 -ffunction-sections -fdata-sections";export LDFLAGS="-ggdb"; make -j 4; make install) and enable core dump in your system.
After crash use gdb to find out the place when theide fails.

https://nanxiao.me/en/enable-generating-core-dump-file-on-de bian-linux/
https://stackoverflow.com/questions/5745215/getting-stacktra ce-from-core-dump

[Updated on: Tue, 29 January 2019 21:19]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Copying, installing, and using *.scd and *.udc speller dictionaries...
Next Topic: Large data ahead
Goto Forum:
  


Current Time: Tue Jun 10 04:46:20 CEST 2025

Total time taken to generate the page: 0.03842 seconds