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
>

-- 
[Karmic]Easystroke: Crash when record. (kernel)
https://bugs.launchpad.net/bugs/466532
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to