Re: disassemble error on Mac OS X Sierra
Sam Steingold <[email protected]>
| Newsgroups | gmane.lisp.clisp.general |
|---|---|
| Message-ID | <m1o9yd3ke9.fsf@clr-sds> |
Hi, > * Will Senn <[email protected]> [2017-02-03 22:35:05 -0600]: > > When I attempt to disassemble anything, I get the error below and the > terminal hangs up: terminal hang up can be caused by --8<---------------cut here---------------start------------->8--- #ifdef UNIX /* SYS::*DISASSEMBLE-USE-LIVE-PROCESS* is system dependent: We use it where possible, because it allows peeking into dynamically loaded shared libraries. On FreeBSD 4.0, if set to T, gdb stops the clisp process. On Linux ppc64 (sf cf openpower-linux1), if set to T, clisp hangs until C-c. On Woe32, the debugging APIs are flawed, the Cygwin developers say. */ #if defined(UNIX_FREEBSD) || defined(UNIX_CYGWIN32) || (defined(UNIX_LINUX) && defined(POWERPC)) define_variable(S(disassemble_use_live_process),NIL); #else define_variable(S(disassemble_use_live_process),T); #endif #endif --8<---------------cut here---------------end--------------->8--- IOW, you will not get the hang up if you set sys::*disassemble-use-live-process* to nil. please test. -- Sam Steingold (http://sds.podval.org/) on darwin Ns 10.3.1504 http://steingoldpsychology.com http://www.childpsy.net http://no2bds.org http://www.memritv.org http://think-israel.org http://memri.org You think Oedipus had a problem -- Adam was Eve's mother. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ clisp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-list