ok I'll try to make an account at gitlab and post a more detailed bug report

????????iPhone

------------------ ???????? ------------------
??????: Daniel Kochma??ski <jackdan...@hellsgate.pl>
????????: 2015??03??13?? 04:58
??????: Rujia Liu <2575...@qq.com>
????: lll <l...@xeltek-cn.com>, ecls-list <ecls-list@lists.sourceforge.net>
????: Re: [Ecls-list] ?????? ??????ecl-15.2.21 build failed with visual studio 
2012express (ecl_min.execrash)




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";<l...@xeltek-cn.com>;
> ????????: 2015??3??7??(??????) ????11:04
> ??????: "lll "<l...@xeltek-cn.com>; "Rujia Liu"<2575...@qq.com>; "ecls-list 
> "<ecls-list@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 <l...@xeltek-cn.com>"
>
> To: "lll <l...@xeltek-cn.com>","Rujia Liu <2575...@qq.com>","ecls-list 
> <ecls-list@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 <l...@xeltek-cn.com>"
>
> To: "Rujia Liu <2575...@qq.com>","ecls-list <ecls-list@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)
>
>
> ?1?3Thank 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 <2575...@qq.com>"
>
> To: "ecls-list <ecls-list@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 <l...@xeltek-cn.com>
> ????????: 2015??03??06?? 13:48
> ??????: ecls-list <ecls-list@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@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@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@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
------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to