Re: segmentation faults
Jason Cornez <[email protected]> Tue, 20 Jun 2006 20:28:01 +0200
| Newsgroups | gmane.lisp.allegro |
|---|---|
| Message-ID | <[email protected]> |
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Well, you can start by just using the debugger. :zoom at the top level is a good start. But things that are likely to cause a segv are working with foreign functions, using an array allocated in C space with one element type and populating it with data of another type. (optimize (speed 3) (safety 0)). Some clues as to what you are trying to do might help us help you. - -Jason On Jun 20, 2006, at 06:40 PM, Gary King wrote: > Hello, > > What sorts of things would cause Allegro CL 8.0 (alisp) to > segfault? How can I diagnose the problem. > > thanks, > -- > Gary Warren King > metabang.com > http://www.metabang.com/ > (413) 210 7511 > gwking on #lisp (occasionally) > > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (Darwin) iD8DBQFEmD41Qlm6HDTMLyMRAm6LAKChgRB7Z6Kl2kq27poeD45GWqtT2wCg07IE 2xYwkWzkFjcxwFrTzqsnMb8= =CPxN -----END PGP SIGNATURE-----