[Oorexx-devel] *** glibc detected *** rexx: realloc(): ..., but also *** glibc detected *** rexx: free(): ...: any ideas ?

2011-06-26 Thread Rony G. Flatscher
Hi there, while developing an external funciton library for 64-bit ooRexx (using 4.1.0) on a 64-bit Linux machine, all of a sudden I have been getting segmentation faults in a code segment that contains no Rexx-API code. The native code does not itself use glibc's realloc(). The statement in the

Re: [Oorexx-devel] *** glibc detected *** rexx: realloc(): ..., but also *** glibc detected *** rexx: free(): ...: any ideas ?

2011-06-26 Thread Mark Miesfeld
On Sun, Jun 26, 2011 at 6:06 AM, Rony G. Flatscher rony.flatsc...@wu-wien.ac.at wrote: while developing an external funciton library for 64-bit ooRexx (using 4.1.0) on a 64-bit Linux machine, all of a sudden I have been getting segmentation faults in a code segment that contains no Rexx-API