Re: [Cython] [cython-users] Test case that will segfault

2012-11-17 Thread Stefan Behnel
Stefan Behnel, 17.11.2012 12:08: > Ewald de Wit, 16.11.2012 23:09: >> I have attached some code below that will lead to a segmentation fault on >> Linux. The code iterates over a linked list of nodes and removes a node >> while doing so. Adding an extra ref to the removed node will prevent the >> c

Re: [Cython] [cython-users] Test case that will segfault

2012-11-17 Thread Stefan Behnel
Hi, thanks for the test case. Ewald de Wit, 16.11.2012 23:09: > I have attached some code below that will lead to a segmentation fault on > Linux. The code iterates over a linked list of nodes and removes a node > while doing so. Adding an extra ref to the removed node will prevent the > crash, s