[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

A question about the FFI



>>>>> "Oliver" == Oliver ANDRICH <andrich@mailhost.uni-koblenz.de> writes:


Oliver> After I included my module and I simply type () for example,
Oliver> the system crashes with the following output.

Oliver> handle_fault error1 !  SIGSEGV cannot be cured. Fault address
Oliver> = 0x38.  Segmentation fault

Oliver> But if I use the initscr function from the ncurses first, than
Oliver> it doesn't crash at all.

What does the module do on initialization?  Can you get a gdb
backtrace?  (use "signal 11 noprint" in gdb if you are using
a generational GC version of CLISP -- which it appears that you are).