|
From: Julian S. <js...@ac...> - 2006-05-03 12:00:42
|
> --1614:1:aspacem <<< SHOW_SEGMENTS: Memory layout at client startup (27 > segments, 3 segnames) > --1614:1:aspacem ( 0) /var/tmp/valgrind/ppc32-linux/memcheck > --1614:1:aspacem ( 1) /bin/busybox > --1614:1:aspacem ( 2) /lib/ld-2.2.5.so > --1614:1:aspacem 0: RSVN 0000000000-0003FFFFFF 64m ----- SmFixed > --1614:1:aspacem 1: file 0004000000-0004012FFF 77824 r-x-- d=0x1F02 > i=977784 o=0 (2) > --1614:1:aspacem 2: 0004013000-0004021FFF 61440 > --1614:1:aspacem 3: file 0004022000-0004025FFF 16384 rw--- d=0x1F02 > i=977784 o=73728 (2) > ==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. J |