[lxml-dev] Crash report
Sept. 26, 2005
11:24 a.m.
Hello all, While I know this is incorrect, I think lxml *should* be handling this nicer:
etree.SubElement(None, 'a') zsh: segmentation fault (core dumped) ipython
Could this please be fixed ? I'm using SVN trunk revision 17870. -- Best regards, Steve mailto:howe@carcass.dhs.org
September 2005
2:21 p.m.
Steve Howe wrote:
While I know this is incorrect, I think lxml *should* be handling this nicer:
etree.SubElement(None, 'a')
zsh: segmentation fault (core dumped) ipython
I agree with you. There should ideally be no way at all to cause segfaults with lxml, anything that does can be considered a bug.
Could this please be fixed ?
I'm using SVN trunk revision 17870.
Patches (with tests!) would of course be appreciated. :) Regards, Martijn
7385
Age (days ago)
7386
Last active (days ago)
1 comments
2 participants
participants (2)
-
Martijn Faassen -
Steve Howe