Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name #135

Closed
dariush-bahrami opened this issue Aug 7, 2023 · 0 comments

Comments

@dariush-bahrami
Copy link

i'm using ubuntu 23.04. i downloaded anylabeling AnyLabeling-Linux v0.3.3 and gave it +x permission and opened it using terminal to log whether there is problem or not. when the app opens, these error pop up in terminal and then the app crashes after selecting "open folder" and openning a sample folder.

	/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
	Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so
	/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
	Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
	/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
	Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgioremote-volume-monitor.so
	/usr/lib/x86_64-linux-gnu/gvfs/libgvfscommon.so: undefined symbol: g_task_set_static_name
	Failed to load module: /usr/lib/x86_64-linux-gnu/gio/modules/libgvfsdbus.so

so i tried to ldd the app and find the required packages for it and this is the result:

	linux-vdso.so.1 (0x00007ffc78dec000)
	libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f6a897f3000)
	libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f6a897d5000)
	libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f6a897d0000)
	libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f6a89400000)
	/lib64/ld-linux-x86-64.so.2 (0x00007f6a89817000)

so all of them are installed.

i checked the library called gvfs where undefined symbol is occured in it. the latest verion of it is installed (1.50.4-1).

I feeled that the problem may be because of qt but after reinstalling it, the problem of crashing remained.

I don't know what to do more than that. What's ur suggestion for solving this problem?

@dariush-bahrami dariush-bahrami closed this as not planned Won't fix, can't repro, duplicate, stale Aug 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant