This is the mail archive of the libc-alpha@sourceware.cygnus.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]

(3)Test report glibc-2.1.90(Re: (2)Test report glibc-2.1.90


From: Andreas Jaeger <aj@suse.de>
> The problem is that the broken make creates a wrong order for one list
> in that file.  The list has to be recreated with the new make - which
> happens if you remove the file.

Thanks,Andreas.
I unstoot this problem,I have a clear.
I have found the other problem. The sln gave me SegFault.

it's used  gcc-2.95.2 and gcc-2.96.
Both recompiled glibc put Segfault when installing.  
Look at the result and backtrace.

Kaoru
---------- result ----------
/wk-glibc-2.1.90/rebuild-base/elf/sln /wk-glibc-2.1.90/rebuild-base/elf/symlink.list
make[1]: *** [install-symbolic-link] Segmentation fault
make[1]: Leaving directory `/wk-glibc-2.1.90/libc'
make: *** [install] Error 2
---------------------------
---------- backtrace -------
[root@bwg3 elf]# gdb sln
GNU gdb 4.17.0.11 with Linux support
Copyright 1998 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-unknown-linux"...
(gdb) run
Starting program: /wk-glibc-2.1.90/rebuild-base/elf/sln 

Program received signal SIGSEGV, Segmentation fault.
0x1002ee50 in Letext ()
(gdb) where
#0  0x1002ee50 in Letext ()
#1  0x1000beb0 in __sbrk (increment=32) at ../sysdeps/generic/sbrk.c:42
#2  0x1000a608 in __default_morecore (increment=268814288) at ../sysdeps/generic/
morecore.c:47
#3  0x10006ea4 in chunk_alloc (ar_ptr=0x1005aa98, nb=16) at malloc.c:2471
#4  0x10006808 in __libc_malloc (bytes=0) at malloc.c:2696
#5  0x10005ee8 in malloc_hook_ini (sz=8, caller=0x10060000) at malloc.c:1756
#6  0x10006740 in __libc_malloc (bytes=0) at malloc.c:2683
#7  0x10011084 in _dl_important_hwcaps (platform=0x1005c7d0 "", platform_len=
268828672, sz=0x1005b690, 
    max_capstrlen=0x0) at dl-support.c:115
#8  0x10030bec in _dl_init_paths (llp=0x0) at dl-load.c:527
#9  0x10010ff4 in non_dynamic_init () at dl-support.c:93
#10 0x100114c8 in __libc_init (argc=1, argv=0x7ffff8a4, envp=0x7ffff8ac) at 
set-init.c:24
#11 0x100113ec in init (argc=1, argv=0x7ffff8a4, envp=0x7ffff8ac) at ../sysdeps/
unix/sysv/linux/init-first.c:149
#12 0x1001142c in __libc_init_first (argc=268814288, argv=0x10060000, envp=
0x4)
    at ../sysdeps/unix/sysv/linux/init-first.c:172
#13 0x1000079c in __libc_start_main (argc=1, argv=0x7ffff8a4, envp=0x7ffff8ac, 
auxvec=0x7ffff935, 
    rtld_fini=0x1005c7d0, stinfo=0x10041cb0, stack_on_entry=0xfffffff0) at ..
/sysdeps/powerpc/elf/libc-start.c:87
(gdb) 



---------------------------



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