[Bug 145434] Re: nautilus crashed with SIGSEGV

2008-02-27 Thread Sebastien Bacher
** Attachment removed: crash file

   http://launchpadlibrarian.net/12244104/_usr_bin_nautilus.0.crash

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145434] Re: nautilus crashed with SIGSEGV

2008-02-26 Thread miked
Ubuntu Hardy Heron 8.04 Alpha 5
[EMAIL PROTECTED]:~# 
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/180795

** Attachment added: crash file
   http://launchpadlibrarian.net/12244104/_usr_bin_nautilus.0.crash

** Tags added: hardyheronalpha4+5

** Tags removed: hardyheronalpha4

** Tags added: hardyheronalpha4 hardyheronalpha5

** Tags removed: hardyheronalpha4+5

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145434] Re: nautilus crashed with SIGSEGV

2008-02-23 Thread Qchacho
Crash in start session on XFCE

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145434] Re: nautilus crashed with SIGSEGV

2008-02-12 Thread Bigbiz
This morning, after updating Hardy, Nautilus doesn't run properly.
If I type nautilus in command line this is the result:

seahorse nautilus module initialized

** (nautilus:8895): WARNING **: Unable to add monitor: Not supported
Segmentation fault (core dumped)

and nautilus doesn't start!!!

If I type sudo nautilus the result:

[sudo] password for x: 
seahorse nautilus module initialized

** (nautilus:9002): WARNING **: Unable to add monitor: Not supported

and nautilus STARTS... ? ? ?

Desktop is unavailable!!!

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145434] Re: nautilus crashed with SIGSEGV

2008-02-12 Thread Pedro Villavicencio
Please use apport to send the report of the crash, thanks.

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145434] Re: nautilus crashed with SIGSEGV

2008-02-11 Thread miked
[EMAIL PROTECTED]:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=8.04
DISTRIB_CODENAME=hardy
DISTRIB_DESCRIPTION=Ubuntu hardy (development branch)
[EMAIL PROTECTED]:~# 
Hardy Heron Alpha 4


** Tags added: hardyheronalpha4

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145434] Re: nautilus crashed with SIGSEGV

2008-02-11 Thread Zaeggu
I have the same Bug of my PC withe Hardy and lasted updates.

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145434] Re: nautilus crashed with SIGSEGV

2007-09-27 Thread Sebastien Bacher
Thanks for your bug report. Please try to obtain a backtrace
http://wiki.ubuntu.com/DebuggingProgramCrash and attach the file to the
bug report. This will greatly help us in tracking down your problem.

** Attachment removed: CoreDump.gz

   http://launchpadlibrarian.net/9518899/CoreDump.gz

** Visibility changed to: Public

** Changed in: nautilus (Ubuntu)
   Importance: Undecided = Medium
 Assignee: (unassigned) = Ubuntu Desktop Bugs (desktop-bugs)
   Status: New = Incomplete

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145434] Re: nautilus crashed with SIGSEGV

2007-09-27 Thread Will
I followed the DebuggingProgramCrash instructions, installed the 
nautilus-dbgsym package, and attempted to start the program via gdb:
wan % gdb nautilus
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...
/usr/bin/nautilus: not in executable format: File format not recognized


Strace output?
wan % strace nautilus
execve(/usr/bin/nautilus, [nautilus], [/* 42 vars */]) = -1 EFAULT (Bad 
address)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV (core dumped) +++
Process 6558 detached

Maybe the file format was incorrect?
[mind:~] 
wan % file `which nautilus`  
/usr/bin/nautilus: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), 
for GNU/Linux 2.6.8, dynamically linked (uses shared libs), stripped

Hmm. What else can I try?

wan % sudo aptitude reinstall nautilus
wan % gdb nautilus
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.

Aha! Corrupt package maybe?

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145434] Re: nautilus crashed with SIGSEGV

2007-09-27 Thread Will
Yes, the issues I was having are now resolved, upon reboot the desktop is 
functional and the notification area popped up right on schedule.
As long as you feel alright with this result, I say we can close the bug.

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 145434] Re: nautilus crashed with SIGSEGV

2007-09-27 Thread Sebastien Bacher
looked like your installation was corrupted, since that's fixed and not
a real bug closing

** Changed in: nautilus (Ubuntu)
   Status: Incomplete = Invalid

-- 
nautilus crashed with SIGSEGV
https://bugs.launchpad.net/bugs/145434
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs