-
Notifications
You must be signed in to change notification settings - Fork 18
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 verifying module #8
Comments
Could you provide us the commandline that you used to launch the master? That will help us get started on debugging this issue. Best, On Sun, Oct 25, 2015 at 7:00 AM, alepatacca [email protected]
|
Hi!
The folder /modules is the one i cloned from github, and I left the source files unchanged, so the declaration of the hook module is the following:
The only thing i changed is the path of the shared library in modules.json.in:
|
Instead of |
Nope, I'm receiving the same error! |
This doesn't make sense. For sanity check, can you replace |
I replaced it and
|
Aah, you need On Tue, Oct 27, 2015 at 5:03 AM, Alessandro Patacca <
|
Still not working. Same error. |
Hello!
I followed your Readme, but when I try to start the master with the hook module TestHook, the execution fails with this message:
Error loading modules: Error verifying module 'org_apache_mesos_TestHook': Unknown module kind: Hook
*** Error in `/home/my_home/mesos-0.24.0/build/src/.libs/lt-mesos-master': double free or corruption (fasttop): 0x0000000001fa9950 ***
Aborted (core dumped)
Can you please help me understand where I am wrong? It seems that it doesn't recognize the Hook module kind!
Thanks
The text was updated successfully, but these errors were encountered: