Hi,
@ Gabor: yes, I ran .gdbinit with the lines in it.
@ Dave: yes, I did the apt-get upgrade and all is up to date now.
(help "hint")==> displays with the "Function not found, did you mean
one of these?"
I think I found the problem: Everything is up to date now. But I made some
stuff I use frequently (light, some cubes and rows, practical stuff)
Instead of typing that, I saved it, I load it and copy paste it when I wanna
use it. But those where written on 0.16 and on not upgraded 0.17.
If I write something totally new in my upgraded 0.17 fluxus, no crashes appear.
When I use some of my pre-scripted stuff (wrote on 0.16 and on not updated
0.17) I get a crash.
I will keep an eye on it and post it when it happens again, but I think it is
solved.
Thank you for helping me out here!
Br,
Elmer
-----Original Message-----
From: gabor papp [mailto:[email protected]]
Sent: zaterdag 15 mei 2010 16:49
To: Elmer & Maddy
Cc: [email protected]
Subject: Re: [Fluxus] zsh: abort
> I hope anyone can filter out via this what is wrong, is it my drivers?
> Is it my laptop?? (is it me?)
it seems it is crashing inside plt scheme. just to make sure, did you write a
.gdbinit file before running gdb with these lines in it?
handle SIGSEGV nostop noprint
handle SIG33 nostop noprint pass
handle SIG32 nostop noprint pass
gabor