Menu

#12 ffmpeg/imap problem

closed-wont-fix
general (27)
2
2005-03-16
2005-03-14
JBrokamp
No

When using the ffmpeg-php extension in a php
environment where IMAP extensions are being used
(either compiled into php or as loadable module) usage
of ffmpeg results in an apache segmentation fault.
"exit signal Segmentation fault (11)"

I use Apache/1.3.33, PHP/5.0.3 and the latest
ffmpeg-php from CVS. I've tried it with an older stable
PHP4 package but the same segmentation fault occurs.

Only solution that works for me is compiling both
ffmpeg-php and imap as loadable extension and only
using one at a time.

Discussion

  • JBrokamp

    JBrokamp - 2005-03-14
    • priority: 5 --> 2
     
  • Todd Kirby

    Todd Kirby - 2005-03-14

    Logged In: YES
    user_id=31420

    Sounds similar to this bug:

    http://lists.debian.org/debian-apache/2003/08/msg00075.html

    I'll compile in imap and see if I can track it down.

    Thanks for the feedback!

     
  • JBrokamp

    JBrokamp - 2005-03-15

    Logged In: YES
    user_id=1238858

    just stumbled upon something in the php docs:

    "The IMAP extension cannot be used in conjuction with the
    recode, YAZ or Cyrus extensions. This is due to the fact
    that they both share the same internal symbol."

    Possible a similar problem?

     
  • Todd Kirby

    Todd Kirby - 2005-03-16
    • status: open --> closed-wont-fix
     
  • Todd Kirby

    Todd Kirby - 2005-03-16

    Logged In: YES
    user_id=31420

    If it was limited to ffmpeg-php/imap I'd try to fix it, but
    it seems like there are many mentions around the net about
    imap not playing well with other extensions.

    I'll update the install docs to warn of the conflict.

    Thanks for the feedback!

     

Log in to post a comment.