Comment 3 for bug 466532

Revision history for this message
Tom Jaeger (thjaeger) wrote : Re: [Bug 466532] Re: [Karmic]Easystroke: Crash when record. (kernel)

Sorry, I'll need a real backtrace with debug symbols enabled. This is a
little bit more work since you need to recompile the applications. You
should be able to use the following instructions (untested):

sudo apt-get build-dep easystroke
apt-get source easystroke
cd easystroke-0.4.9
echo 'DFLAGS= -ggdb' > debug.mk
make -j2
gdb ./easystroke
run

MephSnake wrote:
> Ok, I did it, you have the results here:
>
> daniel, Que quieres? pesao... ~ $
> /home/daniel
>> gdb easystroke
> GNU gdb (GDB) 7.0-ubuntu
> Copyright (C) 2009 Free Software Foundation, Inc.
> (.....)
>
> Leyendo símbolos desde /usr/bin/easystroke...(no debugging symbols found)...hecho.
> (gdb) run
> Starting program: /usr/bin/easystroke
> [Thread debugging using libthread_db enabled]
>
>
> Program received signal SIGFPE, Arithmetic exception.
> 0x000000000046e09e in ?? ()
> (gdb) bt
> #0 0x000000000046e09e in ?? ()
> Cannot access memory in adress 0x7fffffffcf38
>