[Bug 371147] Re: firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion `p->context' failed.

Chris Sherlock ta.bu.shi.da.yu at gmail.com
Thu Jul 2 13:24:25 UTC 2009


The lines in question that are the problem are:

        if ((m->ptr = mmap(NULL, m->size, PROT_READ|PROT_WRITE, MAP_ANONYMOUS|MAP_PRIVATE, -1, (off_t) 0)) == MAP_FAILED) {
            pa_log("mmap() failed: %s", pa_cstrerror(errno));
            goto fail;
        }

It should be easy enough to check to see if shared memory is in use,
just run:

 mount | grep "shm"

If you get something like the following, then it's enabled:

tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)

-- 
firefox: crashes on viideo stream with pulse.c:200: pulse_new: Assertion `p->context' failed.
https://bugs.launchpad.net/bugs/371147
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox-3.0 in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list