This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re:sln and make check problems


Hi!
I send debgger message fron sln core on linuxppc.

Kaoru

* sln problem

/usr/src/redhat/BUILD/libc/build-ppc-linux/elf/sln /usr/src/redhat/BUILD/libc/
build-ppc-linux/elf/symlink.list
make[1]: *** [install-symbolic-link] Segmentation fault (core dumped)
make[1]: Leaving directory `/usr/src/redhat/BUILD/libc'
make: *** [install] Error 2
make: Leaving directory `/usr/src/redhat/BUILD/libc/build-ppc-linux'


* sln's core

[root@g4mpKFUKUI libc]# gdb build-ppc-linux/elf/sln core
GNU gdb 5.0
Copyright 2000 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "ppc-redhat-linux"...
Core was generated by `/usr/src/redhat/BUILD/libc/build-ppc-linux/elf/sln /
usr/src/redhat/BUILD/libc/b'.
Program terminated with signal 11, Segmentation fault.
#0  0x10000928 in atexit (func=0x1004b5c0 <_fini>) at atexit.c:31
31	  return __cxa_atexit ((void (*) (void *)) func, NULL,
(gdb) where   
#0  0x10000928 in atexit (func=0x1004b5c0 <_fini>) at atexit.c:31
#1  0x1000078c in __libc_start_main (argc=2, ubp_av=0x7ffff074, 
    ubp_ev=0x7ffff080, auxvec=0x7ffff165, rtld_fini=0x1004b5c0 <_fini>, 
    stinfo=0x1004b5e0, stack_on_entry=0x4d)
    at ../sysdeps/powerpc/elf/libc-start.c:104
(gdb) 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]