Files
SingularityViewer/indra
Aleric Inglewood 4bb3ed0d85 Login crash bug fix.
XMLRPCResponder constructor was missing.
This fixes the following crash signature:

VIEWER      : 2012-12-12T14:25:13Z INFO("AppInit"): setStartupState: Startup state changing from STATE_LOGIN_NO_DATA_YET to STATE_LOGIN_DOWNLOADING
VIEWER      : 2012-12-12T14:25:14Z INFO("AppInit"): transferRate: Buffer size:   1308 B
VIEWER      : 2012-12-12T14:25:14Z INFO("AppInit"): transferRate: Transfer rate: 11 kb/s

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff33df7f5 in XMLRPC_RequestGetData () from /usr/lib/x86_64-linux-gnu/libxmlrpc-epi.so.0
(gdb) bt

Reason was that if the server replied with some error code then
mResponse was undefined.

I also added code to retry three times in that case;
the http status code that I get was 503, which really
mean "Service *temporarily* unavailable", so a retry
is in order.
2012-12-12 16:27:32 +01:00
..
2012-09-24 16:55:34 +02:00
2012-07-04 10:25:04 +00:00
2012-12-09 04:53:35 +01:00
2012-10-31 23:11:42 +01:00
2012-12-09 02:10:16 +01:00
2012-09-07 17:53:13 -04:00
2012-08-09 07:00:51 +02:00
2012-12-12 16:27:32 +01:00
2012-07-23 18:15:11 +02:00