#437 closed defect (fixed)
Stack overflow in ICE on Symbian phone target
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.9.0 |
Component: | pjnath | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
Reduce the stack usage since it caused stack overflow on Symbian phone with default stack size (8KB).
Also reduce the pool usage (avoid to use 4000 bytes blocks) and make the pool size configurable.
Change History (3)
comment:1 Changed 17 years ago by bennylp
- Resolution set to fixed
- Status changed from new to closed
comment:2 Changed 17 years ago by bennylp
Related to this:
- in r1655: optimize the stack usage in pjsua-lib
comment:3 Changed 17 years ago by bennylp
Related to this ticket:
- in r1656: reduce the stack usage of the ICE media transport
Note: See
TracTickets for help on using
tickets.
In r1654: