Re: SIGSEGV shortly after (fork)
Marcus Crestani <[email protected]>
| Newsgroups | gmane.lisp.scheme.scheme48 |
|---|---|
| Message-ID | <[email protected]> |
>>>>>"IS" == Ivan Shmakov <[email protected]> writes: IS> Process scheme segmentation fault Fixed: The prototype for s48_allocate_weak_stob was missing. Without it, a 64bit compiler treats s48_allocate_weak_stob's return value as a 32bit integer and thus cuts some important information from the 64bit address... -- Marcus