Comment 3 for bug 1012811

Revision history for this message
Mark (hitecnologys) wrote :

I'm using emacs 23.4.1, sbcl 1.0.57.49-d720bc3.

Enabled both options but got the same result, nothing changes:

fatal error encountered in SBCL pid 21551(tid 8465408):
mach_port_allocate_name failed with return_code 5

Error opening /dev/tty: Device not configured
Welcome to LDB, a low-level debugger for the Lisp runtime environment.
ldb> backtrace
Backtrace:
   0: Foreign function ldb_monitor, fp = 0x420bd90, ra = 0x109a86
   1: Foreign function call_lossage_handler, fp = 0x420bda0, ra = 0x10632a
   2: Foreign function lose, fp = 0x420be90, ra = 0x106571
   3: Foreign function mach_thread_init, fp = 0x420beb0, ra = 0x1107af
   4: Foreign function arch_os_thread_init, fp = 0x420bee0, ra = 0x110555
   5: Foreign function new_thread_trampoline, fp = 0x420bf10, ra = 0x10dea1
   6: Foreign function _pthread_start, fp = 0x420bf50, ra = 0x7fff842cc4a2
   7: Foreign function thread_start, fp = 0x420bf78, ra = 0x7fff842b8ee1

What I did wrong?