Summary: | DAHLIN-00132: random panics on disconnects | ||
Reporter: | Tzafrir Cohen (tzafrir) | Labels: | |
Date Opened: | 2009-08-03 12:12:08 | Date Closed: | 2009-09-21 11:26:51 |
Priority: | Major | Regression? | No |
Status: | Closed/Complete | Components: | dahdi (the module) |
Versions: | Frequency of Occurrence | ||
Related Issues: | |||
Environment: | Attachments: | ||
Description: | Lately with our internal copy of dahdi trunk we started getting occasional panics on disconnects. This started only after merging post-2.2 changes. My suspect so far is r6794 (the drivers reference counting) but I haven't had the time to trace this issue yet. Scenario: 1. disconnecting a device 2. Sending Asterisk a "remove" event 3. Asterisk closes the file descriptor 4. Panic | ||
Comments: | By: Leif Madsen (lmadsen) 2009-09-21 10:23:37 Actually, I'm going to set this to feedback until you have a chance to track this down a bit more, or provide some additional information. Thanks! By: Tzafrir Cohen (tzafrir) 2009-09-21 11:26:51 This seems to have been resolved in r7066 , which fixes a regression added in r6794 : Don't dereference the span after a channel was closed. |