Closed Bug 1021350 Opened 11 years ago Closed 8 years ago

Small leak under event_base_once

Categories

(Core :: IPC, defect)

defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: mccr8, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: memory-leak)

LSAN detects a 152 byte leak while running Mochitest 4. This could just be a one-time allocation we don't bother to free in non-debug builds. Direct leak of 152 byte(s) in 1 object(s) allocated from: #0 0x471e51 in calloc /builds/slave/moz-toolchain/src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:90 #1 0x7f8d29b6c276 in event_mm_calloc_ /build/ipc/chromium/src/third_party/libevent/event.c:2663 #2 0x7f8d29b6c276 in event_base_once /build/ipc/chromium/src/third_party/libevent/event.c:1684 #3 0x7f8d29b7dc26 in base::MessagePumpLibevent::Run(base::MessagePump::Delegate*) /build/ipc/chromium/src/base/message_pump_libevent.cc:339 #4 0x7f8d29baa210 in RunInternal /build/ipc/chromium/src/base/message_loop.cc:229 #5 0x7f8d29baa210 in RunHandler /build/ipc/chromium/src/base/message_loop.cc:222 #6 0x7f8d29baa210 in MessageLoop::Run() /build/ipc/chromium/src/base/message_loop.cc:196 #7 0x7f8d29bc2719 in base::Thread::ThreadMain() /build/ipc/chromium/src/base/thread.cc:168
This leak appears to be gone now. The suppression was removed in bug 1311584.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.