BIND 10 #2853: Python wrapper of data source extensions
BIND 10 Development
do-not-reply at isc.org
Thu Jun 6 10:52:10 UTC 2013
#2853: Python wrapper of data source extensions
-------------------------------------+-------------------------------------
Reporter: jinmei | Owner:
Type: task | UnAssigned
Priority: medium | Status:
Component: data source | reviewing
Keywords: | Milestone:
Sensitive: 0 | Sprint-20130611
Sub-Project: DNS | Resolution:
Estimated Difficulty: 5 | CVSS Scoring:
Total Hours: 0 | Defect Severity: N/A
| Feature Depending on Ticket:
| shared memory data source
| Add Hours to Ticket: 0
| Internal?: 0
-------------------------------------+-------------------------------------
Changes (by muks):
* owner: muks => UnAssigned
* status: assigned => reviewing
Comment:
The bindings were written. However, I am getting a segmentation fault in
`trac2853` in the `test_find_mapped` unittest in `clientlist_test.py` that
I'm not able to find the reason for. From the core dump, the segfault
happens in `ZoneWriter::install()` when `result[1].install()` is executed.
See the lines that commit `71de47f8d14d274ae2223e56423d6022a3cf0369`
touches. The segfault happens in the call to
`ZoneTableSegment::getHeader()`.
The `ZoneWriterPtr` that the Python `ZoneWriter` wraps around does not
seem to be invalid. `load()` has also just run on it. It seems that when
`ZoneWriter::install()` is run, `ZoneTableSegmentMapped`'s getHeader()`
method is not called which is weird.
I'm putting this ticket to review. Will the reviewer please look at it?
--
Ticket URL: <http://bind10.isc.org/ticket/2853#comment:6>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list