[daip] New Ticket - [!AMU-731876]: Bug in XAS

Martin Hardcastle do-not-reply at nrao.edu
Fri Feb 3 16:03:44 EST 2012


New Ticket: Bug in XAS

XAS fails to start when run using INET sockets (i.e. the default) on certain Linux kernels with an error message 

MakeLink: bind error (INET): Invalid argument

This is because the server_in structure needs to have sin_family=AF_INET. The one-line fix for this is to insert, in comm.c, the line

      server_in.sin_family=AF_INET;

before

      server_in.sin_port = sp_in->s_port;

Using TV=LOCAL is a workround, but it would be nice if this could be fixed.


Ticket Details
===================
Ticket ID: AMU-731876
Department: AIPS Data Processing
Priority: Default
Status: Open
Link:  https://help.nrao.edu/staff/index.php?_m=tickets&_a=viewticket&ticketid=1492




More information about the Daip mailing list