php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51372 php5-ffmpeg extension causes php to coredump
Submitted: 2010-03-23 20:55 UTC Modified: 2010-03-24 02:44 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: daynejordan at gmail dot com Assigned:
Status: Not a bug Package: Unknown/Other Function
PHP Version: 5.2.13 OS: FreeBSD-7.3
Private report: No CVE-ID: None
 [2010-03-23 20:55 UTC] daynejordan at gmail dot com
Description:
------------
server2# php -v
PHP 5.2.12 with Suhosin-Patch 0.9.7 (cli) (built: Mar 23 2010 12:15:19) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
Segmentation fault (core dumped)

(There is no newer port for FreeBSD than 5.2.12)

server2# cat distinfo
MD5 (ffmpeg-php-0.6.0.tbz2) = f779c0dbffda9dac54729d60c0e04c05
SHA256 (ffmpeg-php-0.6.0.tbz2) = ec8a9847e0f4d5101a5afedb7dac318e9a13f099865215ae99d08d56add9b141
SIZE (ffmpeg-php-0.6.0.tbz2) = 275557
server2# 

I've tried using FreeBSD-6.4, 7.2 and 7.3 - all fresh installs. From the ports tree install php5-ffmpeg, which installs ffmpeg from ports as well. No errors during compilation. After installation is complete simply executing php -v will result in a core dump, doing php -m clearly shows the module loaded. Tried re-ordering modules in extensions.ini file as well. Running ffmpeg via cli works fine. If you're using Apache22 it will restart ok, if using Apache-1.3.x it will fail to restart - yet leaves no error messages in logs or running thru gdb httpd -X.



Actual result:
--------------
server2# gdb /usr/local/bin/php php.core
GNU gdb 6.1.1 [FreeBSD]
This GDB was configured as "i386-marcel-freebsd"...(no debugging symbols found)...
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libcrypt.so.4...(no debugging symbols found)...done.
Loaded symbols for /lib/libcrypt.so.4
Reading symbols from /usr/lib/librt.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/librt.so.1
Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /usr/local/lib/libxml2.so.5...(no debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libxml2.so.5
Reading symbols from /lib/libz.so.4...(no debugging symbols found)...done.
Loaded symbols for /lib/libz.so.4
Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging symbols found)...done.
Loaded symbols for /usr/local/lib/libiconv.so.3
Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x29bb2480 in ?? ()
(gdb) bt
#0  0x29bb2480 in ?? ()
#1  0x285c215b in pthread_once () from /lib/libc.so.7
#2  0x28350092 in xmlIsMainThread () from /usr/local/lib/libxml2.so.5
#3  0x2834f647 in __xmlLastError () from /usr/local/lib/libxml2.so.5
#4  0x282db847 in xmlResetLastError () from /usr/local/lib/libxml2.so.5
#5  0x282e282f in xmlCleanupParser () from /usr/local/lib/libxml2.so.5
#6  0x080847eb in php_libxml_shutdown ()
#7  0x0808481b in zm_shutdown_libxml ()
#8  0x0814c04e in module_destructor ()
#9  0x081523b4 in zend_hash_apply_deleter ()
#10 0x081525f8 in zend_hash_graceful_reverse_destroy ()
#11 0x081488ce in zend_shutdown ()
#12 0x0810642f in php_module_shutdown ()
#13 0x081c5a60 in main ()
(gdb)

server2# gdb /usr/local/bin/php
GNU gdb 6.1.1 [FreeBSD]
This GDB was configured as "i386-marcel-freebsd"...
(gdb) run -v
Starting program: /usr/local/bin/php -v
(no debugging symbols found)...[snipped repetitive]
[New Thread 0x286be040 (LWP 100081)]
PHP 5.2.12 with Suhosin-Patch 0.9.7 (cli) (built: Mar 23 2010 12:15:19) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
[New LWP 100081]
suspend error: generic error
[Switching to LWP 100081]
Stopped due to shared library event
(gdb) Quit

(All other modules removed in extensions.ini except ffmpeg.so)
server2# php -m
[PHP Modules]
date
ffmpeg
libxml
Reflection
standard

[Zend Modules]

Segmentation fault (core dumped)
server2#

server2# ffmpeg -version
FFmpeg version 0.5.1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --prefix=/usr/local --mandir=/usr/local/man --enable-shared --enable-gpl --enable-swscale --enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-pthreads --enable-memalign-hack --cc=cc --extra-cflags=-I/usr/local/include/vorbis -I/usr/local/include --extra-ldflags=-L/usr/local/lib  --extra-libs=-pthread --disable-debug --disable-sse --disable-mmx --disable-libamr-nb --disable-libamr-wb --disable-libdirac --enable-libfaac --enable-nonfree --enable-libfaad --enable-libfaadbin --disable-ffserver --disable-libgsm --disable-vhook --disable-ipv6 --enable-libmp3lame --disable-libopenjpeg --enable-libschroedinger --disable-ffplay --disable-libspeex --enable-libtheora --enable-libvorbis --disable-x11grab --enable-libx264 --enable-libxvid
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 1 / 52.20. 1
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter    0. 4. 0 /  0. 4. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Mar 23 2010 15:05:42, gcc: 4.2.1 20070719  [FreeBSD]
FFmpeg 0.5.1
libavutil     49.15. 0 / 49.15. 0
libavcodec    52.20. 1 / 52.20. 1
libavformat   52.31. 0 / 52.31. 0
libavdevice   52. 1. 0 / 52. 1. 0
libavfilter    0. 4. 0 /  0. 4. 0
libswscale     0. 7. 1 /  0. 7. 1
libpostproc   51. 2. 0 / 51. 2. 0
server2# 


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-24 02:24 UTC] jani@php.net
-Status: Open +Status: Bogus
 [2010-03-24 02:24 UTC] jani@php.net
Fail in so many ways.. try http://pecl.php.net/bugs/ and ditch that suhosin crap first.
 [2010-03-24 02:44 UTC] daynejordan at gmail dot com
I disabled suhosin and enabled debug, recompiled, still cores, here is the full backtrace:

server2# gdb /usr/local/bin/php php.core
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
This GDB was configured as "i386-marcel-freebsd"...
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libcrypt.so.4...done.
Loaded symbols for /lib/libcrypt.so.4
Reading symbols from /usr/lib/librt.so.1...done.
Loaded symbols for /usr/lib/librt.so.1
Reading symbols from /lib/libm.so.5...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /usr/local/lib/libxml2.so.5...done.
Loaded symbols for /usr/local/lib/libxml2.so.5
Reading symbols from /lib/libz.so.4...done.
Loaded symbols for /lib/libz.so.4
Reading symbols from /usr/local/lib/libiconv.so.3...done.
Loaded symbols for /usr/local/lib/libiconv.so.3
Reading symbols from /lib/libc.so.7...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x286a8480 in ?? ()
(gdb) bt full
#0  0x286a8480 in ?? ()
No symbol table info available.
#1  0x2861e15b in pthread_once () from /lib/libc.so.7
No symbol table info available.
#2  0x283ac092 in xmlIsMainThread () from /usr/local/lib/libxml2.so.5
No symbol table info available.
#3  0x283ab647 in __xmlLastError () from /usr/local/lib/libxml2.so.5
No symbol table info available.
#4  0x28337847 in xmlResetLastError () from /usr/local/lib/libxml2.so.5
No symbol table info available.
#5  0x2833e82f in xmlCleanupParser () from /usr/local/lib/libxml2.so.5
No symbol table info available.
#6  0x08092f39 in php_libxml_shutdown () at /usr/ports/lang/php5/work/php-5.2.12/ext/libxml/libxml.c:589
No locals.
#7  0x0809344b in zm_shutdown_libxml (type=1, module_number=2) at /usr/ports/lang/php5/work/php-5.2.12/ext/libxml/libxml.c:660
No locals.
#8  0x081a2100 in module_destructor (module=0x2876d0a0) at /usr/ports/lang/php5/work/php-5.2.12/Zend/zend_API.c:1924
No locals.
#9  0x081a77ef in zend_hash_apply_deleter (ht=0x82bfd40, p=0x28771160) at /usr/ports/lang/php5/work/php-5.2.12/Zend/zend_hash.c:611
        retval = (Bucket *) 0x0
#10 0x081a797e in zend_hash_graceful_reverse_destroy (ht=0x82bfd40) at /usr/ports/lang/php5/work/php-5.2.12/Zend/zend_hash.c:646
        p = (Bucket *) 0x28771160
#11 0x0819a7de in zend_shutdown () at /usr/ports/lang/php5/work/php-5.2.12/Zend/zend.c:733
No locals.
#12 0x081467cf in php_module_shutdown () at /usr/ports/lang/php5/work/php-5.2.12/main/main.c:1918
        module_number = 0
#13 0x0821cf73 in main (argc=2, argv=0xbfbfec28) at /usr/ports/lang/php5/work/php-5.2.12/sapi/cli/php_cli.c:1360
        exit_status = 0
        c = 118
        file_handle = {type = 0 '\0', filename = 0xbfbfeb88 "", 
  opened_path = 0x282ac3f3 "\211Æë\220\213MÜ\017¶A\fÀè\004<\002tP\215\203¬\003", handle = {fd = -1077941384, fp = 0xbfbfeb78, 
    stream = {handle = 0xbfbfeb78, reader = 0x282de030, closer = 0x1, fteller = 0x282af2df <dlopen+4239>, interactive = 0}}, 
  free_filename = 100 'd'}
        behavior = 1
        reflection_what = 0x0
        orig_optind = 1
        orig_optarg = 0x0
        arg_free = 0x0
        arg_excp = (char **) 0xbfbfeb40
        script_file = 0x0
        interactive = 0
        module_started = 1
        request_started = 1
        lineno = 0
        exec_direct = 0x0
        exec_run = 0x0
        exec_begin = 0x0
        exec_end = 0x0
        param_error = 0x0
        hide_argv = 0
        ini_entries_len = 110
(gdb)
 [2010-05-11 14:53 UTC] endzed at gmail dot com
I experience the same issue with PHP 5.3.2 on 7.3-RELEASE/amd64
My backtrace looks like very different (very long, sorry...), but this is my 
first 
backtrace so...

ad1# php -m
[PHP Modules]
Core
date
ereg
ffmpeg
libxml
pcre
Reflection
SPL
standard

[Zend Modules]

Segmentation fault (core dumped)


ad1# ffmpeg -version
FFmpeg version 0.5.1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --prefix=/usr/local --mandir=/usr/local/man --enable-shared --
enable-
gpl --enable-swscale --enable-postproc --enable-avfilter --enable-avfilter-lavf 
--
enable-pthreads --enable-memalign-hack --cc=cc --extra-cflags=-msse -
I/usr/local/include/vorbis -I/usr/local/include --extra-ldflags=-L/usr/local/lib  
--
extra-libs=-pthread --disable-debug --disable-libamr-nb --disable-libamr-wb --
disable-
libdirac --disable-libfaac --enable-libfaad --enable-libfaadbin --disable-libgsm 
--
disable-vhook --enable-ipv6 --disable-libmp3lame --disable-libopenjpeg --enable-
libschroedinger --disable-ffplay --disable-libspeex --enable-libtheora --enable-
libvorbis --disable-x11grab --enable-libx264 --disable-libxvid
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 1 / 52.20. 1
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter    0. 4. 0 /  0. 4. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on May 11 2010 14:36:44, gcc: 4.2.1 20070719  [FreeBSD]
FFmpeg 0.5.1
libavutil     49.15. 0 / 49.15. 0
libavcodec    52.20. 1 / 52.20. 1
libavformat   52.31. 0 / 52.31. 0
libavdevice   52. 1. 0 / 52. 1. 0
libavfilter    0. 4. 0 /  0. 4. 0
libswscale     0. 7. 1 /  0. 7. 1
libpostproc   51. 2. 0 / 51. 2. 0


ad1# gdb /usr/local/bin/php php.core 
GNU gdb 6.1.1 [FreeBSD]
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols 
found)...
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /lib/libcrypt.so.4...(no debugging symbols found)...done.
Loaded symbols for /lib/libcrypt.so.4
Reading symbols from /usr/local/lib/libpcre.so.0...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libpcre.so.0
Reading symbols from /usr/lib/librt.so.1...(no debugging symbols found)...done.
Loaded symbols for /usr/lib/librt.so.1
Reading symbols from /lib/libm.so.5...(no debugging symbols found)...done.
Loaded symbols for /lib/libm.so.5
Reading symbols from /usr/local/lib/libxml2.so.5...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libxml2.so.5
Reading symbols from /lib/libz.so.4...(no debugging symbols found)...done.
Loaded symbols for /lib/libz.so.4
Reading symbols from /usr/local/lib/libiconv.so.3...(no debugging symbols 
found)...done.
Loaded symbols for /usr/local/lib/libiconv.so.3
Reading symbols from /lib/libc.so.7...(no debugging symbols found)...done.
Loaded symbols for /lib/libc.so.7
Reading symbols from /libexec/ld-elf.so.1...(no debugging symbols found)...done.
Loaded symbols for /libexec/ld-elf.so.1
#0  0x00000008023bd820 in ?? ()
(gdb) bt
#0  0x00000008023bd820 in ?? ()
#1  0x0000000800db47d5 in xmlFreeMutex () from /usr/local/lib/libxml2.so.5
#2  0x0000000800db4215 in xmlCleanupGlobals () from /usr/local/lib/libxml2.so.5
#3  0x0000000800d4cd3a in xmlCleanupParser () from /usr/local/lib/libxml2.so.5
#4  0x0000000000444d18 in php_libxml_shutdown ()
#5  0x0000000000444d49 in zm_shutdown_libxml ()
#6  0x00000000005333cf in module_destructor ()
#7  0x000000000053a444 in zend_hash_apply_deleter ()
#8  0x000000000053a6b8 in zend_hash_graceful_reverse_destroy ()
#9  0x000000000052eaf8 in zend_shutdown ()
#10 0x00000000004dd03a in php_module_shutdown ()
#11 0x00000000005b56b2 in main ()
#12 0x0000000000415e6e in _start ()
#13 0x0000000800799000 in ?? ()
#14 0x0000000000000000 in ?? ()
#15 0x0000000000000002 in ?? ()
#16 0x00007fffffffedb0 in ?? ()
#17 0x00007fffffffedb4 in ?? ()
#18 0x0000000000000000 in ?? ()
#19 0x00007fffffffedb7 in ?? ()
#20 0x00007fffffffedc1 in ?? ()
#21 0x00007fffffffedce in ?? ()
#22 0x00007fffffffedd9 in ?? ()
#23 0x00007fffffffeded in ?? ()
#24 0x00007fffffffee44 in ?? ()
#25 0x00007fffffffee55 in ?? ()
#26 0x00007fffffffee6a in ?? ()
#27 0x00007fffffffee76 in ?? ()
#28 0x00007fffffffee85 in ?? ()
#29 0x00007fffffffeea8 in ?? ()
#30 0x00007fffffffeedc in ?? ()
#31 0x00007fffffffeeef in ?? ()
#32 0x00007fffffffef00 in ?? ()
#33 0x00007fffffffef0f in ?? ()
#34 0x00007fffffffef1e in ?? ()
#35 0x00007fffffffef2f in ?? ()
#36 0x00007fffffffef37 in ?? ()
#37 0x00007fffffffef5b in ?? ()
---Type <return> to continue, or q <return> to quit--- 
#38 0x00007fffffffef67 in ?? ()
#39 0x00007fffffffef79 in ?? ()
#40 0x00007fffffffef93 in ?? ()
#41 0x00007fffffffef9d in ?? ()
#42 0x0000000000000000 in ?? ()
#43 0x0000000000000003 in ?? ()
#44 0x0000000000400040 in ?? ()
#45 0x0000000000000004 in ?? ()
#46 0x0000000000000038 in ?? ()
#47 0x0000000000000005 in ?? ()
#48 0x0000000000000007 in ?? ()
#49 0x0000000000000006 in ?? ()
#50 0x0000000000001000 in ?? ()
#51 0x0000000000000008 in ?? ()
#52 0x0000000000000000 in ?? ()
#53 0x0000000000000009 in ?? ()
#54 0x0000000000415de0 in ?? ()
#55 0x0000000000000007 in ?? ()
#56 0x000000080076e000 in ?? ()
#57 0x000000000000000f in ?? ()
#58 0x00007fffffffffad in ?? ()
#59 0x0000000000000000 in ?? ()
#60 0x0000000000000000 in ?? ()
#61 0x0000000000000000 in ?? ()
#62 0x0000000000000000 in ?? ()
#63 0x0000000000000000 in ?? ()
#64 0x0000000000000000 in ?? ()
#65 0x0000000000000000 in ?? ()
#66 0x0000000000000000 in ?? ()
#67 0x0000000000000000 in ?? ()
#68 0x0000000000000000 in ?? ()
#69 0x0000000000000000 in ?? ()
#70 0x0000000000000000 in ?? ()
#71 0x0000000000000000 in ?? ()
#72 0x0000000000000000 in ?? ()
#73 0x0000000000000000 in ?? ()
#74 0x0000000000000000 in ?? ()
#75 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#76 0x0000000000000000 in ?? ()
#77 0x0000000000000000 in ?? ()
#78 0x0000000000000000 in ?? ()
#79 0x0000000000000000 in ?? ()
#80 0x0000000000000000 in ?? ()
#81 0x0000000000000000 in ?? ()
#82 0x0000000000000000 in ?? ()
#83 0x0000000000000000 in ?? ()
#84 0x0000000000000000 in ?? ()
#85 0x0000000000000000 in ?? ()
#86 0x0000000000000000 in ?? ()
#87 0x0000000000000000 in ?? ()
#88 0x0000000000000000 in ?? ()
#89 0x0000000000000000 in ?? ()
#90 0x0000000000000000 in ?? ()
#91 0x0000000000000000 in ?? ()
#92 0x0000000000000000 in ?? ()
#93 0x0000000000000000 in ?? ()
#94 0x5500762d00706870 in ?? ()
#95 0x746f6f723d524553 in ?? ()
#96 0x454d414e474f4c00 in ?? ()
#97 0x4f4800746f6f723d in ?? ()
#98 0x746f6f722f3d454d in ?? ()
#99 0x762f3d4c49414d00 in ?? ()
#100 0x2f6c69616d2f7261 in ?? ()
#101 0x54415000746f6f72 in ?? ()
#102 0x3a6e6962732f3d48 in ?? ()
#103 0x73752f3a6e69622f in ?? ()
#104 0x2f3a6e6962732f72 in ?? ()
#105 0x3a6e69622f727375 in ?? ()
#106 0x6d61672f7273752f in ?? ()
#107 0x2f7273752f3a7365 in ?? ()
#108 0x62732f6c61636f6c in ?? ()
#109 0x2f7273752f3a6e69 in ?? ()
#110 0x69622f6c61636f6c in ?? ()
#111 0x2f746f6f722f3a6e in ?? ()
#112 0x4d524554006e6962 in ?? ()
#113 0x632d6d726574783d in ?? ()
---Type <return> to continue, or q <return> to quit---
#114 0x50544600726f6c6f in ?? ()
#115 0x455649535341505f in ?? ()
#116 0x45593d45444f4d5f in ?? ()
#117 0x534b434f4c420053 in ?? ()
#118 0x4853004b3d455a49 in ?? ()
#119 0x6e69622f3d4c4c45 in ?? ()
#120 0x485353006873632f in ?? ()
#121 0x3d544e45494c435f in ?? ()
#122 0x2e3734312e323132 in ?? ()
#123 0x34203831322e3138 in ?? ()
#124 0x0032322033353736 in ?? ()
#125 0x4e4e4f435f485353 in ?? ()
#126 0x323d4e4f49544345 in ?? ()
#127 0x382e3734312e3231 in ?? ()
#128 0x3634203831322e31 in ?? ()
#129 0x322e343920333537 in ?? ()
#130 0x31312e3031312e33 in ?? ()
#131 0x5f48535300323220 in ?? ()
#132 0x7665642f3d595454 in ?? ()
#133 0x480030707974742f in ?? ()
#134 0x3d4550595454534f in ?? ()
#135 0x0044534265657246 in ?? ()
#136 0x753d524f444e4556 in ?? ()
#137 0x4f006e776f6e6b6e in ?? ()
#138 0x72463d4550595453 in ?? ()
#139 0x414d004453426565 in ?? ()
#140 0x753d455059544843 in ?? ()
#141 0x53006e776f6e6b6e in ?? ()
#142 0x5000313d4c564c48 in ?? ()
#143 0x2f7273752f3d4457 in ?? ()
#144 0x72672f7374726f70 in ?? ()
#145 0x702f736369687061 in ?? ()
#146 0x706d66662d357068 in ?? ()
#147 0x50554f5247006765 in ?? ()
#148 0x48006c656568773d in ?? ()
#149 0x2e3164613d54534f in ?? ()
#150 0x74656e2e69326473 in ?? ()
#151 0x4845544f4d455200 in ?? ()
---Type <return> to continue, or q <return> to quit---
#152 0x2e3231323d54534f in ?? ()
#153 0x322e31382e373431 in ?? ()
#154 0x4f54494445003831 in ?? ()
#155 0x4741500069763d52 in ?? ()
#156 0x0065726f6d3d5245 in ?? ()
#157 0x0000000000000000 in ?? ()
#158 0x0000000000000000 in ?? ()
#159 0x0000000000000000 in ?? ()
#160 0x0000000000000000 in ?? ()
#161 0x0000000000000000 in ?? ()
#162 0x0000000000000000 in ?? ()
#163 0x0000000000000000 in ?? ()
#164 0x0000000000000000 in ?? ()
#165 0x0000000000000000 in ?? ()
#166 0x0000000000000000 in ?? ()
#167 0x0000000000000000 in ?? ()
#168 0x0000000000000000 in ?? ()
#169 0x0000000000000000 in ?? ()
#170 0x0000000000000000 in ?? ()
#171 0x0000000000000000 in ?? ()
#172 0x0000000000000000 in ?? ()
#173 0x0000000000000000 in ?? ()
#174 0x0000000000000000 in ?? ()
#175 0x0000000000000000 in ?? ()
#176 0x0000000000000000 in ?? ()
#177 0x0000000000000000 in ?? ()
#178 0x0000000000000000 in ?? ()
#179 0x0000000000000000 in ?? ()
#180 0x0000000000000000 in ?? ()
#181 0x0000000000000000 in ?? ()
#182 0x0000000000000000 in ?? ()
#183 0x0000000000000000 in ?? ()
#184 0x0000000000000000 in ?? ()
#185 0x0000000000000000 in ?? ()
#186 0x0000000000000000 in ?? ()
#187 0x0000000000000000 in ?? ()
#188 0x0000000000000000 in ?? ()
#189 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#190 0x0000000000000000 in ?? ()
#191 0x0000000000000000 in ?? ()
#192 0x0000000000000000 in ?? ()
#193 0x0000000000000000 in ?? ()
#194 0x0000000000000000 in ?? ()
#195 0x0000000000000000 in ?? ()
#196 0x0000000000000000 in ?? ()
#197 0x0000000000000000 in ?? ()
#198 0x0000000000000000 in ?? ()
#199 0x0000000000000000 in ?? ()
#200 0x0000000000000000 in ?? ()
#201 0x0000000000000000 in ?? ()
#202 0x0000000000000000 in ?? ()
#203 0x0000000000000000 in ?? ()
#204 0x0000000000000000 in ?? ()
#205 0x0000000000000000 in ?? ()
#206 0x0000000000000000 in ?? ()
#207 0x0000000000000000 in ?? ()
#208 0x0000000000000000 in ?? ()
#209 0x0000000000000000 in ?? ()
#210 0x0000000000000000 in ?? ()
#211 0x0000000000000000 in ?? ()
#212 0x0000000000000000 in ?? ()
#213 0x0000000000000000 in ?? ()
#214 0x0000000000000000 in ?? ()
#215 0x0000000000000000 in ?? ()
#216 0x0000000000000000 in ?? ()
#217 0x0000000000000000 in ?? ()
#218 0x0000000000000000 in ?? ()
#219 0x0000000000000000 in ?? ()
#220 0x0000000000000000 in ?? ()
#221 0x0000000000000000 in ?? ()
#222 0x0000000000000000 in ?? ()
#223 0x0000000000000000 in ?? ()
#224 0x0000000000000000 in ?? ()
#225 0x0000000000000000 in ?? ()
#226 0x0000000000000000 in ?? ()
#227 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#228 0x0000000000000000 in ?? ()
#229 0x0000000000000000 in ?? ()
#230 0x0000000000000000 in ?? ()
#231 0x0000000000000000 in ?? ()
#232 0x0000000000000000 in ?? ()
#233 0x0000000000000000 in ?? ()
#234 0x0000000000000000 in ?? ()
#235 0x0000000000000000 in ?? ()
#236 0x0000000000000000 in ?? ()
#237 0x0000000000000000 in ?? ()
#238 0x0000000000000000 in ?? ()
#239 0x0000000000000000 in ?? ()
#240 0x0000000000000000 in ?? ()
#241 0x0000000000000000 in ?? ()
#242 0x0000000000000000 in ?? ()
#243 0x0000000000000000 in ?? ()
#244 0x0000000000000000 in ?? ()
#245 0x0000000000000000 in ?? ()
#246 0x0000000000000000 in ?? ()
#247 0x0000000000000000 in ?? ()
#248 0x0000000000000000 in ?? ()
#249 0x0000000000000000 in ?? ()
#250 0x0000000000000000 in ?? ()
#251 0x0000000000000000 in ?? ()
#252 0x0000000000000000 in ?? ()
#253 0x0000000000000000 in ?? ()
#254 0x0000000000000000 in ?? ()
#255 0x0000000000000000 in ?? ()
#256 0x0000000000000000 in ?? ()
#257 0x0000000000000000 in ?? ()
#258 0x0000000000000000 in ?? ()
#259 0x0000000000000000 in ?? ()
#260 0x0000000000000000 in ?? ()
#261 0x0000000000000000 in ?? ()
#262 0x0000000000000000 in ?? ()
#263 0x0000000000000000 in ?? ()
#264 0x0000000000000000 in ?? ()
#265 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#266 0x0000000000000000 in ?? ()
#267 0x0000000000000000 in ?? ()
#268 0x0000000000000000 in ?? ()
#269 0x0000000000000000 in ?? ()
#270 0x0000000000000000 in ?? ()
#271 0x0000000000000000 in ?? ()
#272 0x0000000000000000 in ?? ()
#273 0x0000000000000000 in ?? ()
#274 0x0000000000000000 in ?? ()
#275 0x0000000000000000 in ?? ()
#276 0x0000000000000000 in ?? ()
#277 0x0000000000000000 in ?? ()
#278 0x0000000000000000 in ?? ()
#279 0x0000000000000000 in ?? ()
#280 0x0000000000000000 in ?? ()
#281 0x0000000000000000 in ?? ()
#282 0x0000000000000000 in ?? ()
#283 0x0000000000000000 in ?? ()
#284 0x0000000000000000 in ?? ()
#285 0x0000000000000000 in ?? ()
#286 0x0000000000000000 in ?? ()
#287 0x0000000000000000 in ?? ()
#288 0x0000000000000000 in ?? ()
#289 0x0000000000000000 in ?? ()
#290 0x0000000000000000 in ?? ()
#291 0x0000000000000000 in ?? ()
#292 0x0000000000000000 in ?? ()
#293 0x0000000000000000 in ?? ()
#294 0x0000000000000000 in ?? ()
#295 0x0000000000000000 in ?? ()
#296 0x0000000000000000 in ?? ()
#297 0x0000000000000000 in ?? ()
#298 0x0000000000000000 in ?? ()
#299 0x0000000000000000 in ?? ()
#300 0x0000000000000000 in ?? ()
#301 0x0000000000000000 in ?? ()
#302 0x0000000000000000 in ?? ()
#303 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#304 0x0000000000000000 in ?? ()
#305 0x0000000000000000 in ?? ()
#306 0x0000000000000000 in ?? ()
#307 0x0000000000000000 in ?? ()
#308 0x0000000000000000 in ?? ()
#309 0x0000000000000000 in ?? ()
#310 0x0000000000000000 in ?? ()
#311 0x0000000000000000 in ?? ()
#312 0x0000000000000000 in ?? ()
#313 0x0000000000000000 in ?? ()
#314 0x0000000000000000 in ?? ()
#315 0x0000000000000000 in ?? ()
#316 0x0000000000000000 in ?? ()
#317 0x0000000000000000 in ?? ()
#318 0x0000000000000000 in ?? ()
#319 0x0000000000000000 in ?? ()
#320 0x0000000000000000 in ?? ()
#321 0x0000000000000000 in ?? ()
#322 0x0000000000000000 in ?? ()
#323 0x0000000000000000 in ?? ()
#324 0x0000000000000000 in ?? ()
#325 0x0000000000000000 in ?? ()
#326 0x0000000000000000 in ?? ()
#327 0x0000000000000000 in ?? ()
#328 0x0000000000000000 in ?? ()
#329 0x0000000000000000 in ?? ()
#330 0x0000000000000000 in ?? ()
#331 0x0000000000000000 in ?? ()
#332 0x0000000000000000 in ?? ()
#333 0x0000000000000000 in ?? ()
#334 0x0000000000000000 in ?? ()
#335 0x0000000000000000 in ?? ()
#336 0x0000000000000000 in ?? ()
#337 0x0000000000000000 in ?? ()
#338 0x0000000000000000 in ?? ()
#339 0x0000000000000000 in ?? ()
#340 0x0000000000000000 in ?? ()
#341 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#342 0x0000000000000000 in ?? ()
#343 0x0000000000000000 in ?? ()
#344 0x0000000000000000 in ?? ()
#345 0x0000000000000000 in ?? ()
#346 0x0000000000000000 in ?? ()
#347 0x0000000000000000 in ?? ()
#348 0x0000000000000000 in ?? ()
#349 0x0000000000000000 in ?? ()
#350 0x0000000000000000 in ?? ()
#351 0x0000000000000000 in ?? ()
#352 0x0000000000000000 in ?? ()
#353 0x0000000000000000 in ?? ()
#354 0x0000000000000000 in ?? ()
#355 0x0000000000000000 in ?? ()
#356 0x0000000000000000 in ?? ()
#357 0x0000000000000000 in ?? ()
#358 0x0000000000000000 in ?? ()
#359 0x0000000000000000 in ?? ()
#360 0x0000000000000000 in ?? ()
#361 0x0000000000000000 in ?? ()
#362 0x0000000000000000 in ?? ()
#363 0x0000000000000000 in ?? ()
#364 0x0000000000000000 in ?? ()
#365 0x0000000000000000 in ?? ()
#366 0x0000000000000000 in ?? ()
#367 0x0000000000000000 in ?? ()
#368 0x0000000000000000 in ?? ()
#369 0x0000000000000000 in ?? ()
#370 0x0000000000000000 in ?? ()
#371 0x0000000000000000 in ?? ()
#372 0x0000000000000000 in ?? ()
#373 0x0000000000000000 in ?? ()
#374 0x0000000000000000 in ?? ()
#375 0x0000000000000000 in ?? ()
#376 0x0000000000000000 in ?? ()
#377 0x0000000000000000 in ?? ()
#378 0x0000000000000000 in ?? ()
#379 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#380 0x0000000000000000 in ?? ()
#381 0x0000000000000000 in ?? ()
#382 0x0000000000000000 in ?? ()
#383 0x0000000000000000 in ?? ()
#384 0x0000000000000000 in ?? ()
#385 0x0000000000000000 in ?? ()
#386 0x0000000000000000 in ?? ()
#387 0x0000000000000000 in ?? ()
#388 0x0000000000000000 in ?? ()
#389 0x0000000000000000 in ?? ()
#390 0x0000000000000000 in ?? ()
#391 0x0000000000000000 in ?? ()
#392 0x0000000000000000 in ?? ()
#393 0x0000000000000000 in ?? ()
#394 0x0000000000000000 in ?? ()
#395 0x0000000000000000 in ?? ()
#396 0x0000000000000000 in ?? ()
#397 0x0000000000000000 in ?? ()
#398 0x0000000000000000 in ?? ()
#399 0x0000000000000000 in ?? ()
#400 0x0000000000000000 in ?? ()
#401 0x0000000000000000 in ?? ()
#402 0x0000000000000000 in ?? ()
#403 0x0000000000000000 in ?? ()
#404 0x0000000000000000 in ?? ()
#405 0x0000000000000000 in ?? ()
#406 0x0000000000000000 in ?? ()
#407 0x0000000000000000 in ?? ()
#408 0x0000000000000000 in ?? ()
#409 0x0000000000000000 in ?? ()
#410 0x0000000000000000 in ?? ()
#411 0x0000000000000000 in ?? ()
#412 0x0000000000000000 in ?? ()
#413 0x0000000000000000 in ?? ()
#414 0x0000000000000000 in ?? ()
#415 0x0000000000000000 in ?? ()
#416 0x0000000000000000 in ?? ()
#417 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#418 0x0000000000000000 in ?? ()
#419 0x0000000000000000 in ?? ()
#420 0x0000000000000000 in ?? ()
#421 0x0000000000000000 in ?? ()
#422 0x0000000000000000 in ?? ()
#423 0x0000000000000000 in ?? ()
#424 0x0000000000000000 in ?? ()
#425 0x0000000000000000 in ?? ()
#426 0x0000000000000000 in ?? ()
#427 0x0000000000000000 in ?? ()
#428 0x0000000000000000 in ?? ()
#429 0x0000000000000000 in ?? ()
#430 0x0000000000000000 in ?? ()
#431 0x0000000000000000 in ?? ()
#432 0x0000000000000000 in ?? ()
#433 0x0000000000000000 in ?? ()
#434 0x0000000000000000 in ?? ()
#435 0x0000000000000000 in ?? ()
#436 0x0000000000000000 in ?? ()
#437 0x0000000000000000 in ?? ()
#438 0x0000000000000000 in ?? ()
#439 0x0000000000000000 in ?? ()
#440 0x0000000000000000 in ?? ()
#441 0x0000000000000000 in ?? ()
#442 0x0000000000000000 in ?? ()
#443 0x0000000000000000 in ?? ()
#444 0x0000000000000000 in ?? ()
#445 0x0000000000000000 in ?? ()
#446 0x0000000000000000 in ?? ()
#447 0x0000000000000000 in ?? ()
#448 0x0000000000000000 in ?? ()
#449 0x0000000000000000 in ?? ()
#450 0x0000000000000000 in ?? ()
#451 0x0000000000000000 in ?? ()
#452 0x0000000000000000 in ?? ()
#453 0x0000000000000000 in ?? ()
#454 0x0000000000000000 in ?? ()
#455 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#456 0x0000000000000000 in ?? ()
#457 0x0000000000000000 in ?? ()
#458 0x0000000000000000 in ?? ()
#459 0x0000000000000000 in ?? ()
#460 0x0000000000000000 in ?? ()
#461 0x0000000000000000 in ?? ()
#462 0x0000000000000000 in ?? ()
#463 0x0000000000000000 in ?? ()
#464 0x0000000000000000 in ?? ()
#465 0x0000000000000000 in ?? ()
#466 0x0000000000000000 in ?? ()
#467 0x0000000000000000 in ?? ()
#468 0x0000000000000000 in ?? ()
#469 0x0000000000000000 in ?? ()
#470 0x0000000000000000 in ?? ()
#471 0x0000000000000000 in ?? ()
#472 0x0000000000000000 in ?? ()
#473 0x0000000000000000 in ?? ()
#474 0x0000000000000000 in ?? ()
#475 0x0000000000000000 in ?? ()
#476 0x0000000000000000 in ?? ()
#477 0x0000000000000000 in ?? ()
#478 0x0000000000000000 in ?? ()
#479 0x0000000000000000 in ?? ()
#480 0x0000000000000000 in ?? ()
#481 0x0000000000000000 in ?? ()
#482 0x0000000000000000 in ?? ()
#483 0x0000000000000000 in ?? ()
#484 0x0000000000000000 in ?? ()
#485 0x0000000000000000 in ?? ()
#486 0x0000000000000000 in ?? ()
#487 0x0000000000000000 in ?? ()
#488 0x0000000000000000 in ?? ()
#489 0x0000000000000000 in ?? ()
#490 0x0000000000000000 in ?? ()
#491 0x0000000000000000 in ?? ()
#492 0x0000000000000000 in ?? ()
#493 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#494 0x0000000000000000 in ?? ()
#495 0x0000000000000000 in ?? ()
#496 0x0000000000000000 in ?? ()
#497 0x0000000000000000 in ?? ()
#498 0x0000000000000000 in ?? ()
#499 0x0000000000000000 in ?? ()
#500 0x0000000000000000 in ?? ()
#501 0x0000000000000000 in ?? ()
#502 0x0000000000000000 in ?? ()
#503 0x0000000000000000 in ?? ()
#504 0x0000000000000000 in ?? ()
#505 0x0000000000000000 in ?? ()
#506 0x0000000000000000 in ?? ()
#507 0x0000000000000000 in ?? ()
#508 0x0000000000000000 in ?? ()
#509 0x0000000000000000 in ?? ()
#510 0x0000000000000000 in ?? ()
#511 0x0000000000000000 in ?? ()
#512 0x0000000000000000 in ?? ()
#513 0x0000000000000000 in ?? ()
#514 0x0000000000000000 in ?? ()
#515 0x0000000000000000 in ?? ()
#516 0x0000000000000000 in ?? ()
#517 0x0000000000000000 in ?? ()
#518 0x0000000000000000 in ?? ()
#519 0x0000000000000000 in ?? ()
#520 0x0000000000000000 in ?? ()
#521 0x0000000000000000 in ?? ()
#522 0x0000000000000000 in ?? ()
#523 0x0000000000000000 in ?? ()
#524 0x0000000000000000 in ?? ()
#525 0x0000000000000000 in ?? ()
#526 0x0000000000000000 in ?? ()
#527 0x0000000000000000 in ?? ()
#528 0x0000000000000000 in ?? ()
#529 0x0000000000000000 in ?? ()
#530 0x0000000000000000 in ?? ()
#531 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#532 0x0000000000000000 in ?? ()
#533 0x0000000000000000 in ?? ()
#534 0x0000000000000000 in ?? ()
#535 0x0000000000000000 in ?? ()
#536 0x0000000000000000 in ?? ()
#537 0x0000000000000000 in ?? ()
#538 0x0000000000000000 in ?? ()
#539 0x0000000000000000 in ?? ()
#540 0x0000000000000000 in ?? ()
#541 0x0000000000000000 in ?? ()
#542 0x0000000000000000 in ?? ()
#543 0x0000000000000000 in ?? ()
#544 0x0000000000000000 in ?? ()
#545 0x0000000000000000 in ?? ()
#546 0x0000000000000000 in ?? ()
#547 0x0000000000000000 in ?? ()
#548 0x0000000000000000 in ?? ()
#549 0x0000000000000000 in ?? ()
#550 0x0000000000000000 in ?? ()
#551 0x0000000000000000 in ?? ()
#552 0x0000000000000000 in ?? ()
#553 0x0000000000000000 in ?? ()
#554 0x0000000000000000 in ?? ()
#555 0x0000000000000000 in ?? ()
#556 0x0000000000000000 in ?? ()
#557 0x0000000000000000 in ?? ()
#558 0x0000000000000000 in ?? ()
#559 0x0000000000000000 in ?? ()
#560 0x0000000000000000 in ?? ()
#561 0x0000000000000000 in ?? ()
#562 0x0000000000000000 in ?? ()
#563 0x0000000000000000 in ?? ()
#564 0x0000000000000000 in ?? ()
#565 0x0000000000000000 in ?? ()
#566 0x0000000000000000 in ?? ()
#567 0x0000000000000000 in ?? ()
#568 0x0000000000000000 in ?? ()
#569 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#570 0x0000000000000000 in ?? ()
#571 0x0000000000000000 in ?? ()
#572 0x0000000000000000 in ?? ()
#573 0x0000000000000000 in ?? ()
#574 0x0000000000000000 in ?? ()
#575 0x0000000000000000 in ?? ()
#576 0x0000000000000000 in ?? ()
#577 0x0000000000000000 in ?? ()
#578 0x0000000000000000 in ?? ()
#579 0x0000000000000000 in ?? ()
#580 0x0000000000000000 in ?? ()
#581 0x0000000000000000 in ?? ()
#582 0x0000000000000000 in ?? ()
#583 0x0000000000000000 in ?? ()
#584 0x0000000000000000 in ?? ()
#585 0x0000000000000000 in ?? ()
#586 0x0000000000000000 in ?? ()
#587 0x0000000000000000 in ?? ()
#588 0x0000000000000000 in ?? ()
#589 0x0000000000000000 in ?? ()
#590 0x0000000000000000 in ?? ()
#591 0x0000000000000000 in ?? ()
#592 0x0000000000000000 in ?? ()
#593 0x0000000000000000 in ?? ()
#594 0x0000000000000000 in ?? ()
#595 0x0000000000000000 in ?? ()
#596 0x0000000000000000 in ?? ()
#597 0x0000000000000000 in ?? ()
#598 0x0000000000000000 in ?? ()
#599 0x0000000000000000 in ?? ()
#600 0x0000000000000000 in ?? ()
#601 0x0000000000000000 in ?? ()
#602 0x0000000000000000 in ?? ()
#603 0x0000000000000000 in ?? ()
#604 0x0000000000000000 in ?? ()
#605 0x0000000000000000 in ?? ()
#606 0x0000000000000000 in ?? ()
#607 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#608 0x0000000000000000 in ?? ()
#609 0x0000000000000000 in ?? ()
#610 0x0000000000000000 in ?? ()
#611 0x0000000000000000 in ?? ()
#612 0x0000000000000000 in ?? ()
#613 0x0000000000000000 in ?? ()
#614 0x0000000000000000 in ?? ()
#615 0x0000000000000000 in ?? ()
#616 0x0000000000000000 in ?? ()
#617 0x0000000000000000 in ?? ()
#618 0x0000000000000000 in ?? ()
#619 0x0000000000000000 in ?? ()
#620 0x0000000000000000 in ?? ()
#621 0x0000000000000000 in ?? ()
#622 0x0000000000000000 in ?? ()
#623 0x0000000000000000 in ?? ()
#624 0x0000000000000000 in ?? ()
#625 0x0000000000000000 in ?? ()
#626 0x0000000000000000 in ?? ()
#627 0x0000000000000000 in ?? ()
#628 0x0000000000000000 in ?? ()
#629 0x0000000000000000 in ?? ()
#630 0x0000000000000000 in ?? ()
#631 0x0000000000000000 in ?? ()
#632 0x0000000000000000 in ?? ()
#633 0x0000000000000000 in ?? ()
#634 0x0000000000000000 in ?? ()
#635 0x0000000000000000 in ?? ()
#636 0x0000000000000000 in ?? ()
#637 0x0000000000000000 in ?? ()
#638 0x0000000000000000 in ?? ()
#639 0x0000000000000000 in ?? ()
#640 0x0000000000000000 in ?? ()
#641 0x0000000000000000 in ?? ()
#642 0x0000000000000000 in ?? ()
#643 0x0000000000000000 in ?? ()
#644 0x0000000000000000 in ?? ()
#645 0x0000000000000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#646 0x0000000000000000 in ?? ()
#647 0x0000000000000000 in ?? ()
#648 0x0000000000000000 in ?? ()
#649 0x0000000000000000 in ?? ()
#650 0x0000000000000000 in ?? ()
#651 0x0000000000000000 in ?? ()
#652 0x0000000000000000 in ?? ()
#653 0x0000000000000000 in ?? ()
#654 0x0000000000000000 in ?? ()
#655 0x0000000000000000 in ?? ()
#656 0x0000000000000000 in ?? ()
#657 0x0000000000000000 in ?? ()
#658 0x0000000000000000 in ?? ()
#659 0x0000000000000000 in ?? ()
#660 0x0000000000000000 in ?? ()
#661 0x0000000000000000 in ?? ()
#662 0x0000000000000000 in ?? ()
#663 0x0000000000000000 in ?? ()
#664 0x0000000000000000 in ?? ()
#665 0x0000000000000000 in ?? ()
#666 0x0000000000000000 in ?? ()
#667 0x0000000000000000 in ?? ()
#668 0x0000000000000000 in ?? ()
#669 0x73752f0000000000 in ?? ()
#670 0x2f6c61636f6c2f72 in ?? ()
#671 0x007068702f6e6962 in ?? ()
#672 0x247c8d48002454ff in ?? ()
#673 0x01a1c0c748006a10 in ?? ()
#674 0x66fdebf4050f0000 in ?? ()
#675 0x9066669066669066 in ?? ()
#676 0x00007fffffffeb40 in ?? ()
#677 0x0000000000000002 in ?? ()
#678 0x00007fffffffeb58 in ?? ()
#679 0x0000000000000017 in ?? ()
Cannot access memory at address 0x800000000000
(gdb)
 [2010-05-11 15:59 UTC] endzed at gmail dot com
Solved !

Still this annoying issue with libxml2, see here http://forums.freebsd.org/archive/index.php/t-8965.html

No more segmentation fault if I remove theses lines from the "patch-configure" file of the libxml2 port and rebuild libxml2 (no need to rebuild php5* stuff btw) :

@@ -20665,6 +20666,8 @@
fi
fi
;;
+ *freebsd*) THREAD_LIBS=""
+ ;;
esac
if test "$WITH_THREADS" = "1" ; then
THREAD_CFLAGS="$THREAD_CFLAGS -D_REENTRANT"

I don't understand what is the internal difference be cause no knowledge of those threads stuffs, but could be a good thing for the libxml2 maintainer to check this and 
modify the patch-configure file accordingly. my 2cts, hope this help.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Sep 28 13:01:27 2024 UTC