-
Notifications
You must be signed in to change notification settings - Fork 83
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
invalid magic #59
Comments
Cause I don't have a windows environment to run a test-case, could you please show me your environment's details? And also it would be great if you can run test-cases in your env and send the result to me. By the way, how about util.go & session.go, could you show me codes in those files? Because, no other people tell me the same problem occurred before, I've no idea about what reasons could trigger this issue. |
This problem occured from 2014/1 on my environment (Windows7 32bit). I don't have any test code. I run client/worker.py in your repository https://github.com/mikespook/gearman-go/tree/master/example/client |
Does the string "2553" have any special meaning in your application? I read the source code of gearmand. It may a byte alignment problem. Have you tried the gearmand(C). |
Unfortunately, I don't have 32bit linux OS, and gearmand(C) doesn't work on windows.
Sorry, I don't write any code. I just run example. |
I'm guessing this will occur on 32bit OS. |
I'm running gearmand on windows.
When using
example/py/worker.py
, it works fine. But usingexample/worker/worker
, it seems that gearman-go send invalid magic to server. Below is a log output of gearmand.Since py/worker.py is working, I'm thinking this is problem of gearman-go.
The text was updated successfully, but these errors were encountered: