[Ecls-list] 回复: 回复: ecl-15.2.21 build failed with visual studio 2012express (ecl_min.exe crash)

Daniel Kochmański jackdaniel at hellsgate.pl
Thu Mar 12 21:06:49 UTC 2015


Could you please fill a bug report on gitlab.com/embeddable-common-lisp,
or if you don't want to make account there, on sourceforge.net/p/ecls ?
I'll examine this soon.

BR,
Daniel

Rujia Liu writes:

> Same here. I also got the "Frame stack overflow" error when I hit Ctrl-C in REPL, and then ecl.exe crashes.
>
> - Rujia
>
>
> ------------------ 原始邮件 ------------------
> 发件人: "lll";<lll at xeltek-cn.com>;
> 发送时间: 2015年3月7日(星期六) 晚上11:04
> 收件人: "lll "<lll at xeltek-cn.com>; "Rujia Liu"<2575127 at qq.com>; "ecls-list "<ecls-list at lists.sourceforge.net>; 
>
> 主题: Re:Re:Re:[Ecls-list] 回复: ecl-15.2.21 build failed with visual studio 2012express (ecl_min.exe crash)
>
>
>
>
> And,
>
> * ecl.exe crashes while I click close [x] button.
>
> * ecl.exe crashes while I press CTRL-C inside REPL.
>
> with message:
>
> ;;;
>
> ;;; Frame stack overflow
>
> ;;; Jumping to the outermost toplevel prompt
>
> ;;;
>
> and stopped working.
>
> I thought these two issues might be linked to the CTRL-C crash.
>
> Hope it will help.
>
>
>
>
> LLL
>
>
>
> From: "lll <lll at xeltek-cn.com>"
>
> To: "lll <lll at xeltek-cn.com>","Rujia Liu <2575127 at qq.com>","ecls-list <ecls-list at lists.sourceforge.net>"
>
> CC: 
>
> Sent: 2015-03-07 22:55
>
> Subject: Re:Re:[Ecls-list] 回复: ecl-15.2.21 build failed with visual studio 2012express (ecl_min.exe crash)
>
>
> Hi,
>
> Is there anyone tried https://chriskohlhepp.wordpress.com/embedding-lisp-in-cplusplus-a-recipe/ on windows.
>
> example gives error while I press CTRL-C. [which should give repl prompt.I have tried it good on Ubuntu.]
>
>
>
>
> * comment sleep() to compile 
>
> * cl.exe /MT /EHsc /I . ecc.cpp ecl.lib
>
>
>
>
> Cheers,
>
> LLL
>
>
>
>
>
>
> From: "lll <lll at xeltek-cn.com>"
>
> To: "Rujia Liu <2575127 at qq.com>","ecls-list <ecls-list at lists.sourceforge.net>"
>
> CC: 
>
> Sent: 2015-03-07 21:58
>
> Subject: Re:[Ecls-list] 回复: ecl-15.2.21 build failed with visual studio 2012express (ecl_min.exe crash)
>
>
> Thank you guys. 
>
> It builds successfully with commit 4e1d62d13cbfe1d97ae2187a343fdf5a7c175d5d.
>
> ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>
>
> C:\li\ecl\msvc\package>ecl
>
> ECL (Embeddable Common-Lisp) 15.2.21 (git:4e1d62d13cbfe1d97ae2187a343fdf5a7c175d
>
> 5d)
>
> Copyright (C) 1984 Taiichi Yuasa and Masami Hagiya
>
> Copyright (C) 1993 Giuseppe Attardi
>
> Copyright (C) 2000 Juan J. Garcia-Ripoll
>
> Copyright (C) 2015 Daniel Kochmanski
>
> ECL is free software, and you are welcome to redistribute it
>
> under certain conditions; see file 'Copyright' for details.
>
> Type :h for Help.  Top level in: #<process TOP-LEVEL>.
>
>>
>
>
>
>
> Cheers,
>
> LLL
>
>
>
>
>
>
> From: "Rujia Liu <2575127 at qq.com>"
>
> To: "ecls-list <ecls-list at lists.sourceforge.net>"
>
> CC: 
>
> Sent: 2015-03-06 18:45
>
> Subject: [Ecls-list] 回复: ecl-15.2.21 build failed with visual studio 2012express (ecl_min.exe crash)
>
> Hi!
> have you tried the workaround i have posted in the mailing list a couple of days ago?
>
> 发自我的iPhone
>
>
> ------------------ 原始邮件 ------------------
> 发件人: LL L <lll at xeltek-cn.com>
> 发送时间: 2015年03月06日 13:48
> 收件人: ecls-list <ecls-list at lists.sourceforge.net>
> 主题: [Ecls-list] ecl-15.2.21 build failed with visual studio 2012express (ecl_min.exe crash)
>
>
>
> Hi,
> I tried to build ecl from souce code.
>
> nmake -f Makefile
> got following error message [I tried on both 32/64 bit windows 7 
> machines. same error.].
>
> Microsoft (R) Program Maintenance Utility Version 11.00.61030.0
> Copyright (C) Microsoft Corporation.  All rights reserved.
>
> C++ compiler flags: /EHsc /DGC_DLL /DGC_BUILD /nologo 
> /D_CRT_SECURE_NO_DEPRECATE
>   /DNDEBUG /MD /O2
> C++ linker flags: /link /incremental:no /nologo /nodefaultlib:libcmt 
> /nodefaultl
> ib:libcmtd /nodefaultlib:libc /nodefaultlib:libcd /nodefaultlib:msvcrtd.lib
> ECL Modules:  cmp asdf sockets rt defsystem profile bytecmp ecl-curl 
> deflate
> ECL Features: (cons :wants-deflate (cons :wants-ecl-curl (list* 
> :builtin-bytecmp
>   :wants-bytecmp (cons :wants-profile (cons :wants-defsystem (cons 
> :wants-rt (con
> s :wants-sockets (cons :wants-asdf (cons :wants-cmp (cons :wants-dlopen 
> *feature
> s*))))))))))
>          set ECLDIR=./
>          ecl_min < compile.lsp
> NMAKE : fatal error U1077: 'ecl_min' : return code '0xc00000fd'
> Stop.
>
> I Googled around, and found the unsolved thread with same issue.
> http://sourceforge.net/p/ecls/mailman/message/31653977/
>
> Please help.
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the 
> conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Ecls-list mailing list
> Ecls-list at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the  
> conversation now. http://goparallel.sourceforge.net/_______________________________________________
> Ecls-list mailing list
> Ecls-list at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list
>
>
> Nanjing Xeltek Electronic Co.,Ltd.
> Address: #1, Zijin No.2 Rd.,Zijin (Jiangning) Technology Incubation Special Park,Jiangning, Nanjing, P.R.China 211111 
>
> http://www.xeltek.com.cn
>
>
>
>
>
>
> Nanjing Xeltek Electronic Co.,Ltd.
> Address: #1, Zijin No.2 Rd.,Zijin (Jiangning) Technology Incubation Special Park,Jiangning, Nanjing, P.R.China 211111 
>
> http://www.xeltek.com.cn
>
>
>
>
>
>
> Nanjing Xeltek Electronic Co.,Ltd.
> Address: #1, Zijin No.2 Rd.,Zijin (Jiangning) Technology Incubation Special Park,Jiangning, Nanjing, P.R.China 211111 
>
> http://www.xeltek.com.cn------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website, sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for all
> things parallel software development, from weekly thought leadership blogs to
> news, videos, case studies, tutorials and more. Take a look and join the 
> conversation now. http://goparallel.sourceforge.net/_______________________________________________
> Ecls-list mailing list
> Ecls-list at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ecls-list

-- 
Daniel Kochmański | Poznań, Poland
;; aka jackdaniel

"Be the change that you wish to see in the world." - Mahatma Gandhi




More information about the ecl-devel mailing list