DrKonqi backtrace generation broken with gdb 7.8
Bhushan Shah
bhush94 at gmail.com
Fri Oct 10 09:38:39 UTC 2014
Hello Release team,
DrKonqi backtrace generation is broken with gdb 7.8 so it will be good
idea to patch Drkonqi with following patch if distribution is shipping
gdb 7.8 and once gdb 7.8.1 is out you can remove this patch because is
fixed in gdb 7.8.1
--- a/drkonqi/data/debuggers/internal/gdbrc
+++ b/drkonqi/data/debuggers/internal/gdbrc
@@ -73,5 +73,5 @@ TryExec=gdb
Backends=KCrash
[KCrash]
-Exec=gdb -nw -n -batch -x %tempfile -p %pid %execpath
+Exec=gdb -nw -n -batch -ex "mt set target-async off" -ex "attach
%pid" -x %tempfile %execpath
BatchCommands=set width 200\nthread\nthread apply all bt
Thanks
--
Bhushan Shah
http://bhush9.github.io
IRC Nick : bshah on Freenode
More information about the release-team
mailing list