check this please???
- Posted by Paul <draegur at WSERV.COM> Aug 18, 2000
- 488 views
Okay, I am having a tough time with this segmentation error problem. To test something I wrote a very simple allocate and free program, I am using safe.e in place of machine.e to test it with. This little program written on a linux (SuSe) platform caused a segmentation fault. Anyone have a clue?? with trace trace(1) procedure main() atom data data = allocate(8) free(data) end procedure main() What exactly am I doing wrong here? This is a microcosm of the heart of my world.