again [cmd] segmentation fault

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

again [cmd] segmentation fault

Post by newdep »

Hi Lutz,

Long tim eno speak...:)
following the [cmd] history here is another segment fault..

nodep@zeep:~/prog/nl/progs$ newlisp -v


newLISP v.8.6.1 on linux

$ newlisp -c
[cmd]
(println "auch")
[/cmd]
Segmentation fault

$ newlisp -c
[cmd]

(println "auch")

[/cmd]
Segmentation fault
-- (define? (Cornflakes))

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

<up-arrow> after the closing [/cmd] caused a crash on lib readline compiled versions. This could finally be fixed on 8.8.4 (due coming weekend)

Lutz

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

aaaa you found the bugger ;-)
-- (define? (Cornflakes))

Locked