nautilus repeated SIGABRT in VMware on live CD and DVD
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
nautilus (Ubuntu) |
Invalid
|
Medium
|
Ubuntu Desktop Bugs |
Bug Description
Binary package hint: nautilus
I used VMware Workstation to create a 1GB/8GB virtual machine, attached
the latest (Feb 28) Jaunty DVD to the CDROM port, and booted it as
"try without installing". Both the CD and DVD versions came up with a
desktop background and a task bar showing nautilus processes starting
and dying - the task bar was filling with nautilus entries and nothing
ever appeared on the desktop.
I started a terminal and did "killall -STOP nautilus" to stop the looping
nautilus and then straced the stopped nautilus process (which resumed
as soon as the strace attached to it). Nautilus quickly died with
a SIGABRT and another nautilus started, which died, etc. I repeated
this STOP/strace sequence twice. Each nautilus died with this system
call pattern:
[...]
read(20, "l\2\1\
read(20, 0x8cc2968, 2048) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday(
writev(20, [{"l\1\
gettimeofday(
poll([{fd=20, events=POLLIN}], 1, 25000) = 1 ([{fd=20, revents=POLLIN}])
read(20, "l\2\1\
read(20, 0x8cc2968, 2048) = -1 EAGAIN (Resource temporarily unavailable)
gettimeofday(
writev(20, [{"l\1\
gettimeofday(
poll([{fd=20, events=POLLIN}], 1, 25000) = 1 ([{fd=20, revents=POLLIN}])
read(20, "l\2\1\
read(20, 0x8cc2968, 2048) = -1 EAGAIN (Resource temporarily unavailable)
mmap2(NULL, 8392704, PROT_READ|
mprotect(
clone(child_
futex(0xb795e790, FUTEX_WAKE_PRIVATE, 1) = 1
+++ killed by SIGABRT (core dumped) +++
Both the CD and the DVD do this. The previous Jaunty (Feb 5) worked fine under VMware.
ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/nautilus
Package: nautilus 1:2.25.91-0ubuntu1
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: nautilus
Uname: Linux 2.6.28-8-generic i686
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please try to obtain a backtrace following the instructions at http:// wiki.ubuntu. com/DebuggingPr ogramCrash and upload the backtrace (as an attachment) to the bug report. This will greatly help us in tracking down your problem.