After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 165725 - crash on the properties of files where the permission should be denied
crash on the properties of files where the permission should be denied
Status: RESOLVED DUPLICATE of bug 158904
Product: nautilus
Classification: Core
Component: general
2.9.x
Other Linux
: High critical
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-01-30 17:07 UTC by Sebastien Bacher
Modified: 2005-02-07 23:10 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Sebastien Bacher 2005-01-30 17:07:18 UTC
This is somewhere due to #165306

- cd /tmp
- mkdir nautilus
- touch nautilus/file
- chmod a-x nautilus
- nautilus /tmp/nautilus/

right click on "file", properties ... nautilus crashes.

Nautilus should probably not  browse the dir in a first place:

$ ls /tmp/nautilus
ls: /tmp/nautilus/file: Permission denied

in the console:

** (nautilus:30501): CRITICAL **: nautilus_file_get_permissions: assertion
`nautilus_file_can_get_permissions (file)' failed

bt:

Thread 5 (Thread -1228612688 (LWP 30502))

  • #0 __kernel_vsyscall
  • #1 poll
    from /lib/tls/i686/cmov/libc.so.6
  • #2 g_main_context_poll
    at gmain.c line 2880
  • #3 g_main_context_iterate
    at gmain.c line 2573
  • #4 IA__g_main_loop_run
    at gmain.c line 2782
  • #5 link_thread_io_context
    from /usr/lib/libORBit-2.so.0
  • #6 __JCR_LIST__
    from /usr/lib/libglib-2.0.so.0
  • #7 ??
  • #8 g_thread_create_proxy
    at gthread.c line 561
  • #0 __kernel_vsyscall

Comment 1 Martin Wehner 2005-02-07 23:10:31 UTC
Thanks Seb - As you suspected, this is indeed a dup of bug 158904.

*** This bug has been marked as a duplicate of 158904 ***