#0 0xb7750172 in _dl_sysinfo_int80 () from /tmp/apport_sandbox_jcBFsQ/lib/ld-linux.so.2 #1 0xb751aaff in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 [Error: ../nptl/sysdeps/unix/sysv/linux/raise.c was not found in source tree] #2 0xb751e083 in __GI_abort () at abort.c:90 [Error: abort.c was not found in source tree] #3 0xb770da6e in nih_unref (ptr=0xb83458a0, parent=0xb8303bf8) at alloc.c:629 [Error: alloc.c was not found in source tree] #4 0xb7786c0b in job_change_state (job=0xb8303bf8, state=) at job.c:381 376: * set environment from now on; unless that's NULL 377: * in which case we just keep our old environment. 378: */ 379: if (job->start_env) { 380: if (job->env) 381: nih_unref (job->env, job); 382: 383: job->env = job->start_env; 384: job->start_env = NULL; 385: } 386: #5 0xb7782cdd in job_process_terminated (job=job@entry=0xb8303bf8, process=PROCESS_MAIN, status=0) at job_process.c:1819 1814: 1815: job_change_goal (job, JOB_STOP); 1816: } 1817: 1818: if (state) 1819: job_change_state (job, job_next_state (job)); 1820: } 1821: 1822: /** 1823: * job_process_catch_runaway 1824: * @job: job being started. #6 0xb7783849 in job_process_handler (data=0x0, pid=20284, event=, status=) at job_process.c:1471 1466: job_name (job), process_name (process), 1467: pid, status); 1468: } 1469: 1470: status <<= 8; 1471: job_process_terminated (job, process, status); 1472: break; 1473: case NIH_CHILD_STOPPED: 1474: /* Child was stopped by a signal, make sure it was SIGSTOP 1475: * and not a tty-related signal. 1476: */ #7 0xb7711501 in nih_child_poll () at child.c:217 [Error: child.c was not found in source tree] #8 0xb7716999 in nih_main_loop () at main.c:600 595: 596: err = nih_error_get (); 597: if (err->number != ENOMEM) { 598: nih_warn ("%s: %s", _("Unable to listen for private connections"), 599: err->message); 600: nih_free (err); 601: break; 602: } 603: nih_free (err); 604: } 605: } #9 0xb777706e in main (argc=2, argv=0xbfe885c4) at main.c:772 767: /* Run through the loop at least once to deal with signals that were 768: * delivered to the previous process while the mask was set or to 769: * process the startup event we emitted. 770: */ 771: nih_main_loop_interrupt (); 772: ret = nih_main_loop (); 773: 774: /* Cleanup */ 775: conf_destroy (); 776: session_destroy (); 777: control_cleanup ();