[New-bugs-announce] [issue8249] expat.ParserCreate - SystemError bad argument to internal function

Florent Xicluna report at bugs.python.org
Sun Mar 28 10:26:46 CEST 2010


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

First call gave a segfault. Following calls were successful.

Python 2.7a4+ (trunk:79443M, Mar 26 2010, 16:46:11)

~ $ python ../svnmerge.py -F -M merge -r79450,79427,79426,79425,79382,79310,79297
Traceback (most recent call last):
  File "../svnmerge.py", line 2366, in <module>
    main(sys.argv[1:])
  File "../svnmerge.py", line 2361, in main
    cmd(branch_dir, branch_props)
  File "../svnmerge.py", line 1813, in __call__
    return self.func(*args, **kwargs)
  File "../svnmerge.py", line 1483, in action_merge
    should_find_reflected(branch_dir))
  File "../svnmerge.py", line 1263, in analyze_source_revs
    return analyze_revs(branch_pathid, source_url, base, end_rev, **kwargs)
  File "../svnmerge.py", line 1215, in analyze_revs
    logs[url] = RevisionLog(url, begin, end, find_reflected)
  File "../svnmerge.py", line 535, in __init__
    split_lines=False)):
  File "../svnmerge.py", line 1034, in __getitem__
    for event, node in self._events:
  File "/opt/lib/python2.7/xml/dom/pulldom.py", line 232, in next
    rc = self.getEvent()
  File "/opt/lib/python2.7/xml/dom/pulldom.py", line 265, in getEvent
    self.parser.feed(buf)
  File "/opt/lib/python2.7/xml/sax/expatreader.py", line 198, in feed
    self.reset()
  File "/opt/lib/python2.7/xml/sax/expatreader.py", line 247, in reset
    intern=self._interning)
SystemError: Objects/methodobject.c:120: bad argument to internal function
Segmentation fault

----------
components: Extension Modules, XML
messages: 101856
nosy: flox
priority: normal
severity: normal
stage: test needed
status: open
title: expat.ParserCreate - SystemError bad argument to internal function
type: crash
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8249>
_______________________________________


More information about the New-bugs-announce mailing list