New issue 2224: Can't use with pyquery/lxml2
https://bitbucket.org/pypy/pypy/issues/2224/cant-use-with-pyquery-lxml2

Rui Pacheco:

I'm trying to use pyquery with pypy 4.0.1 and I get segfaults. I tried to do 
step by step debugging and got a more specific error:


```
#!python

pypy(88996,0x7fff770bd000) malloc: *** error for object 0x7faef8d8cf18: 
incorrect checksum for freed object - object was probably modified after being 
freed.
*** set a breakpoint in malloc_error_break to debug
[1]    88996 abort      py.test -s
```

It was executing the following line:


```
#!python

self.check_element_with_attrs(result.data, 'input#csrf_token', {'type': 
'hidden'})
```



_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to