Hi,

I'm facing a very odd problem when running my unit test suite. Some
tests pass correctly but others (not always the same) are causing a
segmentation fault (see trace below). I precise that each test works
and passes individually, the probem only appears when runing test:unit
or test:all. Each test script runs the same bootstrap wich loads the
same Doctrine fixtures.

My guess is that segmentation fault is linked to Doctrine loading
fixtures : if I skip load fixtures on each script then segmentation
fault disapears. One other weird thing is that my test suite was
running very well some days ago and today. I didn't commit any major
changes on my project and I still use the same Symfony version
(1.4.5).

Any idea ?
Regards.


myserver:/var/myproject# php symfony test:unit
sh: line 1: 22062 Segmentation fault      '/usr/bin/php' '/tmp/
limeM8xZdj' 2>&1
model/doctrine/
AccessProfileModuleTest...............................dubious
    Test returned status 139
    Failed tests: 0
sh: line 1: 22065 Segmentation fault      '/usr/bin/php' '/tmp/
limeRIqw7t' 2>&1
model/doctrine/
AccessProfileTest.....................................dubious
    Test returned status 139
    Failed tests: 0
sh: line 1: 22071 Segmentation fault      '/usr/bin/php' '/tmp/
lime3QhmLn' 2>&1
model/doctrine/
AddressTest...........................................dubious
    Test returned status 139
    Failed tests: 0
sh: line 1: 22074 Segmentation fault      '/usr/bin/php' '/tmp/
limetgTisS' 2>&1
model/doctrine/
AdvertiserTest........................................dubious
    Test returned status 139
    Failed tests: 0
model/doctrine/
ContractPackTest......................................ok
model/doctrine/
ContractProductTest...................................ok
sh: line 1: 22083 Segmentation fault      '/usr/bin/php' '/tmp/
limetRh0XT' 2>&1
model/doctrine/
ContractTest..........................................dubious
    Test returned status 139
    Failed tests: 0
sh: line 1: 22086 Segmentation fault      '/usr/bin/php' '/tmp/
limeFP3I4a' 2>&1
model/doctrine/
CreditTest............................................dubious
    Test returned status 139
    Failed tests: 0
sh: line 1: 22089 Segmentation fault      '/usr/bin/php' '/tmp/
limeq2yJ58' 2>&1
model/doctrine/
CreditUseTest.........................................dubious
    Test returned status 139
    Failed tests: 0
sh: line 1: 22092 Segmentation fault      '/usr/bin/php' '/tmp/
lime6eUFZO' 2>&1
model/doctrine/
FieldInfoTest.........................................dubious
    Test returned status 139
    Failed tests: 0
model/doctrine/
ListingTest...........................................ok
model/doctrine/
MediaTest.............................................ok
model/doctrine/
ModuleTest............................................ok
model/doctrine/
PackTest..............................................ok
model/doctrine/
PhotoTest.............................................ok
sh: line 1: 22117 Segmentation fault      '/usr/bin/php' '/tmp/
limejpeClO' 2>&1
model/doctrine/
ProductTest...........................................dubious
    Test returned status 139
    Failed tests: 0

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to