#0 0x0000000000000000 in ?? () #1 0x00007f22e017aacb in execute_helper (master_fd=master_fd@entry=5, argv=argv@entry=0x7fff22b43700) at iface.c:110 [Error: iface.c was not found in source tree] #2 0x00007f22e017ac32 in utempter_add_record (master_fd=5, hostname=) at iface.c:146 [Error: iface.c was not found in source tree] #3 0x0000564683ff2fa8 in run_server (with_motd=true, verbose=false, colors=0, command_argv=0x7fff22b43860, command_path=..., desired_port=, desired_ip=) at mosh-server.cc:498 493: } else { 494: /* parent */ 495: 496: #ifdef HAVE_UTEMPTER 497: /* make utmp entry */ 498: utempter_add_record( master, utmp_entry ); 499: #endif 500: 501: try { 502: serve( master, terminal, *network ); 503: } catch ( const Network::NetworkException &e ) { #4 main (argc=, argv=) at mosh-server.cc:322 317: exit( 1 ); 318: } 319: } 320: 321: try { 322: return run_server( desired_ip, desired_port, command_path, command_argv, colors, verbose, with_motd ); 323: } catch ( const Network::NetworkException &e ) { 324: fprintf( stderr, "Network exception: %s\n", 325: e.what() ); 326: return 1; 327: } catch ( const Crypto::CryptoException &e ) {