desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #81991
[Bug 1106283] Re: [13.04, 13.10, 14.04, 14.10] Nautilus crashed with SIGABRT in g_assertion_message() when trying to open file/folder's property dialog as root.
Reproducible in Ubuntu 14.10
** Summary changed:
- [13.04, 13.10, 14.04] Nautilus crashed with SIGABRT in g_assertion_message() when trying to open file/folder's property dialog as root.
+ [13.04, 13.10, 14.04, 14.10] Nautilus crashed with SIGABRT in g_assertion_message() when trying to open file/folder's property dialog as root.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/1106283
Title:
[13.04, 13.10, 14.04, 14.10] Nautilus crashed with SIGABRT in
g_assertion_message() when trying to open file/folder's property
dialog as root.
Status in Nautilus:
New
Status in “nautilus” package in Ubuntu:
In Progress
Bug description:
I tried to move a file(which is the lastpass installer tarball lplinux.tar.bz2 from http://lastpass.com ) from another user's home directory to mine download folder(Which as been converted to "~/下載" in Traditional Chinese), then tried to change its UID & GID to me...as root
UID changed successfully
When I clicked on the GID selection box...it hangs for a few second and crashed:(
To move further, I tried to open the property dialog of my home
directory(/home/Vdragon)... crashed too.
It seems that any of file/directory belongs to me is affected. 100%
reproducible.
Before nautilus crashed, a error window showes instantly(then vanished).
I tried to capture it as the attachment.
I suspect this issue is related to I used UTF-8 Chinese characters("林博仁") as my ... name
$ getent passwd Vdragon
Vdragon:x:1001:1001:林博仁,,,:/home/Vdragon:/bin/bash
then nautilus tried to grab my ...name for displaying UID, GID of my
file/folder...then BANG
There will be no issue if I don't execute nautilus as root then see my
file's properties.(however nautilus won't try to show the UID refers
to who in this case)
Backtrace(since this is my first time doing this, please tell me if I missed something; ):
#0 0x00007f675f0aae35 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:63
#1 0x00007f675f0ae498 in __GI_abort () at abort.c:90
#2 0x00007f675fbd9a66 in g_assertion_message (domain=domain@entry=0x0,
file=file@entry=0x4fd704 "nautilus-properties-window.c",
line=line@entry=1836,
func=func@entry=0x4fe770 <__PRETTY_FUNCTION__.50289> "schedule_owner_change_timeout", message=<optimized out>)
at /build/buildd/glib2.0-2.35.4/./glib/gtestutils.c:1892
#3 0x00007f675fbd9fc4 in g_assertion_message_expr (domain=domain@entry=0x0,
file=file@entry=0x4fd704 "nautilus-properties-window.c",
line=line@entry=1836,
func=func@entry=0x4fe770 <__PRETTY_FUNCTION__.50289> "schedule_owner_change_timeout", expr=expr@entry=0x4f73d8 "NAUTILUS_IS_FILE (file)")
at /build/buildd/glib2.0-2.35.4/./glib/gtestutils.c:1903
#4 0x000000000045f59e in schedule_owner_change_timeout (window=0x2954050,
window@entry=<error reading variable: value has been optimized out>)
at nautilus-properties-window.c:1836
#5 0x00007f675fbb81ab in g_timeout_dispatch (source=source@entry=0x2a37e80,
callback=<optimized out>, user_data=<optimized out>)
at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:4095
#6 0x00007f675fbb75a5 in g_main_dispatch (context=0x230a5d0)
at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:2784
---Type <return> to continue, or q <return> to quit---+
#7 g_main_context_dispatch (context=context@entry=0x230a5d0)
at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3288
#8 0x00007f675fbb78e8 in g_main_context_iterate (
context=context@entry=0x230a5d0, block=block@entry=1,
dispatch=dispatch@entry=1, self=<optimized out>)
at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3359
#9 0x00007f675fbb79a4 in g_main_context_iteration (context=0x230a5d0,
context@entry=0x0, may_block=may_block@entry=1)
at /build/buildd/glib2.0-2.35.4/./glib/gmain.c:3420
#10 0x00007f676015e9cc in g_application_run (application=0x22d1030,
argc=argc@entry=1, argv=argv@entry=0x7fffd6d42948)
at /build/buildd/glib2.0-2.35.4/./gio/gapplication.c:1620
#11 0x000000000042b6cb in main (argc=1, argv=0x7fffd6d42948)
at nautilus-main.c:103
ProblemType: Crash
DistroRelease: Ubuntu 13.04
Package: nautilus 1:3.6.3-0ubuntu5
ProcVersionSignature: Ubuntu 3.8.0-1.5-generic 3.8.0-rc4
Uname: Linux 3.8.0-1-generic x86_64
ApportVersion: 2.8-0ubuntu2
Architecture: amd64
Date: Sun Jan 27 02:42:56 2013
ExecutablePath: /usr/bin/nautilus
GsettingsChanges: b'org.gnome.nautilus.window-state' b'geometry' b"'927x1027+66+24'"
InstallationDate: Installed on 2013-01-26 (0 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Alpha amd64 (20130126)
MarkForUpload: True
ProcCmdline: nautilus
Signal: 6
SourcePackage: nautilus
StacktraceTop:
raise () from /lib/x86_64-linux-gnu/libc.so.6
abort () from /lib/x86_64-linux-gnu/libc.so.6
g_assertion_message () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
g_assertion_message_expr () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
?? ()
Title: nautilus crashed with SIGABRT in raise()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/1106283/+subscriptions