| ||||||||
adm | Find | login register |
| |||||||||||||
| |||||||||||||
| |||||||||||||
詞音下的狀況,用的是一般標準鍵盤,目前還不知道原因,gcin會自己掛掉重開
| |||||||||||||
幫忙用1.5.7-pre5測試一下,發現的確有koshizu所說的情形, | |||||||||||||
| |||||||||||||
歹勢,不知道怎麼compile成「-g」,所以,是直接./configure和make而已,結果測試正常~不會當掉...Orz。 後來我進入dh_make和dpkg-buildpackage編出來的那個gcin資料夾去試,發現接著狀況如下: winlin@~/download/gcin-1.5.7.pre4$./tgdb GNU gdb (GDB) 7.0.1-debian Copyright (C) 2009 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>This is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law. Type "show copying"and "show warranty" for details.This GDB was configured as "i486-linux-gnu".For bug reporting instructions, please see:<http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /home/winlin/download/gcin-1.5.7.pre4/gcin.test...(no debugging symbols found)...done. (gdb) r Starting program: /home/winlin/download/gcin-1.5.7.pre4/gcin.test [Thread debugging using libthread_db enabled]gcin:bad utf8 char ffffffff �� 好像沒有什麼有用的訊息? | |||||||||||||
export GCIN_ERR_COREDUMP
可以讓 p_err 產生 coredump 就可以知道當在哪裡 edited: 2
| |||||||||||||
eliu兄: 小弟不才,多了這行指令似乎沒有多得到什麼訊息..., winlin@~/download/gcin-1.5.7.pre4$export GCIN_ERR_COREDUMP | |||||||||||||
tgdb 這個 script 第1行沒有 #!/bin/bash -f 所以沒有作用。 或是直接把 export GCIN_ERR_COREDUMP= 加在 tgdb 開頭的地方 | |||||||||||||
eliu兄:有了有了!這次多了最下面那二行,感謝~ winlin@~/download/gcin-1.5.7.pre4$./tgdb | |||||||||||||
接著在 gdb 輸入 bt 就可以知道在那邊當掉 | |||||||||||||
看到了! (gdb) bt | |||||||||||||
|
| ||||||||
adm | Find | login register |