Nautilus-sendto crashes

Bug #114476 reported by Nixus Maximus
4
Affects Status Importance Assigned to Milestone
nautilus-sendto (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: nautilus-sendto

nautilus-sendto crashes every time I use it since I upgraded to feisty.
The terminal-report is:

simon@main:~$ nautilus-sendto hal.txt
Init evolution plugin
Segmentation fault (core dumped)

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.

Changed in nautilus-sendto:
status: Unconfirmed → Needs Info
Revision history for this message
Nixus Maximus (srenaud) wrote :

ok, here are the results:

(gdb) run hal.txt
Starting program: /home/simon/Desktop/koverartist/nautilus-sendto-0.7/src/nautilus-sendto hal.txt
[Thread debugging using libthread_db enabled]
[New Thread -1226099008 (LWP 12072)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1226099008 (LWP 12072)]
0x00000000 in ?? ()
(gdb) bt
#0 0x00000000 in ?? ()
#1 0x0804acc8 in main (argc=12432, argv=0x80a7178) at nautilus-sendto-command.c:380
(gdb)

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

It is strange, you should have nautilus-sendto-0.10 instead of nautilus-sendto-0.7
can you paste your /etc/apt/source.list file ?

Revision history for this message
Nixus Maximus (srenaud) wrote :

ok, it looks as follows:

deb http://de.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu edgy main restricted universe multiverse

deb http://de.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu edgy-updates main restricted universe multiverse

deb http://de.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu edgy-security main restricted universe multiverse

deb http://de.archive.ubuntu.com/ubuntu feisty-backports main restricted universe multiverse
deb-src http://de.archive.ubuntu.com/ubuntu edgy-backports main restricted universe multiverse

deb http://archive.canonical.com/ feisty-commercial main

#AUTOMATIX REPOS START

deb http://www.getautomatix.com/apt feisty main

deb http://archive.canonical.com/ubuntu feisty-commercial main
#AUTOMATIX REPOS END

#deb http://www.in.fh-merseburg.de/~jahn/opensync-0.21/ feisty main

BTW: apt-cache shows the following:

simon@main:~$ apt-cache policy nautilus-sendto
nautilus-sendto:
Installiert:0.10-0ubuntu1
Mögliche Pakete:0.10-0ubuntu1
Versions-Tabelle:
*** 0.10-0ubuntu1 0
500 http://de.archive.ubuntu.com feisty/main Packages
100 /var/lib/dpkg/status

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

you have the feisty repositories for the binary packages but you still have the edgy repositories for the source packages.
You should change all instances of edgy in your source.list file to feisty.

In fact I learned there is an easier way to have the packages with debugging information than to compile from source. Follow the instruction here:
https://wiki.ubuntu.com/DebuggingProgramCrash
to install nautilus-sendto-dbgsym and create a backtrace and a valgrind report.

Revision history for this message
Nixus Maximus (srenaud) wrote :

Thanks for the hint with the repositories, I didn't see that.

I'll attach the logfiles.

Cheers, Simon

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

Thanks for all your efforts but apparently this is a duplicate of this bug:
https://bugs.launchpad.net/nautilus-sendto/+bug/68504

Changed in nautilus-sendto:
status: Needs Info → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.