Description:
on archlinux codeblocks is crashing when close his with unsaved changes in file/projects
Additional info:
codeblocks-17.12-10
https://www.archlinux.org/packages/community/x86_64/codeblocks/
Steps to reproduce:
1. make unsaved changes
2. try close
log in file
My guess is that you're getting this problem: https://sourceforge.net/p/codeblocks/tickets/629/
Would it be possible to apply this patch and if it fixes it to report an arch bug to start applying it to their package?
If it doesn't fix it please provide a backtrace generated with gdb. The one in the xml has missing information.
backtrace with gdb
https://pastebin.com/PTBC7zV6
To post a backtrace you have to execute the bt or thread apply all bt commands.
it is?
https://pastebin.com/iMVkMpnF
Still no backtrace...
don't understand
backtrace with (gdb) thread apply all bt
https://pastebin.com/apk2ywq9
Last edit: Vladimir 2019-04-07
bt or "thread apply all bt" must be executed AFTER the crash
lol, now i get it (seemingly)
https://pastebin.com/KAftnCMJ
lets try again :)
That is better. But you don't have symbols for the function calling the crashing function.
Is there a way to install them?
https://wiki.archlinux.org/index.php/Debug_-_Getting_Traces
From here is sems you need to rebuild, so if you really need to do it then you could try to apply the patch from https://sourceforge.net/p/codeblocks/tickets/629/#68fb to see if it fixes the problem.
this patch (https://sourceforge.net/p/codeblocks/tickets/629/#68fb) already applied in package
and i rebuild from source, it's didnt help
bt with logging
https://pastebin.com/WPGfWDeL
Last edit: Vladimir 2019-04-10
We need to find out what is happenning at line #1... It seems that symbols are stripped..
What are the exact steps? How do you close the application?
Do you have a project open? Do you need a particular file or you can reproduce this with an almost empty file?