Changes between Version 42 and Version 43 of BuildBot


Ignore:
Timestamp:
Apr 20, 2012 8:22:01 AM (12 years ago)
Author:
dominik.rottsches@intel.com
Comment:

Pulseaudio troubleshooting

Legend:

Unmodified
Added
Removed
Modified
  • BuildBot

    v42 v43  
    9797
    9898= Troubleshooting =
     99== Perl Error on Windows ==
    99100On Windows, if you get `perl (...) fatal error - unable to remap (...) to same address as parent`, you need to run
    100101{{{
     
    104105}}}
    105106or rebase individual files.
     107
     108== Timeouts on GStreamer related tests on Linux ==
     109If you're running the buildbot on a headless system, there will be problems with pulseaudio initialization in media tests. To resolve this:
     110 1. Run pulseaudio in system mode by changing {{{PULSEAUDIO_SYSTEM_START}}} from {{{0}}} to {{{1}}} {{{in etc/defaults/pulseaudio}}}. Then (re)start the service {{{service pulseaudio restart}}}.
     111 1. If you're seeing {{{xcb_connection_has_error() returned true}}} in the error output of {{{run-webkit-tests}}} when running media tests, it is likely to be caused by the x11-bell module of pulseaudio. If you don't need it, it's easy to uninstall for example by: {{{apt-get remove --purge pulseaudio-module-x11}}}
    106112
    107113= Running buildbot master locally =