|
From: Igmar P. <mai...@jd...> - 2006-05-03 12:38:47
|
> > ==1614== Process terminating with default action of signal 11 (SIGSEGV) > > ==1614== Bad permissions for mapped region at address 0x4024BF4 > > ==1614== at 0x4024BF4: ??? > > Yup, as Igmar says, 0x4024BF4 is a rw- mapping of /lib/ld-2.2.5.so. > I have no idea why it would be trying to execute there. Hmm.. And a real pain to debug unfortunately. Someone with a bit more understanding how those perms get set might comment on this. Could be either a buggy libc, or the kernel doing something weird with the ELF mappings. Igmar |