<html><head></head><body><div class="ydp896f0555yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div dir="ltr" data-setdir="false">Hi list,</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">I am sorry I didn't find an ECL-User mailing list, so I post this question here. If here is not the right place to ask this kind of question, please let me know.</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">I wrote a simple GTK program using cl-gtk2-gtk, please see it here:</div><div dir="ltr" data-setdir="false"><span class="ydp6047747pasted-link"><a href="http://depot.kdr2.com/scrappy/202001/ecl-gtk.lisp" rel="nofollow" target="_blank">http://depot.kdr2.com/scrappy/202001/ecl-gtk.lisp</a></span><br></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">After I installed the dependent packages using quicklisp,  I ran it with `ecl --load ecl-gtk.lisp`, then, ECL started to compile files. It compiled for about 5 hours, and emitted an error, here is the log:</div><div dir="ltr" data-setdir="false"><span class="ydpb292b9a2pasted-link"><a href="http://depot.kdr2.com/scrappy/202001/ecl-gtk.log" rel="nofollow" target="_blank">http://depot.kdr2.com/scrappy/202001/ecl-gtk.log</a></span><br></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Then I run it again, it gave a different error:</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">```</div><div dir="ltr" data-setdir="false"><div><div>$ ecl --load ecl-gtk.lisp</div><div>;;; Loading "/home/kdr2/Work/mine/DS-III/explore/common-lisp/ecl-gtk.lisp"</div><div>;;; Loading "/home/kdr2/quicklisp/setup.lisp"</div><div>;;; Loading #P"/usr/lib/x86_64-linux-gnu/ecl-16.1.3/asdf.fas"</div><div>An error occurred during initialization:</div><div>The slot ASDF/PLAN::STAMP in the object #<action-status</div><div><br></div><div>Condition of type: STACK-OVERFLOW</div><div>BINDING-STACK overflow at size 10240. Stack can probably be resized.</div><div>Proceed with caution.</div><div>Available restarts:</div><div><br></div><div>1. (CONTINUE) Extend stack size</div><div>2. (RETRY) Retry ASDF operation.</div><div>3. (CLEAR-CONFIGURATION-AND-RETRY) Retry ASDF operation after resetting the configuration.</div><div>4. (RETRY) Retry completing compilation for #<package-inferred-system "asdf">.</div><div>5. (ACCEPT) Continue, treating completing compilation for #<package-inferred-system "asdf"> as having been successful.</div><div>6. (RETRY) Retry ASDF operation.</div><div>7. (CLEAR-CONFIGURATION-AND-RETRY) Retry ASDF operation after resetting the configuration.</div><div>8. (CONTINUE) Ignore initialization errors and continue.</div><div>9. (ABORT) Quit ECL unsafely, ignoring all existing threads.</div><div><br></div><div>Top level in: #<process TOP-LEVEL>.</div><div>></div><div><br></div></div>```</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Here is the information of my system:</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"><div><div># System Summary Report ##############################</div><div>        Date | 2020-01-04 12:57:44 UTC (local TZ: CST +0800)</div><div>    Hostname | Debian-X230</div><div>      Uptime | 45 days,  4:37, 12 users,  load average: 0.16, 0.04, 0.01</div><div>     Release | Debian GNU/Linux bullseye/sid (sid)</div><div>      Kernel | 4.18.0-1-amd64</div><div>Architecture | CPU = 64-bit, OS = 64-bit</div><div>   Threading | NPTL 2.29</div><div>     SELinux | No SELinux detected</div><div># Processor ##################################################</div><div>  Processors | physical = 1, cores = 2, virtual = 4, hyperthreading = yes</div><div>      Speeds | 1x1546.829, 1x1599.499, 1x1608.905, 1x1643.428</div><div>      Models | 4xIntel(R) Core(TM) i7-3520M CPU @ 2.90GHz</div><div>      Caches | 4x4096 KB</div><div># Memory #####################################################</div><div>       Total | 15.40G</div><div>        Free | 6.30G</div><div>        Used | physical = 3.32G, swap = 902.84M, virtual = 4.20G</div><div>     Buffers | 5.78G</div><div>      Caches | 11.51G</div><div>        Used | 1.59G</div><div>  Swappiness | vm.swappiness = 60</div><div> DirtyPolicy | vm.dirty_ratio = 40, vm.dirty_background_ratio = 10</div><div> DirtyStatus | vm.dirty_bytes = 0, vm.dirty_background_bytes = 0</div><div><br></div></div><br></div><div dir="ltr" data-setdir="false"> <div><div>$ ecl --version</div><div>ECL 16.1.3</div><div>$ gcc --version</div><div>gcc (Debian 9.2.1-17) 9.2.1 20191102</div><div>Copyright (C) 2019 Free Software Foundation, Inc.</div><div>This is free software; see the source for copying conditions.  There is NO</div><div>warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.</div><div><br></div></div><br></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Anyone knows why and how to fix this?</div><div><br></div><div dir="ltr" data-setdir="false">Thanks!</div><div class="ydp896f0555signature"><div style="font-size:16px;font-family:Helvetica, Arial, sans-serif;"><div><br> </div><div>Greetings.<br></div><div><br></div><div>ZHUO Qingliang (KDr2, http://kdr2.com)<br></div><br></div></div></div></body></html>