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

Bad talloc magic value - unknown value when not connected to the internet #23

Open
haemi opened this issue Nov 3, 2014 · 1 comment

Comments

@haemi
Copy link

haemi commented Nov 3, 2014

When I'm not connected to the internet and try to send a file via

       [provider fetchAtPath:completePath block:^(id result) {
                 ...
       }];

I get Bad talloc magic value - unknown value.

@creinders
Copy link

I have the same problem and I noticed that this happens when I try to access a symbolic link (e.g. www.github.com/file.zip) when not connected to the internet or in mobile data mode.
A workaround is to convert the symbolic name into an ip address on your own and then call kxsmb with the ip.

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