Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6019793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:28:21+00:00 2026-05-23T03:28:21+00:00

When a PHPUnit test fails normally on my dev box (Linux Mint), it causes

  • 0

When a PHPUnit test fails normally on my dev box (Linux Mint), it causes a “Segmentation Fault” on my Continous Integration box (Centos). Both machines are running the same version of PHPUnit. My dev box is running PHP 5.3.2-1ubuntu4.9, and the CI is PHP 5.2.17. I’d rather leave upgrading the PHP as a last resort though.

As per this thread: PHPUnit gets segmentation fault
I have tried deactivating / reinstalling Xdebug. I don’t have inclue.so installed.

On the CI box I currently only have two extensions active: dom from php-xml (required for phpunit) and memcache (required by my framework), all the others have been turned off.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T03:28:22+00:00Added an answer on May 23, 2026 at 3:28 am

    Next to what cweiske suggests, if upgrading PHP is not an option for you and you have problems to locate the source of the segfault, you can use a debugger to find out more.

    You can launch gdb this way to debug a PHPUnit session:

    gdb --args php /usr/bin/phpunit quiz_service_Test.php
    

    Then type in r to run the program and/or set environment variables first.

    set env MALLOC_CHECK_=3
    r
    

    You might also consider to install the debugging symbols for PHP on the system to get better results for debugging. gdb checks this on startup for you and leaves a notice how you can do so.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm starting to try and test my Doctrine objects with PHPUnit, and would like
I use phpUnit on a integration server to run all tests and if I
I've got a PHPUnit test that tests a class called HelpTokenizerTest. This class implements
I have a very straightforward PHPUnit test in c:\kim\test\HelloTest.php on a Windows PC. I
I am a very new zend framework and phpunit test learner. I have a
I'm trying to setup a unit test but whenever I run phpunit -c app
I've got a PHPUnit mock object that returns 'return value' no matter what its
I'm currently working with PHPUnit to try and develop tests alongside what I'm writing,
I'm just starting to try out phpunit on some existing code. The naming convention
I have some very test-unfriendly code (to say the least) that I need to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.