Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Nov 2020 08:51:07 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 250794] x11-fm/nautilus crashes when trying access directories on HDD
Message-ID:  <bug-250794-6497-AprJaV36PD@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-250794-6497@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250794

rozhuk.im@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rozhuk.im@gmail.com

--- Comment #3 from rozhuk.im@gmail.com ---
> Line 5 in /etc/fstab have this string:
> proc            /proc           procfs  rw      0       0

is ok.

Without coredump backtraces it is hard to say that it same error as
thunar+glib.
At least we did not get:
> fstab: /etc/fstab:5: Inappropriate file type or format
because crash happen inside libc and there is no code to print this, and error
caused by race condition.
Here more looks like app print error message and call abort().


You can set:
kern.sugid_coredump=1                   # Allow setuid and setgid processes to
dump core
kern.capmode_coredump=1                 # Allow processes in capability mode to
dump core.
kern.coredump=1                         # Enable/Disable coredumps.
kern.nodump_coredump=1                  # Enable setting the NODUMP flag on
coredump files.
kern.coredump_devctl=1                  # Generate a devctl notification when
processes coredump.
kern.corefile=/tmp/%N.%I.core           # Process corefile name format string
kern.compress_user_cores=1              # Compression of user corefiles
kern.compress_user_cores_level=3        # Corefile compression level
debug.ncores=16                         # Limiting the number of corefiles
generated by a particular process
to get all corefiles into /tmp

then run:
http://www.netlab.linkpc.net/download/software/os_cfg/FBSD/12.0/base/root/bin/coredumper.sh
to analyze coredumps and post results here.

Or do all same by hands :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-250794-6497-AprJaV36PD>