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/13699] Hang in __lll_lock_wait_private after fork and realloc.


https://sourceware.org/bugzilla/show_bug.cgi?id=13699

Ionut Ceausu <ionut.ceausu at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #5 from Ionut Ceausu <ionut.ceausu at gmail dot com> ---
Problem is still reproducible on GLIBC2.17/ubunt 13.04. Attached is the source
code to reproduce the problem.
Stack is the following one
__lll_lock_wait_private() at lowlevellock.S:95 0x7ffff73e3d7b    
_L_lock_697() at 0x7ffff73d0af4    
__GI___vsyslog_chk() at syslog.c:258 0x7ffff73d0524    
__syslog() at syslog.c:117 0x7ffff73d099f    
forkSyslogHang::forkSyslogHang() at forkSyslogHang.cpp:33 0x4036e1    
threadPool::threadExecute() at threadPool.cpp:36 0x403ae0    
start_thread() at pthread_create.c:311 0x7ffff7bc4f8e    
clone() at clone.S:113 0x7ffff73d5a0d

-- 
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]