Comment 1 for bug 114476

Revision history for this message
Hanusz leszek (leszek-skynet) wrote :

Thanks for your bug report.

Could you compile the package from source with debugging on to have more information about the bug ?

Go to system->administration->update sources and enable the source code repositories
#create new directory and go inside in a terminal
apt-get source nautilus-sendto
#enter the created directory and run:
sudo apt-get install libgtk2.0-dev libgconf2-dev libglade2-dev libnautilus-extension-dev build-essential gdb
./configure --enable-debug --prefix=/usr
make
#go then in the src directory and run:
gdb ./nautilus-sendto
#it should give you a gdb prompt. enter:
run hal.txt
#the program run and produce the segmentation fault, enter:
bt

then paste the result you obtained.