Hello
I am experimentign problems opening files from all kind of apps, I have tested it with some text editors, geany, code-oss, atom and codelite, all of them crashes when I try to open a file from it, but in geany I can open recent files without crashing, once I have opened a recent file successfully geany doesn't crash anymore, since I close all the files an try to open another one.
I don't know if the other editors behaves the same way because I don't have recent files opened.
In the other hand if I try to open recent files from transmission-gtk it crashes, I have took a look to core files using GDB and I only get useful information opening geany and transmission core files:
Loading other core files seems that symbols are missing, i dont know, opening code-oss i only view bactrace of that sort:
My FreeBSD version is 12.1.
FreeBSD bagheera.alfaexploit.com 12.1-RELEASE-p10 FreeBSD 12.1-RELEASE-p10 GENERIC amd64
I don't know if it was broken in any update, any idea?
Best regards.
I am experimentign problems opening files from all kind of apps, I have tested it with some text editors, geany, code-oss, atom and codelite, all of them crashes when I try to open a file from it, but in geany I can open recent files without crashing, once I have opened a recent file successfully geany doesn't crash anymore, since I close all the files an try to open another one.
I don't know if the other editors behaves the same way because I don't have recent files opened.
In the other hand if I try to open recent files from transmission-gtk it crashes, I have took a look to core files using GDB and I only get useful information opening geany and transmission core files:
gdb transmission-gtk transmission-gtk.core
Code:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00000008017f46df in flockfile () from /lib/libc.so.7
[Current thread is 1 (LWP 100941)]
(gdb) backtrace
#0 0x00000008017f46df in flockfile () at /lib/libc.so.7
#1 0x00000008017d7cbb in fgets () at /lib/libc.so.7
#2 0x00000008016f58c4 in () at /lib/libc.so.7
#3 0x00000008016f540c in getfsent () at /lib/libc.so.7
#4 0x0000000800f2ed40 in g_unix_mount_points_get () at /usr/local/lib/libgio-2.0.so.0
#5 0x0000000800f2eda9 in g_unix_mount_point_at () at /usr/local/lib/libgio-2.0.so.0
#6 0x0000000800f8d7a1 in () at /usr/local/lib/libgio-2.0.so.0
#7 0x0000000800f8d5b4 in () at /usr/local/lib/libgio-2.0.so.0
#8 0x0000000800f911c5 in () at /usr/local/lib/libgio-2.0.so.0
#9 0x0000000800f8eace in () at /usr/local/lib/libgio-2.0.so.0
#10 0x0000000800ec1a79 in () at /usr/local/lib/libgio-2.0.so.0
#11 0x0000000800f0cc45 in () at /usr/local/lib/libgio-2.0.so.0
#12 0x0000000801116463 in () at /usr/local/lib/libglib-2.0.so.0
#13 0x0000000801115252 in () at /usr/local/lib/libglib-2.0.so.0
#14 0x0000000800d9d736 in () at /lib/libthr.so.3
#15 0x0000000000000000 in ()
gdb geany geany.core
Code:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x00000008016437a0 in strcmp () from /lib/libc.so.7
[Current thread is 1 (LWP 101721)]
(gdb) backtrace
#0 0x00000008016437a0 in strcmp () at /lib/libc.so.7
#1 0x0000000801166c50 in g_unix_mount_points_get () at /usr/local/lib/libgio-2.0.so.0
#2 0x0000000801166da9 in g_unix_mount_point_at () at /usr/local/lib/libgio-2.0.so.0
#3 0x00000008011c57a1 in () at /usr/local/lib/libgio-2.0.so.0
#4 0x00000008011c55b4 in () at /usr/local/lib/libgio-2.0.so.0
#5 0x00000008011c91c5 in () at /usr/local/lib/libgio-2.0.so.0
#6 0x00000008011c6ace in () at /usr/local/lib/libgio-2.0.so.0
#7 0x00000008010f9a79 in () at /usr/local/lib/libgio-2.0.so.0
#8 0x0000000801144c45 in () at /usr/local/lib/libgio-2.0.so.0
#9 0x0000000801347463 in () at /usr/local/lib/libglib-2.0.so.0
#10 0x0000000801346252 in () at /usr/local/lib/libglib-2.0.so.0
#11 0x00000008005c6736 in () at /lib/libthr.so.3
#12 0x0000000000000000 in ()
Loading other core files seems that symbols are missing, i dont know, opening code-oss i only view bactrace of that sort:
Code:
Program terminated with signal SIGSEGV, Segmentation fault.
#0 0x000000080bd83784 in ?? ()
[Current thread is 1 (LWP 101247)]
(gdb) backtrace
#0 0x000000080bd83784 in ?? ()
#1 0x0000000807af6df1 in ?? ()
#2 0x0000000812436840 in ?? ()
#3 0x0000000000000001 in ?? ()
#4 0x000000080bfbf0e0 in ?? ()
#5 0x000000080bfbf0e0 in ?? ()
#6 0x0000000000000000 in ?? ()
My FreeBSD version is 12.1.
uname -a
FreeBSD bagheera.alfaexploit.com 12.1-RELEASE-p10 FreeBSD 12.1-RELEASE-p10 GENERIC amd64
I don't know if it was broken in any update, any idea?
Best regards.
Last edited by a moderator: