On 4/26/25 12:51, Brian Inglis via Cygwin wrote:
$ gendef - /usr/bin/cygfuse-3.2.dll

or

$ gendef /usr/bin/cygfuse-3.2.dll


I thought I had uinstalled WinFsp, but I noted that C:\Program Files (x86)\WinFSP was non-empty. So, I ran winfsp-2.0.23075.msi and told it to uninstall WinFsp. sshfs still fails:

2025-04-27 14:31:06 admin@dq67sw ~
$ strace sshfs dpchrist@samba:/var/local/samba/dpchrist /samba/dpchrist
--- Process 1388 created
--- Process 1388 loaded C:\Windows\System32\ntdll.dll at 00007fffcd750000
--- Process 1388 loaded C:\Windows\System32\kernel32.dll at 00007fffcb770000
--- Process 1388 loaded C:\Windows\System32\KernelBase.dll at 00007fffcb140000
--- Process 1388 thread 728 created
--- Process 1388 thread 1420 created
--- Process 1388 thread 8992 created
--- Process 1388 loaded C:\cygwin64\bin\cygwin1.dll at 00007fffbf340000
--- Process 1388 loaded C:\cygwin64\bin\cygfuse-3.2.dll at 000000044e0a0000
--- Process 1388 loaded C:\cygwin64\bin\cygglib-2.0-0.dll at 0000000507860000
--- Process 1388 loaded C:\cygwin64\bin\cygiconv-2.dll at 00000003ff660000
--- Process 1388 loaded C:\cygwin64\bin\cygintl-8.dll at 00000005ee2d0000
--- Process 1388 loaded C:\cygwin64\bin\cyggcc_s-seh-1.dll at 000000050caa0000
--- Process 1388 loaded C:\cygwin64\bin\cygpcre2-8-0.dll at 0000000453a70000

sshfs.exe - Entry Point Not Found
The procedure entry point cygfuse_report could not be
located in the dynamic link library C:\cygwin64\sshfs.exe.
-> OK

--- Process 1388 thread 8992 exited with status 0x0
--- Process 1388 thread 1420 exited with status 0x0
--- Process 1388, exception c0000139 at 00000000006f7910
--- Process 1388 thread 728 exited with status 0xc0000139
--- Process 1388 exited with status 0xc0000139


Running gendef with or without "Run as administrator" produces the same result:

2025-04-27 14:29:30 admin@dq67sw ~
$  gendef - /usr/bin/cygfuse-3.2.dll
 * [/usr/bin/cygfuse-3.2.dll] Found PE+ image
;
; Definition file of cygfuse-3.2.dll
; Automatic generated by gendef
; written by Kai Tietz 2008
;
LIBRARY "cygfuse-3.2.dll"
EXPORTS
__gcc_deregister_frame
__gcc_register_frame
fuse_apply_conn_info_opts
fuse_buf_copy
fuse_buf_size
fuse_clean_cache
fuse_daemonize
fuse_destroy
fuse_exit
fuse_get_context
fuse_get_session
fuse_getgroups
fuse_interrupted
fuse_invalidate_path
fuse_lib_help
fuse_loop
fuse_loop_mt_31
fuse_main_real
fuse_mount
fuse_new
fuse_notify_poll
fuse_opt_add_arg
fuse_opt_add_opt
fuse_opt_add_opt_escaped
fuse_opt_free_args
fuse_opt_insert_arg
fuse_opt_match
fuse_opt_parse
fuse_parse_conn_info_opts
fuse_pkgversion
fuse_pollhandle_destroy
fuse_remove_signal_handlers
fuse_set_signal_handlers
fuse_start_cleanup_thread
fuse_stop_cleanup_thread
fuse_unmount
fuse_version

2025-04-27 14:30:56 admin@dq67sw ~
$  gendef /usr/bin/cygfuse-3.2.dll
 * [/usr/bin/cygfuse-3.2.dll] Found PE+ image

2025-04-27 14:31:06 admin@dq67sw ~
$


David





--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to