Open Bug 1524430 Opened 5 years ago Updated 2 years ago

nsSocketTransport leak in main process

Categories

(Core :: Audio/Video: Playback, defect, P2)

defect

Tracking

()

People

(Reporter: mccr8, Unassigned)

References

(Blocks 1 open bug)

Details

(Keywords: memory-leak)

With bug 1522951 and bug 1523013 fixed, there is another leak when running the tests listed in bug 1517595. This leak is in the main process instead of the content process:

0:24.47 INFO leakcheck: default leaked 3 Mutex
0:24.47 INFO leakcheck: default leaked 1 PollableEvent
0:24.48 INFO leakcheck: default leaked 1 ReentrantMonitor
0:24.48 INFO leakcheck: default leaked 1 nsAStreamCopier
0:24.48 INFO leakcheck: default leaked 1 nsPipe
0:24.48 INFO leakcheck: default leaked 1 nsPipeInputStream
0:24.48 INFO leakcheck: default leaked 1 nsSocketTransport
0:24.48 INFO leakcheck: default leaked 1 nsSocketTransportService
0:24.48 INFO leakcheck: default leaked 1 nsStringBuffer
0:24.48 INFO leakcheck: default leaked 1 nsTArray_base
0:24.48 UNEXPECTED-FAIL leakcheck: default 1836 bytes leaked

This is all networking stuff, so maybe it is a problem with networking code, but I'll just file it in media playback.

Jya, Bryce is this something we should look at, or should we move it over to necko?

Rank: 15
Priority: -- → P2

Without having more of a look, I don't think I have a good idea. Jya, does it mean more to you?

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.