Search found 7 matches

by bludra84
Tue Sep 29, 2009 4:47 pm
Forum: newLISP in the real world
Topic: Odd crash
Replies: 9
Views: 4525

Great, thanks for the tip.
by bludra84
Tue Sep 29, 2009 4:43 pm
Forum: newLISP in the real world
Topic: Odd crash
Replies: 9
Views: 4525

Ahh, thanks for the help! So is this a bug that will be fixed or was I missinterpreting how to use ends-with?
by bludra84
Tue Sep 29, 2009 3:34 pm
Forum: newLISP in the real world
Topic: Odd crash
Replies: 9
Views: 4525

No, I am just using IPv4.
by bludra84
Tue Sep 29, 2009 5:27 am
Forum: newLISP in the real world
Topic: Odd crash
Replies: 9
Views: 4525

Oh, and this is in linux version 10.1.5. Thank you in advance.
by bludra84
Tue Sep 29, 2009 5:22 am
Forum: newLISP in the real world
Topic: Odd crash
Replies: 9
Views: 4525

Odd crash

I have been messing with some code to respond to simple HTTP requests and have run into a weird bug. The following code results in a crash with this error: *** glibc detected *** /usr/bin/newlisp: double free or corruption (fasttop): 0x #!/usr/bin/newlisp (constant 'max-bytes 1024) (define (error nu...
by bludra84
Fri Aug 28, 2009 1:20 am
Forum: newLISP and the O.S.
Topic: Compiling on Debian Armel
Replies: 5
Views: 5937

I'm using 10.1.1

Is the development version stable enough for normal use?
by bludra84
Thu Aug 27, 2009 3:22 pm
Forum: newLISP and the O.S.
Topic: Compiling on Debian Armel
Replies: 5
Views: 5937

Compiling on Debian Armel

This works perfect after running a ./configure-alt and then removing the "-m32" option from the compiler and linker flags. Dunno how useful that is to anyone. I'm running newlisp on a Linksys NSLU2.