General

Profile

stass (Stanislav Sedov)

  • Login: stass
  • Email: stas@FreeBSD.org
  • Registered on: 09/20/2012
  • Last sign in: 09/21/2012

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 1 1

Activity

09/20/2012

04:22 PM Ruby Bug #7041: Memory leak in Mutex
Ruby does not destroy pthread condattr structure after allocating and using it in pthread_thread.c:native_cond_initialize().
This causes a memory leak that can be demonstrated by the following snipplet:
loop do
Mutex.new
...
stass (Stanislav Sedov)
04:20 PM Ruby Bug #7041 (Closed): Memory leak in Mutex
=begin
Ruby does not destroy pthread condattr structure after allocating and using it in pthread_thread.c:native_cond_initialize().
This causes a memory leak that can be demonstrated by the following snipplet:
loop do
M...
stass (Stanislav Sedov)

Also available in: Atom