Error in 10.7.6

Notices and updates
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Error in 10.7.6

Post by newdep »

There is an error in 10.7.6 .. returns a lot of questions ;-)
Question is, is the question mark a legal type? of a missing type?
(or im i pushing into the blue here..;-)
newLISP v.10.7.6 64-bit on Linux IPv4/6 UTF-8 libffi, options: newlisp -h
Do it like this, else it wont error (double push) ->
> x
nil
>(push x x)
(?)
>(push x x)
any more text below and the forum returns an error... see the replys below
Last edited by newdep on Tue Dec 28, 2021 5:04 pm, edited 10 times in total.
-- (define? (Cornflakes))

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

Re: Error in 10.7.6

Post by newdep »

Sorry cant post here any more... again forum error..
Last edited by newdep on Tue Dec 28, 2021 5:00 pm, edited 1 time in total.
-- (define? (Cornflakes))

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

Re: Error in 10.7.6

Post by newdep »

newLISP v.10.7.6 64-bit on Linux IPv4/6 UTF-8 libffi, options: newlisp -h
-- (define? (Cornflakes))

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

Re: Error in 10.7.6

Post by newdep »

>x
nil
-- (define? (Cornflakes))

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

Re: Error in 10.7.6

Post by newdep »

>(push x x)
(?)
-- (define? (Cornflakes))

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

Re: Error in 10.7.6

Post by newdep »

>(push x x)
-- (define? (Cornflakes))

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

Re: Error in 10.7.6

Post by newdep »

((?) ?)
-- (define? (Cornflakes))

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

Re: Error in 10.7.6

Post by newdep »

>(first x)
-- (define? (Cornflakes))

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

Re: Error in 10.7.6

Post by newdep »

( ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
...
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
Segmentation fault (core dumped)
-- (define? (Cornflakes))

ralph.ronnquist
Posts: 228
Joined: Mon Jun 02, 2014 1:40 am
Location: Melbourne, Australia

Re: Error in 10.7.6

Post by ralph.ronnquist »

Same behaviour in "newLISP v.10.7.5 64-bit on Linux IPv4/6 UTF-8 libffi, options: newlisp -h"

cameyo
Posts: 183
Joined: Sun Mar 27, 2011 3:07 pm
Location: Italy
Contact:

Re: Error in 10.7.6

Post by cameyo »

newlisp 10.7.5. windows 10
(push x x)
(?)
(push x x)
((?) ?)
(first x)
(?)

ralph.ronnquist
Posts: 228
Joined: Mon Jun 02, 2014 1:40 am
Location: Melbourne, Australia

Re: Error in 10.7.6

Post by ralph.ronnquist »

My fully repeatable test is:

Code: Select all

> (push x x)
(?)
> (x 0 0)

ERR: list reference changed
> x

cameyo
Posts: 183
Joined: Sun Mar 27, 2011 3:07 pm
Location: Italy
Contact:

Re: Error in 10.7.6

Post by cameyo »

Code: Select all

> (push x x)
(?)
> (x 0 0)
ERR: list reference changed
x
Boom

Locked