Maybe these two functions could be useful ?<div>beam_lib:cmp/2<br><div><a href="http://www.erlang.org/doc/man/beam_lib.html#cmp-2">http://www.erlang.org/doc/man/beam_lib.html#cmp-2</a><br><div>beam_lib:cmp_dirs/2</div><div>
<a href="http://www.erlang.org/doc/man/beam_lib.html#cmp_dirs-2">http://www.erlang.org/doc/man/beam_lib.html#cmp_dirs-2</a></div><div><br></div><div><br><br><div class="gmail_quote">On Tue, Oct 18, 2011 at 5:36 AM, Paul Davis <span dir="ltr"><<a href="mailto:paul.joseph.davis@gmail.com">paul.joseph.davis@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">I hit an odd issue earlier today and one of the debugging questions I<br>
tried to answer was "Do these two nodes have the same exact BEAM files<br>
loaded, and if not, what's different?" After Googling for awhile I<br>
haven't found anything related. Ideally I'm only looking for something<br>
that basically does:<br>
<br>
    Mods1 = [{Module, beam_lib:version(Module)} || Module <-<br>
all_modules_on_node(N1)],<br>
    Mods2 = [{Module, beam_lib:version(Module)} || Module <-<br>
all_modules_on_node(N2)],<br>
    diff(Mods1, Mods2).<br>
<br>
But with bonus points if it shows some sort of N-way diff for all<br>
nodes that are connected.<br>
<br>
Any hints or suggestions would be appreciated.<br>
<br>
Thanks,<br>
Paul J. Davis<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>Best Regards,<br>- Ahmed Omar<div><a href="http://nl.linkedin.com/in/adiaa" target="_blank">http://nl.linkedin.com/in/adiaa</a></div><div>Follow me on twitter</div>
<div><a href="http://twitter.com/#!/spawn_think" target="_blank">@spawn_think</a></div><br>
</div></div></div>