gtk-2.0.9 Install failing on Solaris 2.8



Fails during the make install portion of the build.

Getting an error on the call to
gtk-query-immodules-2.0. (which is a script) when I
trace the script I find it is actually the executable
gtk-query-immodules-2.0 (yes same name) that is core
dumping.

If I run truss on the executable I see
open("/usr/platform/SUNW,Ultra-1/lib/libc_psr.so.1",
O_RDONLY) = 3
fstat(3, 0xFFBEF1FC)                            = 0
mmap(0xFEFB0000, 8192, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_FIXED, 3, 0) = 0xFEFB0000
mmap(0x00000000, 16384, PROT_READ|PROT_EXEC,
MAP_PRIVATE, 3, 0) = 0xFEB50000
close(3)                                        = 0
mmap(0x00000000, 8192, PROT_READ|PROT_WRITE|PROT_EXEC,
MAP_PRIVATE|MAP_ANON, -1, 0) = 0xFEB40000
munmap(0xFEFB0000, 8192)                        = 0
    Incurred fault #6, FLTBOUNDS  %pc = 0xFF02FE90
      siginfo: SIGSEGV SEGV_MAPERR addr=0xFF01FFFC
    Received signal #11, SIGSEGV [default]
      siginfo: SIGSEGV SEGV_MAPERR addr=0xFF01FFFC
        *** process killed ***

which seems a little odd (the odd thing being that the
munmap appears to be hapening on a segment of memory
that was mmaped to a file which is now closed.

In any case, the above info may be somewhat misleading
but certainly the install is failing.

Running Solaris 2.8, sparc, recommended patches, 32
bit, gcc 3.2.1.

Anyone else got a similar setup working?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]