[PATCH 1 of 4] dirstate: move file type filtering to its source

Matt Mackall mpm at selenic.com
Fri Dec 7 12:31:54 CST 2012


On Fri, 2012-12-07 at 10:07 -0800, Bryan O'Sullivan wrote:
> On Thu, Dec 6, 2012 at 2:35 PM, Adrian Buehlmann <adrian at cadifra.com>
> wrote:
>         As a general note: Please have a look at the buildbot outputs,
>         folks.
>         
> 
> 
> I do sometimes, but they're enough of a pain in the ass that I don't
> love doing so. 

FYI, these breakages seem to stem from your new C code:

+  ImportError: ../mercurial/osutil.so: undefined symbol: Py_InitModule4_64

http://hgbuildbot.kublai.com/builders/hg%20tests/builds/362/steps/run-tests.py%20%28python2.4%29/logs/stdio

$ python check-seclevel.py
+  Fatal Python error: PyThreadState_Get: no current thread
+  /var/folders/zz/zzzivhrRnAmviuee+++-Y++++N+/-Tmp-/bld.hDRarkgQ/tmp8IycnOhg-tst: line 137: 91089 Abort trap              python check-seclevel.py
+  [134]

http://hgbuildbot.kublai.com/builders/OS%20X%2010.6%20hg%20tests/builds/347/steps/run-tests.py%20%28python2.6%29/logs/stdio

That's based on timing, error type, and platform-dependance. The latter
error suggests we have some pointer scribble or similar.

-- 
Mathematics is the supreme nostalgia of our time.




More information about the Mercurial-devel mailing list