Re: sysutils/php56-fileinfo exit signal Segmentation fault

2016-12-16 Thread Miroslav Lachman

to...@ciernik.sk wrote on 2016/12/16 14:12:

Hello,

this was also issue for me. I think it is conflict with svn module -
after disabling dav_svn_module problem disappeared.


Thank you for this information. It is true that machine in question have 
dav_svn_module and other machines doesn't.


I am wondering how PHP extensions can conflict with Apache module and 
how can I solve it. I cannot disable fileinfo nor svn module.


And it worked few month ago with PHP 5.5.

Miroslav Lachman

___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: sysutils/php56-fileinfo exit signal Segmentation fault

2016-12-16 Thread tomas
Hello,

this was also issue for me. I think it is conflict with svn module -
after disabling dav_svn_module problem disappeared.

Best regards,

Tomas Ciernik.



Dňa 12/16/2016 o 02:43 Miroslav Lachman napísal(a):
> I am running webmail Roundcube on many machines but on one machine file
> upload (attachment) doesn't work. I tracked it down to PHP extension
> fileinfo. Everytime I tried to upload a file I got this error in Apache
> error log:
> 
> [Fri Dec 16 02:35:27.775113 2016] [core:notice] [pid 6883] AH00052:
> child pid 6890 exit signal Segmentation fault (11)
> 
> Sometimes
> 
> [Fri Dec 16 02:36:02.110390 2016] [core:notice] [pid 6883] AH00052:
> child pid 6998 exit signal Bus error (10)
> 
> If fileinfo extension is disabled (removed ext-20-fileinfo.ini from
> /usr/local/etc/php/) upload works fine.
> I tried to change the order of extension but it doesn't change anything
> if it is last or second or anywhere in the middle of the list.
> 
> I don't know what can be wrong on this machine because all machines have
> pkgs from the same poudriere repo. All are running Apache 2.4 and PHP 5.6.
> 
> Does anybody have some idea how to solve this?
> 
> (I cannot disable fileinfo because it is needed by other websites on
> this machine)
> 
> Miroslav Lachman
> ___
> freebsd-ports@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

sysutils/php56-fileinfo exit signal Segmentation fault

2016-12-15 Thread Miroslav Lachman
I am running webmail Roundcube on many machines but on one machine file 
upload (attachment) doesn't work. I tracked it down to PHP extension 
fileinfo. Everytime I tried to upload a file I got this error in Apache 
error log:


[Fri Dec 16 02:35:27.775113 2016] [core:notice] [pid 6883] AH00052: 
child pid 6890 exit signal Segmentation fault (11)


Sometimes

[Fri Dec 16 02:36:02.110390 2016] [core:notice] [pid 6883] AH00052: 
child pid 6998 exit signal Bus error (10)


If fileinfo extension is disabled (removed ext-20-fileinfo.ini from 
/usr/local/etc/php/) upload works fine.
I tried to change the order of extension but it doesn't change anything 
if it is last or second or anywhere in the middle of the list.


I don't know what can be wrong on this machine because all machines have 
pkgs from the same poudriere repo. All are running Apache 2.4 and PHP 5.6.


Does anybody have some idea how to solve this?

(I cannot disable fileinfo because it is needed by other websites on 
this machine)


Miroslav Lachman
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"