[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-20 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 alexxcons changed: What|Removed |Added Status|NEEDINFO|ASSIGNED Assignee|xfce-bugs@xfce.org

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-19 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 Ivan 83 changed: What|Removed |Added Attachment #8549||review? Flags|

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-19 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 Ivan 83 changed: What|Removed |Added Attachment #8548||review? Flags|

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-19 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #15 from Ivan 83 --- Even bit worse: thunar_folder_finished() ... /* reload folder information too */ thunar_file_reload (folder->corresponding_file); thunar_file_reload () ... if (!thunar_file_load (file, NULL,

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-19 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #14 from Ivan 83 --- thunar_folder_finalize() ... /* cancel the pending job (if any) */ if (G_UNLIKELY (folder->job != NULL)) { g_signal_handlers_disconnect_matched (folder->job, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL,

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-19 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #13 from alexxcons --- meh ... would have been to simple :) Ok, I'll try to reproduce & debug it using some FreeBSD12 stick, when I have time. -- You are receiving this mail because: You are the assignee for the bug.

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-19 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #12 from Ivan 83 --- Nope. I change to if (G_LIKELY (job != NULL)) { g_signal_handlers_disconnect_matched (job, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, folder); g_object_unref (job); folder->job = NULL; } and

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-19 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #11 from alexxcons --- Hehe, fixed exactly that some days ago for a different bug: https://git.xfce.org/xfce/thunar/commit/?h=xfce-4.12=5b601d30771dab61adb95295c382bcdb655e7d45 (released in 1.6.17 and 1.8.6 ) ... please take another

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-19 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #10 from Ivan 83 --- #0 0x000800f2c36b in g_type_check_instance (type_instance=0x) at gtype.c:4129 #1 0x000800f20518 in g_signal_handlers_disconnect_matched (instance=0x,

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-19 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #9 from alexxcons --- Created attachment 8545 --> https://bugzilla.xfce.org/attachment.cgi?id=8545=edit preleminary fix According to the backtrace the crash happens at the following thunar method: g_object_get (G_OBJECT

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-19 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #8 from Ivan 83 --- Try with 1.6.17 - still crash. #0 0x000800f2c012 in g_type_check_instance_cast (type_instance=0x804a910a0, iface_type=80) at gtype.c:4058 #1 0x0032b6e0 in thunar_window_current_directory_changed

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-05-16 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 alexxcons changed: What|Removed |Added Status|NEW |NEEDINFO -- You are receiving this mail

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-03-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #7 from alexxcons --- > ... to master and the 4.14 branch and to 4.12 branch (Thunar 1.6.x) -- You are receiving this mail because: You are the assignee for the bug. ___ Xfce-bugs mailing

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-03-22 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #6 from alexxcons --- Still did not test :/ .. possibly you know how to format a flashdrive with ufs2 or msdosfs in linux ? Meanwhile I added this tree-view related patch to master and the 4.14 branch ... possibly it makes a

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-03-11 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #5 from Ivan 83 --- Same with UFS2. -- You are receiving this mail because: You are the assignee for the bug. ___ Xfce-bugs mailing list Xfce-bugs@xfce.org

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-03-11 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #4 from alexxcons --- Hmm .. possibly related to msdosfs ? Does the same happen when you mount something else ? Does the bug as well show when you use icon view instead of tree-view ? Actually

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-03-10 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #3 from Ivan 83 --- This patch https://git.xfce.org/xfce/thunar/commit/?h=xfce-4.12=87731222ada23b24cfbb2c422d3ef2907c8fead3 is required to fix some issues after this

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-03-10 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 --- Comment #2 from Ivan 83 --- Looks like there is few different bugs. All 4 commits reverted, on thunar close: (thunar:81543): GLib-GObject-WARNING **:

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-03-10 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 alexxcons changed: What|Removed |Added CC||alexxc...@xfce.org --- Comment #1 from

[Xfce-bugs] [Bug 15184] Crash on mount/unmount on FreeBSD 11.2, 12.0, starting from 1.6.16

2019-03-09 Thread bugzilla-daemon
https://bugzilla.xfce.org/show_bug.cgi?id=15184 Ivan 83 changed: What|Removed |Added CC||rozhuk...@gmail.com -- You are receiving this