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

Segfault when source connects to mount point not defined in config #423

Closed
radioboss opened this issue Jun 20, 2023 · 2 comments
Closed

Comments

@radioboss
Copy link

radioboss commented Jun 20, 2023

Position
source.c, line 2251
if (mountinfo->listenurl)

Call stack

	source_update_settings	C++ (gdb)
 	source_client_response	C++ (gdb)
 	source_client_startup	C++ (gdb)
 	worker	C++ (gdb)
 	_start_routine	C++ (gdb)
 	pthread_create_wrapper	C++ (gdb)
 	msvcrt!_beginthreadex	
 	msvcrt!_endthreadex	
 	KERNEL32!BaseThreadInitThunk	
 	ntdll!RtlUserThreadStart	
 	0x0000000000000000	
@radioboss
Copy link
Author

Fixed it by changing the line to
if (mountinfo && mountinfo->listenurl)

@karlheyes
Copy link
Owner

indeed, was focused on other things and a undefined mount stream would trip over this

will cut an update shortly, with windows as well

karl

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

2 participants