-
Notifications
You must be signed in to change notification settings - Fork 88
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
Error with SetFieldValue #55
Comments
Hi, I'll look into this ASAP. can you let me know the revision of libcrafter that you are using ? (i.e., the output of |
Beside the git revision you are using, could you describe how you came to that particular stack trace ? Maybe provide some example to reproduce it ? Thanks |
It's work with CentOS, but not in Ubuntu/Linux Mint. Version of Libcrafter is 0.0.2, but problem with all versions. Thanks, |
I compiled library ver. 0.3. |
Do you mean the latest git master revision or the last tag? Could you describe what you are doing when getting this crash? I.e. what are those call_init() functions? Are you calling InitCrafter() multiple times? |
Year, I use last tag. |
Could you try the latest master revision ? |
Hello,
Program SafeQ Client used this library, and I've got
Program received signal SIGSEGV, Segmentation fault. 0x0000000000405057 in void Crafter::Layer::SetFieldValue<unsigned short>(unsigned long, unsigned short) ()
I tried disable IPv6 object init in CraftInit.cpp, but this problem was also in
IP
object.Where is the problem?
The text was updated successfully, but these errors were encountered: