[Xapian-tickets] [Xapian] #696: Segfault/OOM in git master
Xapian
nobody at xapian.org
Wed Nov 18 20:24:44 GMT 2015
#696: Segfault/OOM in git master
-------------------------------------+-------------------------------------
Reporter: coventry | Owner: richard
Type: defect | Status: new
Priority: normal | Milestone: 1.3.x
Component: Xapian-bindings | Version: other
(Python) | Keywords: 1.3.3 segfault git
Severity: major | master 9c9213d
Blocked By: | Blocking:
Operating System: Linux |
-------------------------------------+-------------------------------------
I don't have time to reduce this to a minimal test case, but the process
for reproducing the failure is automated, so even though it takes a long
time to run, it's not too much human effort.
Start up a $10 Ubuntu 14.04 digital ocean box, and run the attached bash
script. Takes a couple of hours to complete. The final python command
either segfaults or gets killed for excessive memory usage. Usually
segfaults, in my experience.
Here are the versions of all the git checkouts during the build process.
root at testscript:~/voter_lookup# for p in `find /root -name .git -type d` ;
do ( cd $p ; git log -1 --pretty=format:"%h $p" ) ; done
94ca849 /root/voter_lookup/.git
1a99212 /root/alien/xapian/swig/.git
3c0adf0 /root/alien/xapian/xapian-applications/omega/.common.git/.git
3c0adf0 /root/alien/xapian/xapian-letor/.common.git/.git
9c9213d /root/alien/xapian/.git
--
Ticket URL: <http://trac.xapian.org/ticket/696>
Xapian <http://xapian.org/>
Xapian
More information about the Xapian-tickets
mailing list