#1111 closed (fixed)
upnp eats memory and dies
| Reported by: | sharo | Owned by: | somebody |
|---|---|---|---|
| Keywords: | upnp | Cc: |
Description (last modified by sharo)
upnp daemon eats approx 4k each second, after few minutes crashes with Segmentation fault. Cpu usage remains high (1.0-1.9%) when not used. In windows XP status page does not display link speed, duration, recv/sent packets, but the source code has some lines for them. Maybe there is something wrong?
edit: svn 12220, wrt600n v1.1
Change History (5)
comment:1 Changed 4 years ago by sharo
- Description modified (diff)
comment:2 Changed 4 years ago by sharo
- Description modified (diff)
comment:3 Changed 4 years ago by sharo
comment:4 Changed 4 years ago by LOM
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Maybe the problem is that all queries to upnp are returned with "Connection:close", which causes high number of connections to be constantly opened and closed (more than 10 each second)