https://bugzilla.wikimedia.org/show_bug.cgi?id=62623

--- Comment #16 from Antoine "hashar" Musso <has...@free.fr> ---
$ cd /srv/ssd
$ git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git \
  --reference=/srv/ssd/gerrit/mediawiki/core.git bug62623
  Cloning into 'bug62623'...

$ git fetch origin refs/changes/45/77645/28
$ git checkout FETCH_HEAD -b 77645,28

Then installed MediaWiki using sqlite:

$ WORKSPACE="`pwd`"
/srv/deployment/integration/slave-scripts/bin/mw-install-sqlite.sh 

Applied custom settings:

$ WORKSPACE="`pwd`"
/srv/deployment/integration/slave-scripts/bin/mw-apply-settings.sh 

Then running the tests:

$ ulimit -c 2097152
$ cd tests/phpunit/
$ php phpunit.php --with-phpunitdir
/srv/deployment/integration/phpunit/vendor/phpunit/phpunit \
   --exclude-group Database,Broken,ParserFuzz,Stub \
  --conf /srv/ssd/bug62623/LocalSettings.php

Some tests fails due to permission errors with the files
/tmp/mw-UIDGenerator-UID-* , but it does segfault.

$ gdb /usr/bin/php /srv/ssd/bug62623/tests/phpunit/core
Program terminated with signal 11, Segmentation fault.
#0  0x00000000006b9e9f in zend_mm_remove_from_free_list (heap=0x1269ac0,
mm_block=0x15b2de50)
    at /tmp/buildd/php5-5.3.10/Zend/zend_alloc_canary.c:889
889    /tmp/buildd/php5-5.3.10/Zend/zend_alloc_canary.c: No such file or
directory.
$

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to