- Code: Select all
1. gdb ./goldendict
2. break main
3. run
4. break _XError
5. set _Xdebug=1
6. cont
7. bt
Thank you!
1. gdb ./goldendict
2. break main
3. run
4. break _XError
5. set _Xdebug=1
6. cont
7. bt
leonrwood wrote:I also have this problem. I cannot figure out why. The output is the same as the last poster posted. If there's anything I can help,
I would like to do anything that I can do to solve this problem.
qmake "CONFIG+=debug"
make clean
make
Tvangeste wrote:OK, one more thing to try.
Make sure no goldendict is running, then open the ~/.goldendict/conifg file in any text editor and change 1 to 0 in two places:
- Code: Select all
<enableMainWindowHotkey>1</enableMainWindowHotkey>
... snip ....
<enableClipboardHotkey>1</enableClipboardHotkey>
to
- Code: Select all
<enableMainWindowHotkey>0</enableMainWindowHotkey>
... snip ...
<enableClipboardHotkey>0</enableClipboardHotkey>
Is your GoldenDict still crashing after such change?
serge wrote: Here is debug log:
http://pastebin.com/AyFmbgJg
Tvangeste wrote:OK, one more thing to try.
Make sure no goldendict is running, then open the ~/.goldendict/conifg file in any text editor and change 1 to 0 in two places:
- Code: Select all
<enableMainWindowHotkey>1</enableMainWindowHotkey>
... snip ....
<enableClipboardHotkey>1</enableClipboardHotkey>
to
- Code: Select all
<enableMainWindowHotkey>0</enableMainWindowHotkey>
... snip ...
<enableClipboardHotkey>0</enableClipboardHotkey>
Is your GoldenDict still crashing after such change?
Users browsing this forum: No registered users and 2 guests