Re: Even more strangeness...

2002-05-22 Thread Ferguson, Neale
Are you running under z/VM? If so, use #CP TR STOR INTO . to trap overwriting of the area in question. > -Original Message- > The first mprotect() is to allow the jump tables to be > rewritten by the > run-time linker. The second is to protect the text segment > so that nobody > overwrit

Even more strangeness...

2002-05-22 Thread Jason McMullan
We are getting a very bizarre error on a binary compiled with gcc-2.95.3. This program has a main event loop which calls select(), and sometimes it comes back from the select() and then the following subroutine call branches into neverland. Here is a piece of the code, disassembled from the on-di