gaim/www

Parents 48c943ba0545
Children 8bbd1d938996
(08:51:27) Faceprint: i think maybe we should update gdb.php to say "bt
full" instead of just "bt"
(08:51:32) Luke: okay
(08:51:35) Luke: that's easily done
(08:51:40) Faceprint: you agree?
(08:51:51) Luke: I'd never heard of bt full until last week
(08:51:54) Faceprint: that way we get the more useful backtrace the first
time
(08:52:12) Luke: *nods*
--- a/htdocs/gdb.php Mon Dec 19 23:22:53 2005 -0500
+++ b/htdocs/gdb.php Tue Dec 20 08:52:26 2005 -0500
@@ -32,7 +32,7 @@
(gdb) <b>run</b>
<i>(stuff scrolls by)</i>
<i><b>(do whatever it is you did to get Gaim to crash)</b></i>
-(gdb) <b>bt</b>
+(gdb) <b>bt full</b>
<i>(the bt scrolls by)</i>
<i><b>(copy and paste all of this to your bug report)</b></i>
(gdb) <b>quit</b>