[Ecls-list] The latest version from git(e3af03e02) crash with 'EXT:STACK-OVERFLOW'.

KDr2 killy.draw at gmail.com
Wed Feb 8 07:18:46 UTC 2012


I got this backtrace with ecl_min:

./ecl_min
>
> ;*** Lisp core booted ****
>
> ECL (Embeddable Common Lisp)
>
>
>> > (setf x 1)
>
>
>> X
>
> ;;; Unhandled lisp initialization error
>
> ;;; Message:
>
> UNBOUND-VARIABLE
>
> ;;; Arguments:
>
>
>> Internal or unrecoverable error in:
>
>
>> Lisp initialization error.
>
>
>>   [60: Operation timed out]
>
>
>> ;;; ECL C Backtrace
>
> ;;; 0   ecl_min                             0x000000010ff769f2
>> si_dump_c_backtrace + 47
>
> ;;; 1   ecl_min                             0x000000010ff63047
>> ecl_internal_error + 136
>
> ;;; 2   ecl_min                             0x000000010ff646a3
>> FEdivision_by_zero + 0
>
> ;;; 3   ecl_min                             0x000000010ff284f5 APPLY_fixed
>> + 469
>
> ;;; 4   ecl_min                             0x000000010ff3600a
>> ecl_apply_from_stack_frame + 310
>
> ;;; 5   ecl_min                             0x000000010ff364da cl_funcall
>> + 480
>
> ;;; 6   ecl_min                             0x000000010ff64986 cl_error +
>> 307
>
> ;;; 7   ecl_min                             0x000000010ff63ad9
>> FEwrong_type_argument + 0
>
> ;;; 8   ecl_min                             0x000000010ff63b07
>> FEwrong_type_only_arg + 0
>
> ;;; 9   ecl_min                             0x000000010ff5459d
>> stream_dispatch_table + 84
>
> ;;; 10  ecl_min                             0x000000010ff546e9
>> ecl_write_char + 27
>
> ;;; 11  ecl_min                             0x000000010ff74654
>> write_symbol_string + 401
>
> ;;; 12  ecl_min                             0x000000010ff74925
>> _ecl_write_symbol + 607
>
> ;;; 13  ecl_min                             0x000000010ff73b5c
>> si_write_ugly_object + 143
>
> ;;; 14  ecl_min                             0x000000010ff64683
>> universal_error_handler + 332
>
> ;;; 15  ecl_min                             0x000000010ff284f5 APPLY_fixed
>> + 469
>
> ;;; 16  ecl_min                             0x000000010ff3600a
>> ecl_apply_from_stack_frame + 310
>
> ;;; 17  ecl_min                             0x000000010ff364da cl_funcall
>> + 480
>
> ;;; 18  ecl_min                             0x000000010ff64986 cl_error +
>> 307
>
> ;;; 19  ecl_min                             0x000000010ff642d5
>> FEundefined_function + 0
>
> ;;; 20  ecl_min                             0x000000010ff3819f
>> ecl_interpret + 2171
>
> ;;; 21  ecl_min                             0x000000010ff41456
>> eval_nontrivial_form + 479
>
> ;;; 22  ecl_min                             0x000000010ff414ef eval_form +
>> 78
>
> ;;; 23  ecl_min                             0x000000010ff43d98
>> si_eval_with_env + 1078
>
> ;;; 24  ecl_min                             0x000000010ff0a766
>> si_simple_toplevel + 304
>
> ;;; 25  ecl_min                             0x000000010ff2847f APPLY_fixed
>> + 351
>
> ;;; 26  ecl_min                             0x000000010ff3600a
>> ecl_apply_from_stack_frame + 310
>
> ;;; 27  ecl_min                             0x000000010ff364da cl_funcall
>> + 480
>
> ;;; 28  ecl_min                             0x000000010ff0a8ba main + 287
>
> ;;; 29  ecl_min                             0x000000010ff09f64 start + 52
>
> ;;; 30  ???                                 0x0000000000000001 0x0 + 1
>
> Abort trap: 6
>
> --
Best Regards,
            ----  KDr2
/***************************************
 *    site   : http://kdr2.net         *
 *    skype  : zhuoql                  *
 *    gtalk  : killy.draw at gmail.com    *
 ***************************************/




On Wed, Feb 8, 2012 at 1:21 PM, KDr2 <killy.draw at gmail.com> wrote:

> Thanks for your reply, my env:
>
> * OS: macosx 10.7.3, Darwin Kernel Version 11.3.0
> * compiler: gcc-mp-4.6/gcc-4.2.1(from xcode)
>
> * configure arguments: ./configure  --enable-threads --with-x
> * source git reversion: e3af03e02f375e6fc935cbd929936961374c1b50
>
> And I have no ~/.eclrc file,
>
> ulimit output:
>
> $ ulimit -a
>> core file size          (blocks, -c) 0
>> data seg size           (kbytes, -d) unlimited
>> file size               (blocks, -f) unlimited
>> max locked memory       (kbytes, -l) unlimited
>> max memory size         (kbytes, -m) unlimited
>> open files                      (-n) 256
>> pipe size            (512 bytes, -p) 1
>> stack size              (kbytes, -s) 8192
>> cpu time               (seconds, -t) unlimited
>> max user processes              (-u) 709
>> virtual memory          (kbytes, -v) unlimited
>
> And my ecl_min works well, is there a way using ecl_min to find what's
> wrong? Thanks!
>
> --
> Best Regards,
>             ----  KDr2
> /***************************************
>  *    site   : http://kdr2.net         *
>  *    skype  : zhuoql                  *
>  *    gtalk  : killy.draw at gmail.com    *
>  ***************************************/
>
>
>
>
> On Wed, Feb 8, 2012 at 12:57 PM, Matthew Mondor <mm_lists at pulsar-zone.net>wrote:
>
>> On Wed, 8 Feb 2012 11:30:15 +0800
>> KDr2 <killy.draw at gmail.com> wrote:
>>
>> > And I traced ecl using  dtruss, the output is below, anyone help me?
>> >
>> > dtruss ./bin/ecl
>> >
>> > ;;; Unhandled lisp initialization error
>> > ;;; Message:
>> > EXT:STACK-OVERFLOW
>> > ;;; Arguments:
>> >
>> > Internal or unrecoverable error in:
>> >
>> > Lisp initialization error.
>>
>> I unfortunately cannot reproduce that...
>>
>> Do you have anything of note in ~/.eclrc ?
>>
>> Or abnormally small stack limit set for your user class?
>>
>> Which which compiler, and for which architecture and OS was it built
>> for?
>>
>> Thanks,
>> --
>> Matt
>>
>>
>> ------------------------------------------------------------------------------
>> Keep Your Developer Skills Current with LearnDevNow!
>> The most comprehensive online learning library for Microsoft developers
>> is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
>> Metro Style Apps, more. Free future releases when you subscribe now!
>> http://p.sf.net/sfu/learndevnow-d2d
>> _______________________________________________
>> Ecls-list mailing list
>> Ecls-list at lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/ecls-list
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/ecl-devel/attachments/20120208/c238650b/attachment.html>


More information about the ecl-devel mailing list