[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

Guido Falsi  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED
 Depends on|199872  |
  Flags|maintainer-feedback?(xfce@F |maintainer-feedback+
   |reeBSD.org) |

--- Comment #16 from Guido Falsi  ---
fixed in r460052


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199872
[Bug 199872] devel/glib20  Apps using glib 2.42.2 crashing with
'pthread_mutex_lock' abort
-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2018-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #15 from verma...@interia.pl ---
You may CLOSE this bug as it has been fixed in GLIB:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199872

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-11-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #14 from Guido Falsi  ---
The problems reported in this bug are at least in part addressed in the patch I
posted on bug 199872.

The actual problem is in glib.

Please test that patch and send feedback is it works for you too or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

Guido Falsi  changed:

   What|Removed |Added

 Depends on||199872


Referenced Bugs:

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199872
[Bug 199872] devel/glib20  Apps using glib 2.42.2 crashing with
'pthread_mutex_lock' abort
-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-09-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

Guido Falsi  changed:

   What|Removed |Added

 Status|New |In Progress

--- Comment #13 from Guido Falsi  ---
(In reply to Guido Falsi from comment #12)
> Created attachment 186813 [details]
> xfdesktop crash backtrace
> 
> I'm analyzing this crash.

Disclaimer: I have very little experience with multi-threaded programming and
mutexes.

My first analysis is that in the specific code path glib is trying to acquire
the same mutex lock twice in a row in the same thread, which is clearly a bad
thing.

The lock is acquired in process_kqueue_notifications (kqueue-helper.c:292) and
again in _kh_cancel_sub (kqueue-helper.c:509), causing the abort and core dump.

More testing needed before I can suggest a patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-09-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

Guido Falsi  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2179
   ||46

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-09-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

Guido Falsi  changed:

   What|Removed |Added

 CC||madpi...@freebsd.org

--- Comment #12 from Guido Falsi  ---
Created attachment 186813
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=186813&action=edit
xfdesktop crash backtrace

I'm analyzing this crash.

First thing I compiled a system with debugging symbols and extracted a
backtrace from the core file.

I'm adding here in case anyone find the information useful.

I can try to extract more data form the crash if needed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #11 from verma...@interia.pl ---
(In reply to Olivier Duchateau from comment #10)
IMHO instant crash every time is more PITA.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #10 from Olivier Duchateau  ---
(In reply to vermaden from comment #9)

I don't know, kqueue backend is used by all BSD. Changing or modifying can
occur side effects (e.g., for the Xfce desktop) panel events are not anymore
monitored, menu is not updated (when we add new application) and so on.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #9 from verma...@interia.pl ---
(In reply to Olivier Duchateau from comment #8)
Its almost 2 years for the first one and several months for the second one.

Can You guess how much longer would it take to apply the GLIB fix?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #8 from Olivier Duchateau  ---
(In reply to vermaden from comment #7)

I think problem comes from GLib currently there are 2 patches (not tested, the
GNOME team waits a review from upstream) using:
- inotify kqueue backend bug #199872, comment #11.
- another kqueue backend bug #214338

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #7 from verma...@interia.pl ---
(In reply to Olivier Duchateau from comment #6)
With 1.6.12 from the link You gave its the save behaviour, instant crash.

Regards,
vermaden

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

Olivier Duchateau  changed:

   What|Removed |Added

 CC||duchateau.oliv...@gmail.com

--- Comment #6 from Olivier Duchateau  ---
Please, can you test bug #220407

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #5 from verma...@interia.pl ---
Same as this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221680

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #3 from verma...@interia.pl ---
Created attachment 185622
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=185622&action=edit
thunar.truss.txt

Truss output.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #4 from verma...@interia.pl ---
% truss -o thunar.truss.txt thunar
GLib (gthread-posix.c): Unexpected error from C library during
'pthread_mutex_lock': Resource deadlock avoided.  Aborting.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #2 from verma...@interia.pl ---
This is 11.1-RELEASE-p1 with THUNAR from official packages.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

--- Comment #1 from verma...@interia.pl ---
To reproduce:

1. Create new directory.
2. Enter that directory.
3. Get back to level up (..) where You were while creating it.
4. Right click on created directory and delete it.
5. Instant crash everytime.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"


[Bug 221679] x11-fm/thunar: Crash on Directory Delete (exited on signal 6)

2017-08-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221679

verma...@interia.pl changed:

   What|Removed |Added

Summary|x11-fm/thunar   |x11-fm/thunar: Crash on
   ||Directory Delete (exited on
   ||signal 6)
   Hardware|Any |amd64
 CC||verma...@interia.pl
   Severity|Affects Only Me |Affects Many People

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-xfce@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-xfce
To unsubscribe, send any mail to "freebsd-xfce-unsubscr...@freebsd.org"