Re: posix_spawn
"Kirill A. Korinsky" <[email protected]>
| Newsgroups | gmane.lisp.gcl.devel |
|---|---|
| Message-ID | <[email protected]> |
ha, it was false alarm.
I've waited for a while and it continue to working until it crashed as:
Warning: WILD-PATHNAME-P is being redefined.
Warning: SBIT is being redefined.
Warning: GETHASH is being redefined.
GCL (GNU Common Lisp) 2.7.0 Thu Oct 26 12:00:01 PM EDT 2023 CLtL1 git: Version_2_7_0pre9
Source License: LGPL(gcl,gmp), GPL(unexec,bfd,xgcl)
Binary License: GPL due to GPL'ed components: (UNEXEC)
Modifications of this banner must retain notice of a compatible license
Dedicated to the memory of W. Schelter
Use (help) to get some basic information on how to use GCL.
Temporary directory for compiler files set to /var/folders/rq/wqy42lq543z9rwrlj7vf1h4r0000gn/T/
>;; Loading "boot.lisp"
Correctable error: The assertion (APPLY (QUOTE ARRAY-IN-BOUNDS-P) ARRAY ...) failed.
Signalled by APPLY.
If continued: Repeat assertion.The assertion (APPLY (QUOTE ARRAY-IN-BOUNDS-P) ARRAY ...) failed.
Broken at LET*. Type :H for Help.
1 (continue) Repeat assertion.
2 Return to top level.
COMPILER>>make: *** [unixport/saved_gcl0] Error 255
--
wbr, Kirill
> On 23. Dec 2023, at 00:59, Camm Maguire <[email protected]> wrote:
>
> Too bad, because it is working for me and could be a generic solution.
> Did it eliminate those C compiler warnings? Can you run under gdb and
> backtrace at the point asking for keyboard input?
>
> cd unixport
> make raw_pre_gcl
> gdb raw_pre_gcl
> (gdb) r ./ <foo
>
> Take care,
>
> "Kirill A. Korinsky" <[email protected]> writes:
>
>> something goes wrong here. It stuck like this:
>>
>> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmpspecial.lsp
>> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmplam.lsp
>> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmplet.lsp
>> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmpvs.lsp
>> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmpwt.lsp
>> loading /Users/catap/src/gcl/gcl/unixport/../cmpnew/gcl_cmpmain.lsp
>>
>> NIL
>>
>> COMPILER>
>> (:SDEBUG
>> :SETF :PRE-GCL :DYNAMIC-EXTENT :INTDIV :64BIT :C99 :UNEXEC
>> :NATIVE-RELOC :EDITLINE :TRUNCATE_USE_C :CLX-LITTLE-ENDIAN :BSD
>> :DARWIN21.6.0 :X86_64 :IEEE-FLOATING-POINT :DARWIN :UNIX :GMP :GCL
>> :AKCL :COMMON :KCL)
>>
>> COMPILER>
>> #<"SYSTEM" package>
>>
>> SYSTEM>
>> T
>>
>> SYSTEM>
>>
>> and it expect my input via keyboard.
>
> --
> Camm Maguire [email protected]
> ==========================================================================
> "The earth is but one country, and mankind its citizens." -- Baha'u'llah
signature.asc
(application/pgp-signature, 833 B)
-----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEE3/KLNtcfWfLw7JxqmNjZhndZIm4FAmWGJ9gACgkQmNjZhndZ Im7Yag//edA7LT0xs8JCVTHHcPnIW8ix57bCY+D51ms6OVe8noc24T3b5ivqWW/P CIwNWF6vfaFRQN0qMdOvG1E0Wxjr4fgINY1DUxFwykzInmRbbMkqXlbV3FqyoYNt Lk8z6Yd/KImwNJXpVZlqJhBOLVsNvCFGG3QuH+LrIgCfqIY6Q94nqPkudsDIRuoH xXZNLe96d8xaz5XEh5wvtZZT9hrrkG/6p++lMwSZNsh+3typ6TYsoBjCqLr0KeKf PkJj8jvFe1U+1SD7QPBNWErXaqIU9AXuNRdw7v10QgZfXdKCRgLwd4RYt07EdNUj DvKqWsEDHPFIcpzWolWBjrUgs62iyit/e6Pj702GUkMJ9wCNbMG993PHLS7bs2rY z9hUlKZTdl4mKoVKQpdERK8XzmDZiyheXbaxudee+RPkmNIA7B46Jfll/Mfgkbqq oZkb/iBUooua7WjGWo5p+R5FiwkhmF5ClMWstWKHvpay40V3gP3PXPBzdDWJaRdC n78YGsfmCEsVqZ5tv5JovsRHKR+0ayL5YwhghiJiddTzkZhjOg8thCsBR73aISl9 YGtpM61h7nTvfhcOxIR0lJSu0q3+0Uy9a7YgFec03N/HzWFXeBtJOPjMd7qvjchA P9U0fRib2MHGtetLPK7AIxFnmFd7cqNI3RwvMNKSN1JSm4YOCcw= =uc9i -----END PGP SIGNATURE-----