|
[Sbcl-help] "maximum interrupt nesting depth (32) exceeded" when building 0.8.10
From: Dave Pearson <davep@da...> - 2004-04-29 10:58
|
I'm attempting to build sbcl v0.8.10 on GNU/Linux but it fails for me, somewhere near the end of the build process, with the following error message: ,---- | [building initial core file in "output/cold-sbcl.core": | writing 4096 bytes [1 page] from #<sb!fasl::gspace :read-only> | writing 4096 bytes [1 page] from #<sb!fasl::gspace :static> | writing 34082816 bytes [8321 pages] from #<sb!fasl::gspace :dynamic> | /(DESCRIPTOR-BITS INITIAL-FUN)=#XA2E58B5 | done] | SB-COLD[11]> //testing for consistency of first and second GENESIS passes | //header files match between first and second GENESIS -- good | //entering make-target-2.sh | //doing warm init | This is SBCL 0.8.10, an implementation of ANSI Common Lisp. | More information about SBCL is available at <http://www.sbcl.org/>. | | SBCL is free software, provided as is, with absolutely no warranty. | It is mostly in the public domain; some portions are provided under | BSD-style licenses. See the CREDITS and COPYING files in the | distribution for more information. | fatal error encountered in SBCL pid 15442: | maximum interrupt nesting depth (32) exceeded | LDB monitor | ldb> `---- (a previous version of the error suggested added LDB, hence LDB appears here). Other than the change to ensure that LDB is included the build process I've followed is the one outlined in INSTALL. I'm using sbcl v0.8.9 to build with (having built that from source the other week with no problems). I've googled on the error message but couldn't find anything that suggested what might be going wrong or how I can get around this problem. Does anyone have any ideas or suggestions as to how I might proceed? -- Dave Pearson http://www.davep.org/lisp/ |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-help] "maximum interrupt nesting depth (32) exceeded" when building 0.8.10 | Dave Pearson <davep@da...> |