Re: exu problem
Bernie Ryan writes:
> After it exits the interpeter LInux displays
> the message : Segmentation fault (core dumped)
I ran your program on my Red Hat 5.2 installation.
It gave me the same error that you saw.
Your program contains a list of 500 .so files with
full path. When I run it, 71 of those files actually exist
on my machine and can be opened as shared libraries.
Through "binary search", I managed to isolate
"/usr/lib/libpthread.so". A segmentation violation
does not occur as long as this library
is commented out. If this library is included, a segmentation
fault occurs sometime *after* the Euphoria interpreter
does its final exit().
I don't think there is a bug in the interpreter.
Probably it's some strange Linux bug.
It could also be a bug in your code.
Your code looks ok, but I didn't check it thoroughly.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com
|
Not Categorized, Please Help
|
|