Bug 221680

Summary: x11-fm/caja: Crash on Directory Delete (exited on signal 6)
Product: Ports & Packages Reporter: Slawomir Wojciech Wojtczak <vermaden>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Many People CC: vermaden
Priority: --- Flags: bugzilla: maintainer-feedback? (gnome)
Version: Latest   
Hardware: amd64   
OS: Any   
Attachments:
Description Flags
caja.truss.txt none

Description Slawomir Wojciech Wojtczak 2017-08-21 01:11:51 UTC
Created attachment 185623 [details]
caja.truss.txt

/var/log/messages
Aug 21 02:30:23 t520 kernel: pid 48351 (caja), uid 1000: exited on signal 6

% truss -o caja.truss.txt caja
Xlib:  extension "GLX" missing on display ":0".

** (caja:42323): WARNING **: Could not inhibit power management: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.gnome.SessionManager" does not exist
GLib (gthread-posix.c): Unexpected error from C library during 'pthread_mutex_lock': Resource deadlock avoided.  Aborting.

To reproduce:

1. Create new directory.
2. Enter that new directory.
3. Right click on the path selector (on the new directory name) and choose Delete.
4. Instant crash.


This is FreeBSD 11.1-RELEASE with caja from official packages.
Comment 1 Slawomir Wojciech Wojtczak 2017-08-21 01:12:15 UTC
Same as this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679#add_comment
Comment 2 Slawomir Wojciech Wojtczak 2018-01-27 20:16:46 UTC
You may CLOSE this bug as it has been fixed in GLIB:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199872
Comment 3 Slawomir Wojciech Wojtczak 2018-05-24 08:59:55 UTC
It does not crash now.