#1221 closed defect (fixed)
Crash when SIP transport tried to write to a broken pipe
Reported by: | ming | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-1.10 |
Component: | pjsip | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description (last modified by ming)
Crash occurred when SIP transport tried to write to a broken pipe and get a SIGPIPE error while the underlying connection is refused.
Application should refer to pjsua/main.c for handling the case when we get a SIGPIPE signal.
Change History (6)
comment:1 Changed 14 years ago by ming
- Description modified (diff)
comment:2 Changed 14 years ago by ming
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 14 years ago by ming
comment:4 Changed 14 years ago by ming
comment:5 Changed 14 years ago by ming
Note: See
TracTickets for help on using
tickets.
(In [3478]) Fixed #1221: Crash when SIP transport tried to write to a broken pipe.