This is the mail archive of the glibc-bugs@sourceware.org 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]
Other format: [Raw text]

[Bug libc/14359] tst-cancelx4.out: Segmentation fault


http://sourceware.org/bugzilla/show_bug.cgi?id=14359

--- Comment #19 from wbrana at gmail dot com 2012-07-14 21:43:35 UTC ---
managed to compile it after fixing config.make:

Core was generated by `./tst-cancelx4 --direct'.
Program terminated with signal 11, Segmentation fault.
#0  0x0a6d23a0 in _Unwind_Resume@plt ()
(gdb) bt full
#0  0x0a6d23a0 in _Unwind_Resume@plt ()
No symbol table info available.
#1  0x0a6d600d in tf_usleep ()
No symbol table info available.
#2  0xea186368 in start_thread () from
/mnt/md3/cache/portage/sys-libs/glibc-2.16.0.bak/work/build-x86-x86_64-pc-linux-gnu-nptl/nptl/libpthread.so.0
No symbol table info available.
#3  0xea0dee1e in clone () from
/mnt/md3/cache/portage/sys-libs/glibc-2.16.0.bak/work/build-x86-x86_64-pc-linux-gnu-nptl/libc.so.6
No symbol table info available.


==11864== Thread 2:
==11864== Invalid read of size 4
==11864==    at 0x10A3A0: ??? (in
/mnt/md3/cache/portage/sys-libs/glibc-2.16.0.bak/work/build-x86-x86_64-pc-linux-gnu-nptl/nptl/tst-cancelx4)
==11864==    by 0x4836367: start_thread (in
/mnt/md3/cache/portage/sys-libs/glibc-2.16.0.bak/work/build-x86-x86_64-pc-linux-gnu-nptl/nptl/libpthread.so)
==11864==    by 0x4937E1D: clone (in
/mnt/md3/cache/portage/sys-libs/glibc-2.16.0.bak/work/build-x86-x86_64-pc-linux-gnu-nptl/libc.so)
==11864==  Address 0x174 is not stack'd, malloc'd or (recently) free'd
==11864== 
==11864== 
==11864== Process terminating with default action of signal 11 (SIGSEGV):
dumping core
==11864==  Access not within mapped region at address 0x174
==11864==    at 0x10A3A0: ??? (in
/mnt/md3/cache/portage/sys-libs/glibc-2.16.0.bak/work/build-x86-x86_64-pc-linux-gnu-nptl/nptl/tst-cancelx4)
==11864==    by 0x4836367: start_thread (in
/mnt/md3/cache/portage/sys-libs/glibc-2.16.0.bak/work/build-x86-x86_64-pc-linux-gnu-nptl/nptl/libpthread.so)
==11864==    by 0x4937E1D: clone (in
/mnt/md3/cache/portage/sys-libs/glibc-2.16.0.bak/work/build-x86-x86_64-pc-linux-gnu-nptl/libc.so)

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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