Search found 7 matches
- Tue Sep 29, 2009 4:47 pm
- Forum: newLISP in the real world
- Topic: Odd crash
- Replies: 9
- Views: 4525
- Tue Sep 29, 2009 4:43 pm
- Forum: newLISP in the real world
- Topic: Odd crash
- Replies: 9
- Views: 4525
- Tue Sep 29, 2009 3:34 pm
- Forum: newLISP in the real world
- Topic: Odd crash
- Replies: 9
- Views: 4525
- Tue Sep 29, 2009 5:27 am
- Forum: newLISP in the real world
- Topic: Odd crash
- Replies: 9
- Views: 4525
- 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...
- Fri Aug 28, 2009 1:20 am
- Forum: newLISP and the O.S.
- Topic: Compiling on Debian Armel
- Replies: 5
- Views: 5937
- 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.