php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #64836 segfault in softmagic.c
Submitted: 2013-05-14 16:49 UTC Modified: 2013-07-19 07:41 UTC
From: r dot biegel at gmx dot at Assigned: ab (profile)
Status: Closed Package: Unknown/Other Function
PHP Version: 5.4.15 OS: Gentoo Linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
40 + 26 = ?
Subscribe to this entry?

 
 [2013-05-14 16:49 UTC] r dot biegel at gmx dot at
Description:
------------
PHP segfaults when going through the typo3 upgrade wizzard (4.5 -> 6.1)

Not shure what's going on, but line 1610 in softmagic.c says:
offset += ms->c.li[cont_level-1].off;
but cont_level seems to be 0.

======

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffdbfef700 (LWP 20398)]
0x00007fffeeec2e6f in mget (ms=0x7fffd40f1410, s=0x7fffd4704760 "GIF89a",
    m=0x7fffe8509268, nbytes=4749, o=0, cont_level=0, mode=32, text=0, flip=0,
    recursion_level=1, printed_something=0x7fffdbfebdd4,
    need_separator=0x7fffdbfebdd8, returnval=0x7fffdbfebd24)
    at ext/fileinfo/libmagic/softmagic.c:1610

======

#0  0x00007fffeeec2e6f in mget (ms=0x7fffd40f1410, s=0x7fffd4704760 "GIF89a",
    m=0x7fffe8509268, nbytes=4749, o=0, cont_level=0, mode=32, text=0, flip=0,
    recursion_level=1, printed_something=0x7fffdbfebdd4,
    need_separator=0x7fffdbfebdd8, returnval=0x7fffdbfebd24)
    at ext/fileinfo/libmagic/softmagic.c:1610
#1  0x00007fffeeebedec in match (ms=0x7fffd40f1410, magic=0x7fffe83b70e8,
    nmagic=9629, s=0x7fffd4704760 "GIF89a", nbytes=4749, offset=0, mode=32,
    text=0, flip=0, recursion_level=0, printed_something=0x7fffdbfebdd4,
    need_separator=0x7fffdbfebdd8, returnval=0x7fffdbfebd24)
    at ext/fileinfo/libmagic/softmagic.c:157
#2  0x00007fffeeebeb1d in file_softmagic (ms=0x7fffd40f1410,
    buf=0x7fffd4704760 "GIF89a", nbytes=4749, mode=32, text=0)
    at ext/fileinfo/libmagic/softmagic.c:82
#3  0x00007fffeeebc3a5 in file_buffer (ms=0x7fffd40f1410,
    stream=0x7fffd46d7998, inname=0x0, buf=0x7fffd4704760, nb=4749)
    at ext/fileinfo/libmagic/funcs.c:238
#4  0x00007fffeeebd698 in file_or_stream (ms=0x7fffd40f1410, inname=0x0,
    stream=0x7fffd46d7998)
    at ext/fileinfo/libmagic/magic.c:412
#5  0x00007fffeeebd441 in magic_stream (ms=0x7fffd40f1410,
    stream=0x7fffd46d7998)
    at ext/fileinfo/libmagic/magic.c:344
#6  0x00007fffeeeae9b8 in _php_finfo_get_type (ht=2,
    return_value=0x7fffd46e4e68, return_value_ptr=0x0,
    this_ptr=0x7fffd46e4e38, return_value_used=1, tsrm_ls=0x7fffd4008900,
    mode=2, mimetype_emu=0)
    at ext/fileinfo/fileinfo.c:540
#7  0x00007fffeeeaec40 in zif_finfo_file (ht=2, return_value=0x7fffd46e4e68,
    return_value_ptr=0x0, this_ptr=0x7fffd46e4e38, return_value_used=1,
    tsrm_ls=0x7fffd4008900)
    at ext/fileinfo/fileinfo.c:578
#8  0x00007fffef2f0972 in zend_do_fcall_common_helper_SPEC (
    execute_data=0x7ffff7e5db28, tsrm_ls=0x7fffd4008900)
    at Zend/zend_vm_execute.h:643
#9  0x00007fffef2f1dde in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (
    execute_data=0x7ffff7e5db28, tsrm_ls=0x7fffd4008900)
    at Zend/zend_vm_execute.h:754
#10 0x00007fffef2ee767 in execute (op_array=0x7fffd45da558,
    tsrm_ls=0x7fffd4008900)
    at Zend/zend_vm_execute.h:410
#11 0x00007fffef2a453e in zend_execute_scripts (type=8,
    tsrm_ls=0x7fffd4008900, retval=0x0, file_count=3)
    at Zend/zend.c:1315
#12 0x00007fffef1e6053 in php_execute_script (primary_file=0x7fffdbfeea30,
    tsrm_ls=0x7fffd4008900)
    at main/main.c:2492
#13 0x00007fffef423efb in php_handler (r=0x7fffd4004980)
    at sapi/apache2handler/sapi_apache2.c:667
#14 0x00005555555ba9c6 in ap_run_handler (r=0x7fffd4004980) at config.c:169
#15 0x00005555555bb56d in ap_invoke_handler (r=0x7fffd4004980) at config.c:432
#16 0x00005555555db438 in ap_process_async_request (r=0x7fffd4004980)
    at http_request.c:317
#17 0x00005555555db543 in ap_process_request (r=0x7fffd4004980)
    at http_request.c:363
#18 0x00005555555d721a in ap_process_http_sync_connection (c=0x7fffe4003228)
    at http_core.c:190
#19 0x00005555555d7353 in ap_process_http_connection (c=0x7fffe4003228)
    at http_core.c:231
#20 0x00005555555ca23d in ap_run_process_connection (c=0x7fffe4003228)
    at connection.c:41
#21 0x00005555555ca828 in ap_process_connection (c=0x7fffe4003228,
    csd=0x7fffe4003010) at connection.c:202
#22 0x00005555555e5e36 in process_socket (thd=0x5555558a8a78,
    p=0x7fffe4002f98, sock=0x7fffe4003010, my_child_num=0, my_thread_num=20,
    bucket_alloc=0x7fffd40008e8) at worker.c:620
#23 0x00005555555e6e1e in worker_thread (thd=0x5555558a8a78,
    dummy=0x7fffe4000f80) at worker.c:979
#24 0x00007ffff6713f6b in start_thread () from /lib64/libpthread.so.0
#25 0x00007ffff6248d8d in clone () from /lib64/libc.so.6


======

./php-config --configure-options

--prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --prefix=/usr/lib64/php5.4 --mandir=/usr/lib64/php5.4/man --infodir=/usr/lib64/php5.4/info --libdir=/usr/lib64/php5.4/lib --with-libdir=lib64 --without-pear --enable-maintainer-zts --disable-bcmath --with-bz2=/usr --disable-calendar --enable-ctype --without-curl --without-curlwrappers --enable-dom --without-enchant --disable-exif --enable-fileinfo --enable-filter --enable-ftp --with-gettext=/usr --without-gmp --enable-hash --without-mhash --with-iconv --disable-intl --disable-ipv6 --enable-json --without-kerberos --enable-libxml --with-libxml-dir=/usr --enable-mbstring --with-mcrypt=/usr --without-mssql --with-onig=/usr --with-openssl=/usr --with-openssl-dir=/usr --disable-pcntl --enable-phar --enable-pdo --without-pgsql --enable-posix --without-pspell --without-recode --enable-simplexml --disable-shmop --without-snmp --enable-soap --enable-sockets --without-sqlite3 --without-sybase-ct --enable-sysvmsg --enable-sysvsem --enable-sysvshm --without-tidy --enable-tokenizer --disable-wddx --enable-xml --disable-xmlreader --disable-xmlwriter --without-xmlrpc --without-xsl --enable-zip --with-zlib=/usr --disable-debug --enable-dba --without-cdb --with-db4=/usr --disable-flatfile --with-gdbm=/usr --disable-inifile --without-qdbm --with-freetype-dir=/usr --with-t1lib=/usr --disable-gd-jis-conv --with-jpeg-dir=/usr --with-png-dir=/usr --without-xpm-dir --with-gd --with-imap=/usr --with-imap-ssl=/usr --with-ldap=/usr --without-ldap-sasl --with-mysql=/usr --with-mysql-sock=/var/run/mysqld/mysqld.sock --with-mysqli=/usr/bin/mysql_config --without-pdo-dblib --with-pdo-mysql=/usr --without-pdo-pgsql --without-pdo-sqlite --without-pdo-odbc --with-readline=/usr --without-libedit --without-mm --with-pic --with-pcre-regex=/usr --with-pcre-dir=/usr --with-config-file-path=/etc/php/apache2-php5.4 --with-config-file-scan-dir=/etc/php/apache2-php5.4/ext-active --disable-embed --disable-cli --disable-cgi --disable-fpm --with-apxs2=/usr/sbin/apxs


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-05-14 17:53 UTC] pajoye@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.
 [2013-05-14 17:53 UTC] pajoye@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pajoye
 [2013-05-17 11:48 UTC] r dot biegel at gmx dot at
Downloaded a snapshot today, bug still exists. What commit are you referring to?

This bug seems to affect GIFs, but note that it is not this one which is about mp3 files:
https://bugs.php.net/bug.php?id=64830
 [2013-05-17 15:29 UTC] ab@php.net
-Assigned To: pajoye +Assigned To: ab
 [2013-05-17 15:56 UTC] ab@php.net
@r dot biegel at gmx dot at

Could you at least share the file it crashes on please? You can do that walking 
back in the stack when using gdb. Let me know if you need help with that.
 [2013-05-17 15:56 UTC] ab@php.net
-Status: Closed +Status: Feedback
 [2013-05-17 15:57 UTC] ab@php.net
@r dot biegel at gmx dot at

Exactly, and the same way you could see with which options finfo_open() was 
invoked. That were very helpful.

Thanks
 [2013-05-19 15:31 UTC] r dot biegel at gmx dot at
I used this little script to test the finfo_file function on its own. Crashes in apache (if the file $fn exists, filetype doesn't matter), but it works on cli:

<?php
$finfo = finfo_open();
$fn = "index.html";

echo "File ".$fn." is of type ".finfo_file($finfo,$fn);

finfo_close($finfo);

?>


So it has something to do with apache i thought and it turned out that disabling SVN DAV in apache (not using -D SVN) fixes the problem. How can I investigate further? Btw, I already upgraded from apache 2.2 to 2.4 before my first report.


Here another (more detailed) bt:

Thread 28 (Thread 0x7fffd9feb700 (LWP 24821)):
#0  0x00007fffeeec2e6b in mget (ms=0x7fffd411c5f0, s=0x7fffd8896030 "GIF89a", m=0x7fffd8a69268, nbytes=1218, o=0, cont_level=0, mode=32, text=0, flip=0, 
    recursion_level=1, printed_something=0x7fffd9fe7dd4, need_separator=0x7fffd9fe7dd8, returnval=0x7fffd9fe7d24)
    at ext/fileinfo/libmagic/softmagic.c:1610
        off = 0
        soffset = 410814606
        offset = 0
        count = 0
        rv = -207172457
        oneed_separator = 994741513
        sbuf = 0x5cb76acd3615aac9 <Address 0x5cb76acd3615aac9 out of bounds>
        rbuf = 0x8efc10f4e7cb6d6d <Address 0x8efc10f4e7cb6d6d out of bounds>
        p = 0x7fffd411c660
        ml = {magic = 0x180ffedff931d7c7, nmagic = 1473718312, map = 0xd8c865c8, next = 0x7fffd411c5f0, prev = 0x1a09a2a9d9c97089}
#1  0x00007fffeeebede8 in match (ms=0x7fffd411c5f0, magic=0x7fffd89170e8, nmagic=9629, s=0x7fffd8896030 "GIF89a", nbytes=1218, offset=0, mode=32, text=0, 
    flip=0, recursion_level=0, printed_something=0x7fffd9fe7dd4, need_separator=0x7fffd9fe7dd8, returnval=0x7fffd9fe7d24)
    at ext/fileinfo/libmagic/softmagic.c:157
        flush = 0
        m = 0x7fffd8a69268
        magindex = 5584
        cont_level = 0
        returnvalv = 0
        e = -647236122
        firstline = 1
        print = 0
#2  0x00007fffeeebeb19 in file_softmagic (ms=0x7fffd411c5f0, buf=0x7fffd8896030 "GIF89a", nbytes=1218, mode=32, text=0)
    at ext/fileinfo/libmagic/softmagic.c:82
        ml = 0x7fffd40efb50
        rv = 32767
        printed_something = 0
        need_separator = 0
#3  0x00007fffeeebc3a5 in file_buffer (ms=0x7fffd411c5f0, stream=0x7fffd8d70388, inname=0x0, buf=0x7fffd8896030, nb=1218)
    at ext/fileinfo/libmagic/funcs.c:238
        m = 0
        rv = 0
        looks_text = 0
        mime = 16
        ubuf = 0x7fffd8896030 "GIF89a"
        u8buf = 0x7fffd4255aa0
        ulen = 3
        code = 0x0
        code_mime = 0x7fffef6f618f "binary"
        type = 0x7fffef6f5f84 "binary"
#4  0x00007fffeeebd698 in file_or_stream (ms=0x7fffd411c5f0, inname=0x0, stream=0x7fffd8d70388)
    at ext/fileinfo/libmagic/magic.c:413
        rv = -1
        buf = 0x7fffd8896030 "GIF89a"
        sb = {st_dev = 2058, st_ino = 105911862, st_nlink = 1, st_mode = 33188, st_uid = 81, st_gid = 81, __pad0 = 0, st_rdev = 0, st_size = 1218, 
          st_blksize = 4096, st_blocks = 8, st_atim = {tv_sec = 1322087240, tv_nsec = 505034622}, st_mtim = {tv_sec = 1276182426, tv_nsec = 0}, st_ctim = {
            tv_sec = 1368462842, tv_nsec = 483233520}, __unused = {0, 0, 0}}
        nbytes = 1218
        no_in_stream = 0
        tsrm_ls = 0x7fffd40068f0
#5  0x00007fffeeebd441 in magic_stream (ms=0x7fffd411c5f0, stream=0x7fffd8d70388)
    at ext/fileinfo/libmagic/magic.c:345
No locals.
#6  0x00007fffeeeae9b8 in _php_finfo_get_type (ht=2, return_value=0x7fffd49f1e50, return_value_ptr=0x0, this_ptr=0x7fffd49f3d58, return_value_used=1, 
    tsrm_ls=0x7fffd40068f0, mode=2, mimetype_emu=0) at ext/fileinfo/fileinfo.c:540
        stream = 0x7fffd8d70388
        context = 0x7fffd8b84610
        tmp2 = 0x7fffd49db410 "/xxx/yyy/zzz/fileadmin/template/head.gif"
        wrap = 0x7fffefb6c700 <php_plain_files_wrapper>
        ssb = {sb = {st_dev = 2058, st_ino = 105911862, st_nlink = 1, st_mode = 33188, st_uid = 81, st_gid = 81, __pad0 = 0, st_rdev = 0, st_size = 1218, 
            st_blksize = 4096, st_blocks = 8, st_atim = {tv_sec = 1322087240, tv_nsec = 505034622}, st_mtim = {tv_sec = 1276182426, tv_nsec = 0}, 
            st_ctim = {tv_sec = 1368462842, tv_nsec = 483233520}, __unused = {0, 0, 0}}}
        options = 16
        ret_val = 0x0
        buffer = 0x7fffd49db410 "/xxx/yyy/zzz/fileadmin/template/head.gif"
        buffer_len = 53
        finfo = 0x7fffd49e7e08
        zfinfo = 0x7fffef8234f1
        zcontext = 0x0
        what = 0x7fffef8234fc
        mime_directory = "directory"
        magic = 0x7fffd411c5f0
        object = 0x7fffd49f3d58
#7  0x00007fffeeeaec40 in zif_finfo_file (ht=2, return_value=0x7fffd49f1e50, return_value_ptr=0x0, this_ptr=0x7fffd49f3d58, return_value_used=1, 
    tsrm_ls=0x7fffd40068f0) at ext/fileinfo/fileinfo.c:578
No locals.
#8  0x00007fffef2f0da2 in zend_do_fcall_common_helper_SPEC (execute_data=0x7ffff7e61c98, tsrm_ls=0x7fffd40068f0)
    at Zend/zend_vm_execute.h:643
        ret = 0x7ffff7e61e28
        opline = 0x7fffd4903300
        should_change_scope = 1 '\001'
        fbc = 0x555555b0ef20
#9  0x00007fffef2f220e in ZEND_DO_FCALL_BY_NAME_SPEC_HANDLER (execute_data=0x7ffff7e61c98, tsrm_ls=0x7fffd40068f0)
    at Zend/zend_vm_execute.h:754
No locals.
(More stack frames follow...)
 [2013-05-19 15:31 UTC] r dot biegel at gmx dot at
-Status: Feedback +Status: Assigned
 [2013-05-21 08:00 UTC] ab@php.net
-Status: Assigned +Status: Feedback
 [2013-05-21 08:00 UTC] ab@php.net
I've just compiled apache 2.4 with subversion 1.7.x module plus PHP-5.5, TS 
build. But it still doesn't crash for me. Note that the libmagic is the same in 
5.4 and 5.5 and was upgraded in 5.4.15 and 5.5.0 beta4.

To diagnose it further, is it possible you to check if the behavior is the same 
with the earlier php versions? May be 5.4.14 or 5.5.0 beta3. Also i think this 
behaviour is TS specific, svn might be even not the cause, too.

btw what do you mean "not using -D SVN"? As i've experienced the mod_dav_svn.so 
has to be built from the subversion sources and is not contained in the apache 
source tree.

Thanks.
 [2013-05-23 11:04 UTC] r dot biegel at gmx dot at
-Status: Feedback +Status: Assigned
 [2013-05-23 11:04 UTC] r dot biegel at gmx dot at
OK, in short: I can't reproduce the segfault behaviour anymore.

Longer version:
- updated kernel from gentoo-hardened 3.8.12 to 3.9.2
- updated gcc to 4.7.3
- compiled php 5.4.13 and 5.4.14 and both work fine
- compiled php 5.4.15 again which now works fine too
- downgraded kernel and gcc to previous versions
- compiled php 5.4.15, still works

I just don't get it... I already had re-compiled php and apache before reporting as bug.

With "-D SVN" I meant the startup-arguments for apache on the command line. Don't know if this is Gentoo specific, but it controls the loading of the svn DAV module.

At last I'd like to link these two bugs on gentoo bugzilla, which might be related:
https://bugs.gentoo.org/show_bug.cgi?id=467756
https://bugs.gentoo.org/show_bug.cgi?id=470828

Thanks for your help!
 [2013-05-25 07:48 UTC] ab@php.net
Hi,

thanks for investing so much time in this ticket. After looking at the Gentoo 
tickets

- #470828 seems to report about SVN issue in apache, PHP is only mentioned aside
- #467756 looks related to PHP, however 5.4.14. As i've mentioned, libmagic is 
upgraded in 5.4.15, though one small regression was present. The crash in that 
ticket is therefore most likely not relevant for 5.4.15 and later.
- The BT in this ticket isn't reproducible anymore by you, nor I could get it 
crashy

Conclusion - I would suspend this bug and check when the new PHP version is out. 
May be also some more info is present in the Gentoo tickets by that time.

Have a nice weekend :)
 [2013-05-25 07:48 UTC] ab@php.net
-Status: Assigned +Status: Suspended
 [2013-06-06 16:46 UTC] r dot biegel at gmx dot at
Shame on me, I still suffer from this crash. Somehow I confused the "-D SVN" and "-D DAV" apache startup parameters and didn't add the SVN to the options when testing.

PHP Versions 5.3.25, 5.4.13, 5.4.14, 5.4.15 and 5.5.0_rc2 all segfault for me.

What did you mean with "TS build"? Treadsafe? I compiled php with threads enabled (at least i specified the gentoo threads USE flag which seems to enable maintainer-zts).
 [2013-06-10 13:48 UTC] r dot biegel at gmx dot at
No change of behaviour with php 5.4.16 and 5.5.0_rc3.
 [2013-06-10 16:06 UTC] mah at everybody dot org
Someone posting on this problem on the Gentoo forums (https://forums.gentoo.org/viewtopic-p-7260284.html) said that they fixed this (or a similar problem) by adding USE=nss for apr-utils.
 [2013-06-10 17:23 UTC] r dot biegel at gmx dot at
USE=nss doesn't work for me. Seems to be another problem, sorry.
 [2013-07-08 22:09 UTC] sabel at altmuehlnet dot de
I have the same issue on two different systems with two different applications (ownCloud and Roundcubemail).
Disabling (removing -D SVN) the svn module fixes the problem...
Any news on that issue?
 [2013-07-09 08:46 UTC] sabel at altmuehlnet dot de
https://bugs.gentoo.org/show_bug.cgi?id=471682

Downgrading sys-apps/file to version 5.11 solved the issue for me.
 [2013-07-09 22:09 UTC] ab@php.net
-Status: Suspended +Status: Feedback
 [2013-07-09 22:09 UTC] ab@php.net
Thanks staying on this guys. Reading the linked ticket:

"Simply removing (and thus disabling file) /usr/share/misc/magic.mgc "fixes" issues 
with Mediawiki"

That could be a plausible explanation why PHP could fail, not sure about crash. As 
PHP uses a compiled in magic file which is strongly recommended to use (so no 
external file loading). However that explanation wouldn't exactly match with what 
"r dot biegel at gmx dot at" told earlier

"PHP Versions 5.3.25, 5.4.13, 5.4.14, 5.4.15 and 5.5.0_rc2 all segfault for me." 

where by 5.3 didn't become any libmagic upgrades since long. That fact makes me 
really confused, as that would mean even without upgrade the constellation of 
apache svn module and php would cause crash. 5.3 has libmagic 5.11 or older if i 
don't err.

And this is anyway something i can't reproduce compiling all the stuff manually. 
@r.biegel - if downgrading libmagic on your gentoo system works, i would close this 
ticket with the status "mystic" :)

Thanks
 [2013-07-11 20:48 UTC] joschi at tollwerk dot de
I can confirm the issue on an x86_64 hardened Gentoo box with both PHP 5.4.17 as well as PHP 5.5.0. It's not only the TYPO3 upgrade wizard that is failing, but also several TYPO3 backend modules (probably all the ones involving 
thumbnail generation) as well as the frontend (in my case at least).

As stated above, downgrading sys-apps/file to version 5.11 solves the issue for me as well.
 [2013-07-17 10:25 UTC] r dot biegel at gmx dot at
-Status: Feedback +Status: Assigned
 [2013-07-17 10:25 UTC] r dot biegel at gmx dot at
After downgrading sys-apps/file to 5.11 there are no segfaults anymore. But after upgrading to 5.12-r1 again, there are no sefaults either. So maybe "file" just needed to be recompiled? I'm not able to reproduce it with any php/file combination for now (php 5.4.16, 5.4.17, 5.5.0).
 [2013-07-19 07:41 UTC] ab@php.net
-Status: Assigned +Status: Closed
 [2013-07-19 07:41 UTC] ab@php.net
Thanks for staying on this bug guys. I'd say this is more like a gentoo bug caused 
by some awkward constellation of lib versions. So closing for now.

Thanks
 [2013-07-26 14:21 UTC] james dot dingwall at zynstra dot com
I have observed the same issue on Gentoo with a combination of apache-2.4.6-r1 and php-5.4.17.  With sys-apps/file-5.11 things are ok, but with 5.12-r1 I get a segfault in libphp5.so.  Recompiling 5.12-r1 did not solve the issue for me so I am sticking with 5.11 for now.

Program received signal SIGSEGV, Segmentation fault.
0x00007fffeb924658 in ?? () from /usr/lib64/apache2/modules/libphp5.so
(gdb) bt
#0  0x00007fffeb924658 in ?? () from /usr/lib64/apache2/modules/libphp5.so
#1  0x00007fffeb920924 in ?? () from /usr/lib64/apache2/modules/libphp5.so
#2  0x00007fffeb9206ba in file_softmagic ()
   from /usr/lib64/apache2/modules/libphp5.so
#3  0x00007fffeb91e4a1 in file_buffer ()
   from /usr/lib64/apache2/modules/libphp5.so
#4  0x00007fffeb91f5ad in ?? () from /usr/lib64/apache2/modules/libphp5.so
#5  0x00007fffeb91f354 in magic_stream ()
   from /usr/lib64/apache2/modules/libphp5.so
#6  0x00007fffeb91217c in ?? () from /usr/lib64/apache2/modules/libphp5.so
#7  0x00007fffeb9123b1 in zif_finfo_file ()
   from /usr/lib64/apache2/modules/libphp5.so
#8  0x00007fffebc7bc02 in ?? () from /usr/lib64/apache2/modules/libphp5.so
#9  0x00007fffebc82c96 in ?? () from /usr/lib64/apache2/modules/libphp5.so
#10 0x00007fffebc7a5c4 in execute () from /usr/lib64/apache2/modules/libphp5.so
#11 0x00007fffebc2bc16 in zend_call_function ()
   from /usr/lib64/apache2/modules/libphp5.so
#12 0x00007fffebae1eb7 in zif_array_map ()
   from /usr/lib64/apache2/modules/libphp5.so
#13 0x00007fffebc7bc02 in ?? () from /usr/lib64/apache2/modules/libphp5.so
#14 0x00007fffebc82c96 in ?? () from /usr/lib64/apache2/modules/libphp5.so
#15 0x00007fffebc7a5c4 in execute () from /usr/lib64/apache2/modules/libphp5.so
#16 0x00007fffebc3e69c in zend_execute_scripts ()
   from /usr/lib64/apache2/modules/libphp5.so
#17 0x00007fffebbb2e27 in php_execute_script ()
   from /usr/lib64/apache2/modules/libphp5.so
#18 0x00007fffebd73f52 in ?? () from /usr/lib64/apache2/modules/libphp5.so
#19 0x0000000000455dcd in ap_run_handler ()
#20 0x00000000004566b0 in ap_invoke_handler ()
#21 0x0000000000472301 in ap_process_async_request ()
#22 0x00000000004723e6 in ap_process_request ()
#23 0x000000000046e2af in ?? ()
#24 0x000000000046e3c5 in ?? ()
#25 0x0000000000463085 in ap_run_process_connection ()
#26 0x000000000046354d in ap_process_connection ()
#27 0x000000000047c6da in ?? ()
#28 0x000000000047c7f1 in ?? ()
#29 0x000000000047cde5 in ?? ()
---Type <return> to continue, or q <return> to quit---
#30 0x0000000000434390 in ap_run_mpm ()
#31 0x000000000042c7a3 in main ()
 [2014-02-08 21:23 UTC] andrey at holey dot org
Confirm this issue.

Any Gentoo system fail if:
* sys-apps/file>5.11
* you use mod_php
* and run the following code:
<?php
$realpath = realpath("extensions/Vector/modules/images/portal-break.png");
echo finfo_file( finfo_open( FILEINFO_MIME_TYPE ), $realpath );
?>
Note: this example for MediaWiki 1.19.11 root folder

PHP versions affected: 5.3, 5.4, 5.5 (any)
 [2014-04-13 17:35 UTC] php dot net at waisse dot org
I m hitting this exact same bug, it can be reproduced with the few lines of code above.
 I m also on gentoo ( hardened/grsec )

stack in error_log : 
==> /var/log/apache2/error_log <==
*** Error in `/usr/sbin/apache2': double free or corruption (out): 0xa0764a90 ***
======= Backtrace: =========
/lib/libc.so.6(+0x7b4a2)[0xa20f14a2]
/lib/libc.so.6(+0x7c222)[0xa20f2222]
/usr/lib/libmagic.so.1(+0x669e)[0xa1b0869e]
/usr/lib/apache2/modules/libphp5.so(+0x15391f)[0xa125291f]
/usr/lib/apache2/modules/libphp5.so(+0x4f1f33)[0xa15f0f33]
/usr/lib/apache2/modules/libphp5.so(execute+0x1e5)[0xa15a8205]
/usr/lib/apache2/modules/libphp5.so(zend_execute_scripts+0x99)[0xa1532ca9]
/usr/lib/apache2/modules/libphp5.so(php_execute_script+0x1de)[0xa14c4f1e]
/usr/lib/apache2/modules/libphp5.so(+0x4f4d15)[0xa15f3d15]
/usr/sbin/apache2(ap_run_handler+0x56)[0x18be00e6]
/usr/sbin/apache2(ap_invoke_handler+0xd6)[0x18be06f6]
/usr/sbin/apache2(ap_process_request+0x1b8)[0x18bf15d8]
/usr/sbin/apache2(+0x49b40)[0x18bedb40]
/usr/sbin/apache2(ap_run_process_connection+0x56)[0x18be84b6]
/usr/sbin/apache2(+0x533e5)[0x18bf73e5]
/usr/sbin/apache2(+0x53e83)[0x18bf7e83]
/usr/sbin/apache2(ap_mpm_run+0xb51)[0x18bf8c31]
/usr/sbin/apache2(main+0xee7)[0x18bc58e7]
/lib/libc.so.6(__libc_start_main+0xf3)[0xa2092d93]
/usr/sbin/apache2(+0x219fd)[0x18bc59fd]
======= Memory map: ========
00000000-0006e000 ---p 00000000 00:00 0 
18ba4000-18c0d000 r-xp 00000000 08:06 526547     /usr/sbin/apache2
18c0d000-18c0f000 r--p 00068000 08:06 526547     /usr/sbin/apache2
18c0f000-18c11000 rw-p 0006a000 08:06 526547     /usr/sbin/apache2
18c11000-18c14000 rw-p 00000000 00:00 0 
18c14000-1bef1000 ---p 00000000 00:00 0 
1bef1000-1c0f2000 rw-p 00000000 00:00 0          [heap]
1c0f2000-1c21b000 rw-p 00000000 00:00 0          [heap]
1c21b000-1c23d000 rw-p 00000000 00:00 0          [heap]
a05ea000-a0604000 r-xp 00000000 08:03 2928       /lib/libgcc_s.so.1
a0604000-a0605000 r--p 00019000 08:03 2928       /lib/libgcc_s.so.1
a0605000-a0606000 rw-p 0001a000 08:03 2928       /lib/libgcc_s.so.1
a0606000-a0616000 rw-s 00000000 00:04 6591       /dev/zero (deleted)
a0616000-a061c000 r-xp 00000000 08:03 266399     /lib/libnss_db-2.17.so
a061c000-a061d000 r--p 00005000 08:03 266399     /lib/libnss_db-2.17.so
a061d000-a061e000 rw-p 00006000 08:03 266399     /lib/libnss_db-2.17.so
a061e000-a0788000 rw-p 00000000 00:00 0 
a0788000-a0806000 rw-s 00000000 00:04 8279       /dev/zero (deleted)
a0806000-a0812000 r-xp 00000000 08:03 266368     /lib/libnss_files-2.17.so
a0812000-a0813000 r--p 0000b000 08:03 266368     /lib/libnss_files-2.17.so
a0813000-a0814000 rw-p 0000c000 08:03 266368     /lib/libnss_files-2.17.so
a0814000-a081e000 r-xp 00000000 08:03 266592     /lib/libnss_nis-2.17.so
a081e000-a081f000 r--p 00009000 08:03 266592     /lib/libnss_nis-2.17.so
a081f000-a0820000 rw-p 0000a000 08:03 266592     /lib/libnss_nis-2.17.so
a0820000-a0836000 r-xp 00000000 08:03 266546     /lib/libnsl-2.17.so
a0836000-a0837000 r--p 00015000 08:03 266546     /lib/libnsl-2.17.so
a0837000-a0838000 rw-p 00016000 08:03 266546     /lib/libnsl-2.17.so
a0838000-a083a000 rw-p 00000000 00:00 0 
a083a000-a0842000 r-xp 00000000 08:03 266595     /lib/libnss_compat-2.17.so
a0842000-a0843000 r--p 00007000 08:03 266595     /lib/libnss_compat-2.17.so
a0843000-a0844000 rw-p 00008000 08:03 266595     /lib/libnss_compat-2.17.so
a0844000-a0848000 r-xp 00000000 08:06 134600     /usr/lib/libgpg-error.so.0.10.0
a0848000-a0849000 r--p 00003000 08:06 134600     /usr/lib/libgpg-error.so.0.10.0
a0849000-a084a000 rw-p 00004000 08:06 134600     /usr/lib/libgpg-error.so.0.10.0
a084a000-a0898000 r-xp 00000000 08:03 266386     /lib/libncurses.so.5.9
a0898000-a0899000 ---p 0004e000 08:03 266386     /lib/libncurses.so.5.9
a0899000-a089b000 r--p 0004e000 08:03 266386     /lib/libncurses.so.5.9
a089b000-a089c000 rw-p 00050000 08:03 266386     /lib/libncurses.so.5.9
a089c000-a0929000 r-xp 00000000 08:06 132363     /usr/lib/libgcrypt.so.11.8.2
a0929000-a092a000 r--p 0008c000 08:06 132363     /usr/lib/libgcrypt.so.11.8.2
a092a000-a092c000 rw-p 0008d000 08:06 132363     /usr/lib/libgcrypt.so.11.8.2
a092c000-a0939000 r-xp 00000000 08:03 266777     /lib/libpam.so.0.83.1
a0939000-a093a000 r--p 0000c000 08:03 266777     /lib/libpam.so.0.83.1
a093a000-a093b000 rw-p 0000d000 08:03 266777     /lib/libpam.so.0.83.1
a093b000-a0977000 r-xp 00000000 08:06 132488     /usr/lib/libxslt.so.1.1.28
a0977000-a0978000 ---p 0003c000 08:06 132488     /usr/lib/libxslt.so.1.1.28
a0978000-a0979000 r--p 0003c000 08:06 132488     /usr/lib/libxslt.so.1.1.28
a0979000-a097a000 rw-p 0003d000 08:06 132488     /usr/lib/libxslt.so.1.1.28
a097a000-a0a1d000 r-xp 00000000 08:06 134558     /usr/lib/libfreetype.so.6.10.0
a0a1d000-a0a21000 r--p 000a2000 08:06 134558     /usr/lib/libfreetype.so.6.10.0
a0a21000-a0a22000 rw-p 000a6000 08:06 134558     /usr/lib/libfreetype.so.6.10.0
a0a22000-a0b8f000 r-xp 00000000 08:06 135649     /usr/lib/libxml2.so.2.9.1
a0b8f000-a0b94000 r--p 0016c000 08:06 135649     /usr/lib/libxml2.so.2.9.1
a0b94000-a0b95000 rw-p 00171000 08:06 135649     /usr/lib/libxml2.so.2.9.1
a0b95000-a0b96000 rw-p 00000000 00:00 0 
a0b96000-a0ba6000 r-xp 00000000 08:03 266466     /lib/libbz2.so.1.0.6
a0ba6000-a0ba7000 r--p 0000f000 08:03 266466     /lib/libbz2.so.1.0.6
a0ba7000-a0ba8000 rw-p 00010000 08:03 266466     /lib/libbz2.so.1.0.6
a0ba8000-a0c0d000 r-xp 00000000 08:06 133252     /usr/lib/libcurl.so.4.3.0
a0c0d000-a0c0f000 r--p 00064000 08:06 133252     /usr/lib/libcurl.so.4.3.0
a0c0f000-a0c10000 rw-p 00066000 08:06 133252     /usr/lib/libcurl.so.4.3.0
a0c10000-a0c5e000 r-xp 00000000 08:06 137132     /usr/lib/libjpeg.so.62.1.0
a0c5e000-a0c5f000 r--p 0004d000 08:06 137132     /usr/lib/libjpeg.so.62.1.0
a0c5f000-a0c60000 rw-p 0004e000 08:06 137132     /usr/lib/libjpeg.so.62.1.0
a0c60000-a0c70000 rw-p 00000000 00:00 0 
a0c70000-a0ca9000 r-xp 00000000 08:06 132235     /usr/lib/libpng16.so.16.10.0
a0ca9000-a0caa000 r--p 00038000 08:06 132235     /usr/lib/libpng16.so.16.10.0
a0caa000-a0cab000 rw-p 00039000 08:06 132235     /usr/lib/libpng16.so.16.10.0
a0cab000-a0cf2000 r-xp 00000000 08:06 132081     /usr/lib/libt1.so.5.1.2
a0cf2000-a0cf3000 r--p 00047000 08:06 132081     /usr/lib/libt1.so.5.1.2
a0cf3000-a0cf5000 rw-p 00048000 08:06 132081     /usr/lib/libt1.so.5.1.2
a0cf5000-a0d0a000 rw-p 00000000 00:00 0 
a0d0a000-a0d58000 r-xp 00000000 08:06 134545     /usr/lib/libonig.so.2.0.0
a0d58000-a0d59000 r--p 0004d000 08:06 134545     /usr/lib/libonig.so.2.0.0
a0d59000-a0d5b000 rw-p 0004e000 08:06 134545     /usr/lib/libonig.so.2.0.0
a0d5b000-a0d88000 r-xp 00000000 08:06 132256     /usr/lib/libmcrypt.so.4.4.8
a0d88000-a0d89000 r--p 0002c000 08:06 132256     /usr/lib/libmcrypt.so.4.4.8
a0d89000-a0d8b000 rw-p 0002d000 08:06 132256     /usr/lib/libmcrypt.so.4.4.8
a0d8b000-a0d90000 rw-p 00000000 00:00 0 
a0d90000-a0ec6000 r-xp 00000000 08:06 134560     /usr/lib/mysql/libmysqlclient.so.16.0.0
a0ec6000-a0ec8000 r--p 00135000 08:06 134560     /usr/lib/mysql/libmysqlclient.so.16.0.0
a0ec8000-a0f0e000 rw-p 00137000 08:06 134560     /usr/lib/mysql/libmysqlclient.so.16.0.0
a0f0e000-a0f0f000 rw-p 00000000 00:00 0 
a0f0f000-a0f4c000 r-xp 00000000 08:03 268194     /lib/libreadline.so.6.2
a0f4c000-a0f4e000 r--p 0003c000 08:03 268194     /lib/libreadline.so.6.2
a0f4e000-a0f51000 rw-p 0003e000 08:03 268194     /lib/libreadline.so.6.2
a0f51000-a0f52000 rw-p 00000000 00:00 0 
a0f52000-a0f65000 r-xp 00000000 08:03 266432     /lib/libresolv-2.17.so
a0f65000-a0f66000 ---p 00013000 08:03 266432     /lib/libresolv-2.17.so
a0f66000-a0f67000 r--p 00013000 08:03 266432     /lib/libresolv-2.17.so
a0f67000-a0f68000 rw-p 00014000 08:03 266432     /lib/libresolv-2.17.so
a0f68000-a0f6a000 rw-p 00000000 00:00 0 
a0f72000-a0fcb000 r-xp 00000000 08:06 141016     /usr/lib/libtidy-0.99.so.0.0.0
a0fcb000-a0fd0000 r--p 00059000 08:06 141016     /usr/lib/libtidy-0.99.so.0.0.0
a0fd0000-a0fd1000 rw-p 0005e000 08:06 141016     /usr/lib/libtidy-0.99.so.0.0.0
a0fd1000-a0fe6000 r-xp 00000000 08:06 132388     /usr/lib/libexslt.so.0.8.17
a0fe6000-a0fe7000 r--p 00014000 08:06 132388     /usr/lib/libexslt.so.0.8.17
a0fe7000-a0fe8000 rw-p 00015000 08:06 132388     /usr/lib/libexslt.so.0.8.17
a0fe8000-a10f6000 r-xp 00000000 08:06 132138     /usr/lib/libc-client.so.1.0.0
a10f6000-a10f7000 ---p 0010e000 08:06 132138     /usr/lib/libc-client.so.1.0.0
a10f7000-a10f9000 r--p 0010e000 08:06 132138     /usr/lib/libc-client.so.1.0.0
a10f9000-a10fe000 rw-p 00110000 08:06 132138     /usr/lib/libc-client.so.1.0.0
a10fe000-a10ff000 rw-p 00000000 00:00 0 
a10ff000-a1a6c000 r-xp 00000000 08:06 133179     /usr/lib/php5.4/apache2/libphp5.so
a1a6c000-a1ade000 r--p 0096c000 08:06 133179     /usr/lib/php5.4/apache2/libphp5.so
a1ade000-a1ae4000 rw-p 009de000 08:06 133179     /usr/lib/php5.4/apache2/libphp5.so
a1ae4000-a1b02000 rw-p 00000000 00:00 0 
a1b02000-a1b20000 r-xp 00000000 08:06 136845     /usr/lib/libmagic.so.1.0.0
a1b20000-a1b21000 r--p 0001d000 08:06 136845     /usr/lib/libmagic.so.1.0.0
a1b21000-a1b22000 rw-p 0001e000 08:06 136845     /usr/lib/libmagic.so.1.0.0
a1b22000-a1be8000 r-xp 00000000 08:06 130639     /usr/lib/libsqlite3.so.0.8.6
a1be8000-a1bea000 r--p 000c5000 08:06 130639     /usr/lib/libsqlite3.so.0.8.6
a1bea000-a1beb000 rw-p 000c7000 08:06 130639     /usr/lib/libsqlite3.so.0.8.6
a1beb000-a1bec000 rw-p 00000000 00:00 0 
a1bec000-a1bee000 r-xp 00000000 08:06 133221     /usr/lib/libsvn_fs_util-1.so.0.0.0 (deleted)
a1bee000-a1bef000 r--p 00001000 08:06 133221     /usr/lib/libsvn_fs_util-1.so.0.0.0 (deleted)
a1bef000-a1bf0000 rw-p 00002000 08:06 133221     /usr/lib/libsvn_fs_util-1.so.0.0.0 (deleted)
a1bf0000-a1c5e000 r-xp 00000000 08:06 133227     /usr/lib/libsvn_subr-1.so.0.0.0 (deleted)
a1c5e000-a1c60000 r--p 0006d000 08:06 133227     /usr/lib/libsvn_subr-1.so.0.0.0 (deleted)
a1c60000-a1c61000 rw-p 0006f000 08:06 133227     /usr/lib/libsvn_subr-1.so.0.0.0 (deleted)
a1c61000-a1c6f000 r-xp 00000000 08:06 133218     /usr/lib/libsvn_delta-1.so.0.0.0 (deleted)
a1c6f000-a1c70000 r--p 0000e000 08:06 133218     /usr/lib/libsvn_delta-1.so.0.0.0 (deleted)
a1c70000-a1c71000 rw-p 0000f000 08:06 133218     /usr/lib/libsvn_delta-1.so.0.0.0 (deleted)
a1c71000-a1c79000 r-xp 00000000 08:06 133223     /usr/lib/libsvn_fs-1.so.0.0.0 (deleted)
a1c79000-a1c7a000 ---p 00008000 08:06 133223     /usr/lib/libsvn_fs-1.so.0.0.0 (deleted)
a1c7a000-a1c7b000 r--p 00008000 08:06 133223     /usr/lib/libsvn_fs-1.so.0.0.0 (deleted)
a1c7b000-a1c7c000 rw-p 00009000 08:06 133223     /usr/lib/libsvn_fs-1.so.0.0.0 (deleted)
a1c7c000-a1cad000 r-xp 00000000 08:06 132440     /usr/lib/libsvn_repos-1.so.0.0.0 (deleted)
a1cad000-a1cae000 r--p 00030000 08:06 132440     /usr/lib/libsvn_repos-1.so.0.0.0 (deleted)
a1cae000-a1caf000 rw-p 00031000 08:06 132440     /usr/lib/libsvn_repos-1.so.0.0.0 (deleted)
a1cb1000-a1cb2000 rw-p 00000000 00:00 0 
a1cb2000-a1cb5000 r-xp 00000000 08:06 133214     /usr/lib/apache2/modules/mod_authz_svn.so (deleted)
a1cb5000-a1cb6000 r--p 00003000 08:06 133214     /usr/lib/apache2/modules/mod_authz_svn.so (deleted)
a1cb6000-a1cb7000 rw-p 00004000 08:06 133214     /usr/lib/apache2/modules/mod_authz_svn.so (deleted)
a1cb7000-a1ce3000 r-xp 00000000 08:06 133182     /usr/lib/apache2/modules/mod_dav_svn.so (deleted)
a1ce3000-a1ce4000 ---p 0002c000 08:06 133182     /usr/lib/apache2/modules/mod_dav_svn.so (deleted)
a1ce4000-a1ce5000 r--p 0002c000 08:06 133182     /usr/lib/apache2/modules/mod_dav_svn.so (deleted)
a1ce5000-a1ce6000 rw-p 0002d000 08:06 133182     /usr/lib/apache2/modules/mod_dav_svn.so (deleted)
a1ce6000-a1ce8000 r-xp 00000000 08:06 137633     /usr/lib/apache2/modules/mod_usertrack.so
a1ce8000-a1ce9000 ---p 00002000 08:06 137633     /usr/lib/apache2/modules/mod_usertrack.so
a1ce9000-a1cea000 r--p 00002000 08:06 137633     /usr/lib/apache2/modules/mod_usertrack.so
a1cea000-a1ceb000 rw-p 00003000 08:06 137633     /usr/lib/apache2/modules/mod_usertrack.so
a1ceb000-a1eae000 r-xp 00000000 08:06 130614     /usr/lib/libcrypto.so.1.0.0
a1eae000-a1eaf000 ---p 001c3000 08:06 130614     /usr/lib/libcrypto.so.1.0.0
a1eaf000-a1ebe000 r--p 001c3000 08:06 130614     /usr/lib/libcrypto.so.1.0.0
a1ebe000-a1ec5000 rw-p 001d2000 08:06 130614     /usr/lib/libcrypto.so.1.0.0
a1ec5000-a1ec8000 rw-p 00000000 00:00 0 
a1ec8000-a1f2c000 r-xp 00000000 08:06 132383     /usr/lib/libssl.so.1.0.0
a1f2c000-a1f2f000 r--p 00063000 08:06 132383     /usr/lib/libssl.so.1.0.0
a1f2f000-a1f32000 rw-p 00066000 08:06 132383     /usr/lib/libssl.so.1.0.0
a1f32000-a1f34000 r-xp 00000000 08:06 137630     /usr/lib/apache2/modules/mod_vhost_alias.so
a1f34000-a1f35000 r--p 00001000 08:06 137630     /usr/lib/apache2/modules/mod_vhost_alias.so
a1f35000-a1f36000 rw-p 00002000 08:06 137630     /usr/lib/apache2/modules/mod_vhost_alias.so
a1f36000-a1f38000 r-xp 00000000 08:06 132431     /usr/lib/apache2/modules/mod_unique_id.so
a1f38000-a1f39000 r--p 00001000 08:06 132431     /usr/lib/apache2/modules/mod_unique_id.so
a1f39000-a1f3a000 rw-p 00002000 08:06 132431     /usr/lib/apache2/modules/mod_unique_id.so
a1f3a000-a1f66000 r-xp 00000000 08:06 132359     /usr/lib/apache2/modules/mod_ssl.so
a1f66000-a1f67000 ---p 0002c000 08:06 132359     /usr/lib/apache2/modules/mod_ssl.so
a1f67000-a1f68000 r--p 0002c000 08:06 132359     /usr/lib/apache2/modules/mod_ssl.so
a1f68000-a1f69000 rw-p 0002d000 08:06 132359     /usr/lib/apache2/modules/mod_ssl.so
a1f69000-a1f6b000 rw-p 00000000 00:00 0 
a1f6b000-a1f6d000 r-xp 00000000 08:06 137615     /usr/lib/apache2/modules/mod_speling.so
a1f6d000-a1f6e000 ---p 00002000 08:06 137615     /usr/lib/apache2/modules/mod_speling.so
a1f6e000-a1f6f000 r--p 00002000 08:06 137615     /usr/lib/apache2/modules/mod_speling.so
a1f6f000-a1f70000 rw-p 00003000 08:06 137615     /usr/lib/apache2/modules/mod_speling.so
a1f70000-a1f73000 r-xp 00000000 08:06 137624     /usr/lib/apache2/modules/mod_setenvif.so
a1f73000-a1f74000 r--p 00002000 08:06 137624     /usr/lib/apache2/modules/mod_setenvif.so
a1f74000-a1f75000 rw-p 00003000 08:06 137624     /usr/lib/apache2/modules/mod_setenvif.so
a1f75000-a1f84000 r-xp 00000000 08:06 137202     /usr/lib/apache2/modules/mod_rewrite.so
a1f84000-a1f85000 r--p 0000f000 08:06 137202     /usr/lib/apache2/modules/mod_rewrite.so
a1f85000-a1f86000 rw-p 00010000 08:06 137202     /usr/lib/apache2/modules/mod_rewrite.so
a1f86000-a1f8d000 r-xp 00000000 08:06 134692     /usr/lib/apache2/modules/mod_negotiation.so
a1f8d000-a1f8e000 r--p 00007000 08:06 134692     /usr/lib/apache2/modules/mod_negotiation.so
a1f8e000-a1f8f000 rw-p 00008000 08:06 134692     /usr/lib/apache2/modules/mod_negotiation.so
a1f8f000-a1f94000 r-xp 00000000 08:06 132264     /usr/lib/apache2/modules/mod_mime_magic.so
a1f94000-a1f95000 r--p 00004000 08:06 132264     /usr/lib/apache2/modules/mod_mime_magic.so
a1f95000-a1f96000 rw-p 00005000 08:06 132264     /usr/lib/apache2/modules/mod_mime_magic.so
a1f96000-a1f9a000 r-xp 00000000 08:06 137637     /usr/lib/apache2/modules/mod_mime.so
a1f9a000-a1f9b000 r--p 00003000 08:06 137637     /usr/lib/apache2/modules/mod_mime.so
a1f9b000-a1f9c000 rw-p 00004000 08:06 137637     /usr/lib/apache2/modules/mod_mime.so
a1f9c000-a1f9e000 r-xp 00000000 08:06 137611     /usr/lib/apache2/modules/mod_logio.so
a1f9e000-a1f9f000 r--p 00001000 08:06 137611     /usr/lib/apache2/modules/mod_logio.so
a1f9f000-a1fa0000 rw-p 00002000 08:06 137611     /usr/lib/apache2/modules/mod_logio.so
a1fa0000-a1fa6000 r-xp 00000000 08:06 137614     /usr/lib/apache2/modules/mod_log_config.so
a1fa6000-a1fa7000 r--p 00005000 08:06 137614     /usr/lib/apache2/modules/mod_log_config.so
a1fa7000-a1fa8000 rw-p 00006000 08:06 137614     /usr/lib/apache2/modules/mod_log_config.so
a1fa8000-a1fac000 r-xp 00000000 08:06 132249     /usr/lib/apache2/modules/mod_info.so
a1fac000-a1fad000 r--p 00003000 08:06 132249     /usr/lib/apache2/modules/mod_info.so
a1fad000-a1fae000 rw-p 00004000 08:06 132249     /usr/lib/apache2/modules/mod_info.so
a1fae000-a1fb8000 r-xp 00000000 08:06 137609     /usr/lib/apache2/modules/mod_include.so
a1fb8000-a1fb9000 r--p 00009000 08:06 137609     /usr/lib/apache2/modules/mod_include.so
a1fb9000-a1fba000 rw-p 0000a000 08:06 137609     /usr/lib/apache2/modules/mod_include.so
a1fba000-a1fbd000 r-xp 00000000 08:06 137215     /usr/lib/apache2/modules/mod_imagemap.so
a1fbd000-a1fbe000 r--p 00002000 08:06 137215     /usr/lib/apache2/modules/mod_imagemap.so
a1fbe000-a1fbf000 rw-p 00003000 08:06 137215     /usr/lib/apache2/modules/mod_imagemap.so
a1fbf000-a1fc1000 r-xp 00000000 08:06 134525     /usr/lib/apache2/modules/mod_ident.so
a1fc1000-a1fc2000 r--p 00001000 08:06 134525     /usr/lib/apache2/modules/mod_ident.so
a1fc2000-a1fc3000 rw-p 00002000 08:06 134525     /usr/lib/apache2/modules/mod_ident.so
a1fc3000-a1fc7000 r-xp 00000000 08:06 132266     /usr/lib/apache2/modules/mod_headers.so
a1fc7000-a1fc8000 r--p 00003000 08:06 132266     /usr/lib/apache2/modules/mod_headers.so
a1fc8000-a1fc9000 rw-p 00004000 08:06 132266     /usr/lib/apache2/modules/mod_headers.so
a1fc9000-a1fcc000 r-xp 00000000 08:06 137621     /usr/lib/apache2/modules/mod_filter.so
a1fcc000-a1fcd000 r--p 00003000 08:06 137621     /usr/lib/apache2/modules/mod_filter.so
a1fcd000-a1fce000 rw-p 00004000 08:06 137621     /usr/lib/apache2/modules/mod_filter.so
a1fce000-a1fd3000 r-xp 00000000 08:06 129592     /usr/lib/apache2/modules/mod_ext_filter.so
a1fd3000-a1fd4000 r--p 00004000 08:06 129592     /usr/lib/apache2/modules/mod_ext_filter.so
a1fd4000-a1fd5000 rw-p 00005000 08:06 129592     /usr/lib/apache2/modules/mod_ext_filter.so
a1fd5000-a1fd7000 r-xp 00000000 08:06 137623     /usr/lib/apache2/modules/mod_expires.so
a1fd7000-a1fd8000 r--p 00002000 08:06 137623     /usr/lib/apache2/modules/mod_expires.so
a1fd8000-a1fd9000 rw-p 00003000 08:06 137623     /usr/lib/apache2/modules/mod_expires.so
a1fd9000-a1fef000 r-xp 00000000 08:03 266454     /lib/libz.so.1.2.8
a1fef000-a1ff0000 ---p 00016000 08:03 266454     /lib/libz.so.1.2.8
a1ff0000-a1ff1000 r--p 00016000 08:03 266454     /lib/libz.so.1.2.8
a1ff1000-a1ff2000 rw-p 00017000 08:03 266454     /lib/libz.so.1.2.8
a1ff2000-a1ff4000 r-xp 00000000 08:06 132271     /usr/lib/apache2/modules/mod_env.so
a1ff4000-a1ff5000 r--p 00001000 08:06 132271     /usr/lib/apache2/modules/mod_env.so
a1ff5000-a1ff6000 rw-p 00002000 08:06 132271     /usr/lib/apache2/modules/mod_env.so
a1ff6000-a1ff8000 r-xp 00000000 08:06 134331     /usr/lib/apache2/modules/mod_dir.so
a1ff8000-a1ff9000 r--p 00001000 08:06 134331     /usr/lib/apache2/modules/mod_dir.so
a1ff9000-a1ffa000 rw-p 00002000 08:06 134331     /usr/lib/apache2/modules/mod_dir.so
a1ffa000-a1fff000 r-xp 00000000 08:06 137195     /usr/lib/apache2/modules/mod_deflate.so
a1fff000-a2000000 r--p 00004000 08:06 137195     /usr/lib/apache2/modules/mod_deflate.so
a2000000-a2001000 rw-p 00005000 08:06 137195     /usr/lib/apache2/modules/mod_deflate.so
a2001000-a2005000 r-xp 00000000 08:06 137197     /usr/lib/apache2/modules/mod_dbd.so
a2005000-a2006000 r--p 00003000 08:06 137197     /usr/lib/apache2/modules/mod_dbd.so
a2006000-a2007000 rw-p 00004000 08:06 137197     /usr/lib/apache2/modules/mod_dbd.so
a2007000-a200b000 r-xp 00000000 08:06 137631     /usr/lib/apache2/modules/mod_dav_lock.so
a200b000-a200c000 r--p 00003000 08:06 137631     /usr/lib/apache2/modules/mod_dav_lock.so
a200c000-a200d000 rw-p 00004000 08:06 137631     /usr/lib/apache2/modules/mod_dav_lock.so
a200d000-a2019000 r-xp 00000000 08:06 132382     /usr/lib/apache2/modules/mod_dav_fs.so
a2019000-a201a000 r--p 0000c000 08:06 132382     /usr/lib/apache2/modules/mod_dav_fs.so
a201a000-a201b000 rw-p 0000d000 08:06 132382     /usr/lib/apache2/modules/mod_dav_fs.so
a201b000-a2033000 r-xp 00000000 08:06 137619     /usr/lib/apache2/modules/mod_dav.so
a2033000-a2034000 r--p 00018000 08:06 137619     /usr/lib/apache2/modules/mod_dav.so
a2034000-a2035000 rw-p 00019000 08:06 137619     /usr/lib/apache2/modules/mod_dav.so
a2035000-a203a000 r-xp 00000000 08:06 137642     /usr/lib/apache2/modules/mod_cgi.so
a203a000-a203b000 ---p 00005000 08:06 137642     /usr/lib/apache2/modules/mod_cgi.so
a203b000-a203c000 r--p 00005000 08:06 137642     /usr/lib/apache2/modules/mod_cgi.so
a203c000-a203d000 rw-p 00006000 08:06 137642     /usr/lib/apache2/modules/mod_cgi.so
a203d000-a2045000 r-xp 00000000 08:06 134231     /usr/lib/apache2/modules/mod_autoindex.so
a2045000-a2046000 r--p 00007000 08:06 134231     /usr/lib/apache2/modules/mod_autoindex.so
a2046000-a2047000 rw-p 00008000 08:06 134231     /usr/lib/apache2/modules/mod_autoindex.so
a2047000-a2048000 r-xp 00000000 08:06 137643     /usr/lib/apache2/modules/mod_authz_user.so
a2048000-a2049000 r--p 00000000 08:06 137643     /usr/lib/apache2/modules/mod_authz_user.so
a2049000-a204a000 rw-p 00001000 08:06 137643     /usr/lib/apache2/modules/mod_authz_user.so
a204a000-a204c000 r-xp 00000000 08:06 132291     /usr/lib/apache2/modules/mod_authz_owner.so
a204c000-a204d000 r--p 00001000 08:06 132291     /usr/lib/apache2/modules/mod_authz_owner.so
a204d000-a204e000 rw-p 00002000 08:06 132291     /usr/lib/apache2/modules/mod_authz_owner.so
a204e000-a2050000 r-xp 00000000 08:06 137626     /usr/lib/apache2/modules/mod_authz_host.so
a2050000-a2051000 r--p 00001000 08:06 137626     /usr/lib/apache2/modules/mod_authz_host.so
a2051000-a2052000 rw-p 00002000 08:06 137626     /usr/lib/apache2/modules/mod_authz_host.so
a2052000-a2054000 r-xp 00000000 08:06 137618     /usr/lib/apache2/modules/mod_authz_groupfile.so
a2054000-a2055000 r--p 00001000 08:06 137618     /usr/lib/apache2/modules/mod_authz_groupfile.so
a2055000-a2056000 rw-p 00002000 08:06 137618     /usr/lib/apache2/modules/mod_authz_groupfile.so
a2056000-a2057000 r-xp 00000000 08:06 132285     /usr/lib/apache2/modules/mod_authz_default.so
a2057000-a2058000 r--p 00000000 08:06 132285     /usr/lib/apache2/modules/mod_authz_default.so
a2058000-a2059000 rw-p 00001000 08:06 132285     /usr/lib/apache2/modules/mod_authz_default.so
a2059000-a205b000 r-xp 00000000 08:06 137634     /usr/lib/apache2/modules/mod_authz_dbm.so
a205b000-a205c000 r--p 00001000 08:06 137634     /usr/lib/apache2/modules/mod_authz_dbm.so
a205c000-a205d000 rw-p 00002000 08:06 137634     /usr/lib/apache2/modules/mod_authz_dbm.so
a205d000-a205f000 r-xp 00000000 08:06 137641     /usr/lib/apache2/modules/mod_authn_file.so
a205f000-a2060000 r--p 00001000 08:06 137641     /usr/lib/apache2/modules/mod_authn_file.so
a2060000-a2061000 rw-p 00002000 08:06 137641     /usr/lib/apache2/modules/mod_authn_file.so
a2061000-a2062000 r-xp 00000000 08:06 137193     /usr/lib/apache2/modules/mod_authn_default.so
a2062000-a2063000 r--p 00000000 08:06 137193     /usr/lib/apache2/modules/mod_authn_default.so
a2063000-a2064000 rw-p 00001000 08:06 137193     /usr/lib/apache2/modules/mod_authn_default.so
a2064000-a2066000 r-xp 00000000 08:06 132261     /usr/lib/apache2/modules/mod_authn_dbm.so
a2066000-a2067000 r--p 00001000 08:06 132261     /usr/lib/apache2/modules/mod_authn_dbm.so
a2067000-a2068000 rw-p 00002000 08:06 132261     /usr/lib/apache2/modules/mod_authn_dbm.so
a2068000-a206a000 r-xp 00000000 08:06 132423     /usr/lib/apache2/modules/mod_authn_dbd.so
a206a000-a206b000 r--p 00001000 08:06 132423     /usr/lib/apache2/modules/mod_authn_dbd.so
a206b000-a206c000 rw-p 00002000 08:06 132423     /usr/lib/apache2/modules/mod_authn_dbd.so
a206c000-a206d000 r-xp 00000000 08:06 137622     /usr/lib/apache2/modules/mod_authn_anon.so
a206d000-a206e000 r--p 00000000 08:06 137622     /usr/lib/apache2/modules/mod_authn_anon.so
a206e000-a206f000 rw-p 00001000 08:06 137622     /usr/lib/apache2/modules/mod_authn_anon.so
a206f000-a2072000 r-xp 00000000 08:06 137212     /usr/lib/apache2/modules/mod_alias.so
a2072000-a2073000 r--p 00002000 08:06 137212     /usr/lib/apache2/modules/mod_alias.so
a2073000-a2074000 rw-p 00003000 08:06 137212     /usr/lib/apache2/modules/mod_alias.so
a2074000-a2076000 rw-p 00000000 00:00 0 
a2076000-a2220000 r-xp 00000000 08:03 266540     /lib/libc-2.17.so
a2220000-a2222000 r--p 001aa000 08:03 266540     /lib/libc-2.17.so
a2222000-a2223000 rw-p 001ac000 08:03 266540     /lib/libc-2.17.so
a2223000-a2226000 rw-p 00000000 00:00 0 
a2226000-a2229000 r-xp 00000000 08:03 266447     /lib/libdl-2.17.so
a2229000-a222a000 r--p 00002000 08:03 266447     /lib/libdl-2.17.so
a222a000-a222b000 rw-p 00003000 08:03 266447     /lib/libdl-2.17.so
a222b000-a2242000 r-xp 00000000 08:03 266413     /lib/libpthread-2.17.so
a2242000-a2243000 ---p 00017000 08:03 266413     /lib/libpthread-2.17.so
a2243000-a2244000 r--p 00017000 08:03 266413     /lib/libpthread-2.17.so
a2244000-a2245000 rw-p 00018000 08:03 266413     /lib/libpthread-2.17.so
a2245000-a2248000 rw-p 00000000 00:00 0 
a2248000-a2251000 r-xp 00000000 08:03 266354     /lib/libcrypt-2.17.so
a2251000-a2252000 r--p 00008000 08:03 266354     /lib/libcrypt-2.17.so
a2252000-a2253000 rw-p 00009000 08:03 266354     /lib/libcrypt-2.17.so
a2253000-a227a000 rw-p 00000000 00:00 0 
a227a000-a2281000 r-xp 00000000 08:03 266414     /lib/librt-2.17.so
a2281000-a2282000 r--p 00006000 08:03 266414     /lib/librt-2.17.so
a2282000-a2283000 rw-p 00007000 08:03 266414     /lib/librt-2.17.so
a2283000-a2287000 r-xp 00000000 08:03 266294     /lib/libuuid.so.1.3.0
a2287000-a2288000 r--p 00003000 08:03 266294     /lib/libuuid.so.1.3.0
a2288000-a2289000 rw-p 00004000 08:03 266294     /lib/libuuid.so.1.3.0
a2289000-a22c3000 r-xp 00000000 08:06 132240     /usr/lib/libapr-1.so.0.5.0
a22c3000-a22c4000 r--p 00039000 08:06 132240     /usr/lib/libapr-1.so.0.5.0
a22c4000-a22c5000 rw-p 0003a000 08:06 132240     /usr/lib/libapr-1.so.0.5.0
a22c5000-a22ef000 r-xp 00000000 08:06 132233     /usr/lib/libexpat.so.1.6.0
a22ef000-a22f1000 r--p 00029000 08:06 132233     /usr/lib/libexpat.so.1.6.0
a22f1000-a22f2000 rw-p 0002b000 08:06 132233     /usr/lib/libexpat.so.1.6.0
a22f2000-a22f8000 r-xp 00000000 08:06 130623     /usr/lib/libgdbm.so.3.0.0
a22f8000-a22f9000 r--p 00005000 08:06 130623     /usr/lib/libgdbm.so.3.0.0
a22f9000-a22fa000 rw-p 00006000 08:06 130623     /usr/lib/libgdbm.so.3.0.0
a22fa000-a22fb000 rw-p 00000000 00:00 0 
a22fb000-a2495000 r-xp 00000000 08:06 134352     /usr/lib/libdb-4.8.so
a2495000-a2496000 ---p 0019a000 08:06 134352     /usr/lib/libdb-4.8.so
a2496000-a2499000 r--p 0019a000 08:06 134352     /usr/lib/libdb-4.8.so
a2499000-a249a000 rw-p 0019d000 08:06 134352     /usr/lib/libdb-4.8.so
a249a000-a24c2000 r-xp 00000000 08:06 132052     /usr/lib/libaprutil-1.so.0.5.3
a24c2000-a24c3000 r--p 00028000 08:06 132052     /usr/lib/libaprutil-1.so.0.5.3
a24c3000-a24c4000 rw-p 00029000 08:06 132052     /usr/lib/libaprutil-1.so.0.5.3
a24c4000-a2505000 r-xp 00000000 08:03 266450     /lib/libpcre.so.1.2.1
a2505000-a2506000 r--p 00040000 08:03 266450     /lib/libpcre.so.1.2.1
a2506000-a2507000 rw-p 00041000 08:03 266450     /lib/libpcre.so.1.2.1
a2507000-a2548000 r-xp 00000000 08:03 266503     /lib/libm-2.17.so
a2548000-a2549000 r--p 00040000 08:03 266503     /lib/libm-2.17.so
a2549000-a254a000 rw-p 00041000 08:03 266503     /lib/libm-2.17.so
a254a000-a254c000 r-xp 00000000 08:06 137312     /usr/lib/apache2/modules/mod_auth_basic.so
a254c000-a254d000 r--p 00001000 08:06 137312     /usr/lib/apache2/modules/mod_auth_basic.so
a254d000-a254e000 rw-p 00002000 08:06 137312     /usr/lib/apache2/modules/mod_auth_basic.so
a254e000-a2550000 r-xp 00000000 08:06 137191     /usr/lib/apache2/modules/mod_actions.so
a2550000-a2551000 r--p 00001000 08:06 137191     /usr/lib/apache2/modules/mod_actions.so
a2551000-a2552000 rw-p 00002000 08:06 137191     /usr/lib/apache2/modules/mod_actions.so
a2552000-a2553000 rw-p 00000000 00:00 0 
a2553000-a2554000 r-xp 00000000 00:00 0          [vdso]
a2554000-a2574000 r-xp 00000000 08:03 266382     /lib/ld-2.17.so
a2574000-a2575000 r--p 0001f000 08:03 266382     /lib/ld-2.17.so
a2575000-a2576000 rw-p 00020000 08:03 266382     /lib/ld-2.17.so
b4e8d000-b4eae000 rw-p 00000000 00:00 0          [stack]
b4eae000-c0000000 ---p 00000000 00:00 0 
[Sun Apr 13 19:32:58 2014] [notice] child pid 28756 exit signal Aborted (6)

when using 
<?php
 $mime_type = @mime_content_type("/tmp/blah.txt");
  echo $mime_type . "\n";
  ?>

and 

==> /var/log/apache2/error_log <==
*** Error in `/usr/sbin/apache2': free(): invalid pointer: 0xa0764ba4 ***
======= Backtrace: =========
/lib/libc.so.6(+0x7b4a2)[0xa20f14a2]
/lib/libc.so.6(+0x7c222)[0xa20f2222]
/usr/lib/libmagic.so.1(+0x669e)[0xa1b0869e]
/usr/lib/apache2/modules/libphp5.so(finfo_resource_destructor+0x37)[0xa1252177]
/usr/lib/apache2/modules/libphp5.so(list_entry_destructor+0x74)[0xa1543c14]
/usr/lib/apache2/modules/libphp5.so(zend_hash_del_key_or_index+0x234)[0xa1541594]
/usr/lib/apache2/modules/libphp5.so(_zend_list_delete+0xa4)[0xa1543db4]
/usr/lib/apache2/modules/libphp5.so(zif_finfo_close+0x93)[0xa1252103]
/usr/lib/apache2/modules/libphp5.so(+0x4f1f33)[0xa15f0f33]
/usr/lib/apache2/modules/libphp5.so(execute+0x1e5)[0xa15a8205]
/usr/lib/apache2/modules/libphp5.so(zend_execute_scripts+0x99)[0xa1532ca9]
/usr/lib/apache2/modules/libphp5.so(php_execute_script+0x1de)[0xa14c4f1e]
/usr/lib/apache2/modules/libphp5.so(+0x4f4d15)[0xa15f3d15]
/usr/sbin/apache2(ap_run_handler+0x56)[0x18be00e6]
/usr/sbin/apache2(ap_invoke_handler+0xd6)[0x18be06f6]
/usr/sbin/apache2(ap_process_request+0x1b8)[0x18bf15d8]
/usr/sbin/apache2(+0x49b40)[0x18bedb40]
/usr/sbin/apache2(ap_run_process_connection+0x56)[0x18be84b6]
/usr/sbin/apache2(+0x533e5)[0x18bf73e5]
/usr/sbin/apache2(+0x53e83)[0x18bf7e83]
/usr/sbin/apache2(ap_mpm_run+0xb51)[0x18bf8c31]
/usr/sbin/apache2(main+0xee7)[0x18bc58e7]
/lib/libc.so.6(__libc_start_main+0xf3)[0xa2092d93]
/usr/sbin/apache2(+0x219fd)[0x18bc59fd]
======= Memory map: ========
00000000-0006e000 ---p 00000000 00:00 0 
18ba4000-18c0d000 r-xp 00000000 08:06 526547     /usr/sbin/apache2
18c0d000-18c0f000 r--p 00068000 08:06 526547     /usr/sbin/apache2
18c0f000-18c11000 rw-p 0006a000 08:06 526547     /usr/sbin/apache2
18c11000-18c14000 rw-p 00000000 00:00 0 
18c14000-1bef1000 ---p 00000000 00:00 0 
1bef1000-1c0f2000 rw-p 00000000 00:00 0          [heap]
1c0f2000-1c21b000 rw-p 00000000 00:00 0          [heap]
1c21b000-1c23d000 rw-p 00000000 00:00 0          [heap]
a05ea000-a0604000 r-xp 00000000 08:03 2928       /lib/libgcc_s.so.1
a0604000-a0605000 r--p 00019000 08:03 2928       /lib/libgcc_s.so.1
a0605000-a0606000 rw-p 0001a000 08:03 2928       /lib/libgcc_s.so.1
a0606000-a0616000 rw-s 00000000 00:04 6591       /dev/zero (deleted)
a0616000-a061c000 r-xp 00000000 08:03 266399     /lib/libnss_db-2.17.so
a061c000-a061d000 r--p 00005000 08:03 266399     /lib/libnss_db-2.17.so
a061d000-a061e000 rw-p 00006000 08:03 266399     /lib/libnss_db-2.17.so
a061e000-a0788000 rw-p 00000000 00:00 0 
a0788000-a0806000 rw-s 00000000 00:04 8279       /dev/zero (deleted)
a0806000-a0812000 r-xp 00000000 08:03 266368     /lib/libnss_files-2.17.so
a0812000-a0813000 r--p 0000b000 08:03 266368     /lib/libnss_files-2.17.so
a0813000-a0814000 rw-p 0000c000 08:03 266368     /lib/libnss_files-2.17.so
a0814000-a081e000 r-xp 00000000 08:03 266592     /lib/libnss_nis-2.17.so
a081e000-a081f000 r--p 00009000 08:03 266592     /lib/libnss_nis-2.17.so
a081f000-a0820000 rw-p 0000a000 08:03 266592     /lib/libnss_nis-2.17.so
a0820000-a0836000 r-xp 00000000 08:03 266546     /lib/libnsl-2.17.so
a0836000-a0837000 r--p 00015000 08:03 266546     /lib/libnsl-2.17.so
a0837000-a0838000 rw-p 00016000 08:03 266546     /lib/libnsl-2.17.so
a0838000-a083a000 rw-p 00000000 00:00 0 
a083a000-a0842000 r-xp 00000000 08:03 266595     /lib/libnss_compat-2.17.so
a0842000-a0843000 r--p 00007000 08:03 266595     /lib/libnss_compat-2.17.so
a0843000-a0844000 rw-p 00008000 08:03 266595     /lib/libnss_compat-2.17.so
a0844000-a0848000 r-xp 00000000 08:06 134600     /usr/lib/libgpg-error.so.0.10.0
a0848000-a0849000 r--p 00003000 08:06 134600     /usr/lib/libgpg-error.so.0.10.0
a0849000-a084a000 rw-p 00004000 08:06 134600     /usr/lib/libgpg-error.so.0.10.0
a084a000-a0898000 r-xp 00000000 08:03 266386     /lib/libncurses.so.5.9
a0898000-a0899000 ---p 0004e000 08:03 266386     /lib/libncurses.so.5.9
a0899000-a089b000 r--p 0004e000 08:03 266386     /lib/libncurses.so.5.9
a089b000-a089c000 rw-p 00050000 08:03 266386     /lib/libncurses.so.5.9
a089c000-a0929000 r-xp 00000000 08:06 132363     /usr/lib/libgcrypt.so.11.8.2
a0929000-a092a000 r--p 0008c000 08:06 132363     /usr/lib/libgcrypt.so.11.8.2
a092a000-a092c000 rw-p 0008d000 08:06 132363     /usr/lib/libgcrypt.so.11.8.2
a092c000-a0939000 r-xp 00000000 08:03 266777     /lib/libpam.so.0.83.1
a0939000-a093a000 r--p 0000c000 08:03 266777     /lib/libpam.so.0.83.1
a093a000-a093b000 rw-p 0000d000 08:03 266777     /lib/libpam.so.0.83.1
a093b000-a0977000 r-xp 00000000 08:06 132488     /usr/lib/libxslt.so.1.1.28
a0977000-a0978000 ---p 0003c000 08:06 132488     /usr/lib/libxslt.so.1.1.28
a0978000-a0979000 r--p 0003c000 08:06 132488     /usr/lib/libxslt.so.1.1.28
a0979000-a097a000 rw-p 0003d000 08:06 132488     /usr/lib/libxslt.so.1.1.28
a097a000-a0a1d000 r-xp 00000000 08:06 134558     /usr/lib/libfreetype.so.6.10.0
a0a1d000-a0a21000 r--p 000a2000 08:06 134558     /usr/lib/libfreetype.so.6.10.0
a0a21000-a0a22000 rw-p 000a6000 08:06 134558     /usr/lib/libfreetype.so.6.10.0
a0a22000-a0b8f000 r-xp 00000000 08:06 135649     /usr/lib/libxml2.so.2.9.1
a0b8f000-a0b94000 r--p 0016c000 08:06 135649     /usr/lib/libxml2.so.2.9.1
a0b94000-a0b95000 rw-p 00171000 08:06 135649     /usr/lib/libxml2.so.2.9.1
a0b95000-a0b96000 rw-p 00000000 00:00 0 
a0b96000-a0ba6000 r-xp 00000000 08:03 266466     /lib/libbz2.so.1.0.6
a0ba6000-a0ba7000 r--p 0000f000 08:03 266466     /lib/libbz2.so.1.0.6
a0ba7000-a0ba8000 rw-p 00010000 08:03 266466     /lib/libbz2.so.1.0.6
a0ba8000-a0c0d000 r-xp 00000000 08:06 133252     /usr/lib/libcurl.so.4.3.0
a0c0d000-a0c0f000 r--p 00064000 08:06 133252     /usr/lib/libcurl.so.4.3.0
a0c0f000-a0c10000 rw-p 00066000 08:06 133252     /usr/lib/libcurl.so.4.3.0
a0c10000-a0c5e000 r-xp 00000000 08:06 137132     /usr/lib/libjpeg.so.62.1.0
a0c5e000-a0c5f000 r--p 0004d000 08:06 137132     /usr/lib/libjpeg.so.62.1.0
a0c5f000-a0c60000 rw-p 0004e000 08:06 137132     /usr/lib/libjpeg.so.62.1.0
a0c60000-a0c70000 rw-p 00000000 00:00 0 
a0c70000-a0ca9000 r-xp 00000000 08:06 132235     /usr/lib/libpng16.so.16.10.0
a0ca9000-a0caa000 r--p 00038000 08:06 132235     /usr/lib/libpng16.so.16.10.0
a0caa000-a0cab000 rw-p 00039000 08:06 132235     /usr/lib/libpng16.so.16.10.0
a0cab000-a0cf2000 r-xp 00000000 08:06 132081     /usr/lib/libt1.so.5.1.2
a0cf2000-a0cf3000 r--p 00047000 08:06 132081     /usr/lib/libt1.so.5.1.2
a0cf3000-a0cf5000 rw-p 00048000 08:06 132081     /usr/lib/libt1.so.5.1.2
a0cf5000-a0d0a000 rw-p 00000000 00:00 0 
a0d0a000-a0d58000 r-xp 00000000 08:06 134545     /usr/lib/libonig.so.2.0.0
a0d58000-a0d59000 r--p 0004d000 08:06 134545     /usr/lib/libonig.so.2.0.0
a0d59000-a0d5b000 rw-p 0004e000 08:06 134545     /usr/lib/libonig.so.2.0.0
a0d5b000-a0d88000 r-xp 00000000 08:06 132256     /usr/lib/libmcrypt.so.4.4.8
a0d88000-a0d89000 r--p 0002c000 08:06 132256     /usr/lib/libmcrypt.so.4.4.8
a0d89000-a0d8b000 rw-p 0002d000 08:06 132256     /usr/lib/libmcrypt.so.4.4.8
a0d8b000-a0d90000 rw-p 00000000 00:00 0 
a0d90000-a0ec6000 r-xp 00000000 08:06 134560     /usr/lib/mysql/libmysqlclient.so.16.0.0
a0ec6000-a0ec8000 r--p 00135000 08:06 134560     /usr/lib/mysql/libmysqlclient.so.16.0.0
a0ec8000-a0f0e000 rw-p 00137000 08:06 134560     /usr/lib/mysql/libmysqlclient.so.16.0.0
a0f0e000-a0f0f000 rw-p 00000000 00:00 0 
a0f0f000-a0f4c000 r-xp 00000000 08:03 268194     /lib/libreadline.so.6.2
a0f4c000-a0f4e000 r--p 0003c000 08:03 268194     /lib/libreadline.so.6.2
a0f4e000-a0f51000 rw-p 0003e000 08:03 268194     /lib/libreadline.so.6.2
a0f51000-a0f52000 rw-p 00000000 00:00 0 
a0f52000-a0f65000 r-xp 00000000 08:03 266432     /lib/libresolv-2.17.so
a0f65000-a0f66000 ---p 00013000 08:03 266432     /lib/libresolv-2.17.so
a0f66000-a0f67000 r--p 00013000 08:03 266432     /lib/libresolv-2.17.so
a0f67000-a0f68000 rw-p 00014000 08:03 266432     /lib/libresolv-2.17.so
a0f68000-a0f6a000 rw-p 00000000 00:00 0 
a0f72000-a0fcb000 r-xp 00000000 08:06 141016     /usr/lib/libtidy-0.99.so.0.0.0
a0fcb000-a0fd0000 r--p 00059000 08:06 141016     /usr/lib/libtidy-0.99.so.0.0.0
a0fd0000-a0fd1000 rw-p 0005e000 08:06 141016     /usr/lib/libtidy-0.99.so.0.0.0
a0fd1000-a0fe6000 r-xp 00000000 08:06 132388     /usr/lib/libexslt.so.0.8.17
a0fe6000-a0fe7000 r--p 00014000 08:06 132388     /usr/lib/libexslt.so.0.8.17
a0fe7000-a0fe8000 rw-p 00015000 08:06 132388     /usr/lib/libexslt.so.0.8.17
a0fe8000-a10f6000 r-xp 00000000 08:06 132138     /usr/lib/libc-client.so.1.0.0
a10f6000-a10f7000 ---p 0010e000 08:06 132138     /usr/lib/libc-client.so.1.0.0
a10f7000-a10f9000 r--p 0010e000 08:06 132138     /usr/lib/libc-client.so.1.0.0
a10f9000-a10fe000 rw-p 00110000 08:06 132138     /usr/lib/libc-client.so.1.0.0
a10fe000-a10ff000 rw-p 00000000 00:00 0 
a10ff000-a1a6c000 r-xp 00000000 08:06 133179     /usr/lib/php5.4/apache2/libphp5.so
a1a6c000-a1ade000 r--p 0096c000 08:06 133179     /usr/lib/php5.4/apache2/libphp5.so
a1ade000-a1ae4000 rw-p 009de000 08:06 133179     /usr/lib/php5.4/apache2/libphp5.so
a1ae4000-a1b02000 rw-p 00000000 00:00 0 
a1b02000-a1b20000 r-xp 00000000 08:06 136845     /usr/lib/libmagic.so.1.0.0
a1b20000-a1b21000 r--p 0001d000 08:06 136845     /usr/lib/libmagic.so.1.0.0
a1b21000-a1b22000 rw-p 0001e000 08:06 136845     /usr/lib/libmagic.so.1.0.0
a1b22000-a1be8000 r-xp 00000000 08:06 130639     /usr/lib/libsqlite3.so.0.8.6
a1be8000-a1bea000 r--p 000c5000 08:06 130639     /usr/lib/libsqlite3.so.0.8.6
a1bea000-a1beb000 rw-p 000c7000 08:06 130639     /usr/lib/libsqlite3.so.0.8.6
a1beb000-a1bec000 rw-p 00000000 00:00 0 
a1bec000-a1bee000 r-xp 00000000 08:06 133221     /usr/lib/libsvn_fs_util-1.so.0.0.0 (deleted)
a1bee000-a1bef000 r--p 00001000 08:06 133221     /usr/lib/libsvn_fs_util-1.so.0.0.0 (deleted)
a1bef000-a1bf0000 rw-p 00002000 08:06 133221     /usr/lib/libsvn_fs_util-1.so.0.0.0 (deleted)
a1bf0000-a1c5e000 r-xp 00000000 08:06 133227     /usr/lib/libsvn_subr-1.so.0.0.0 (deleted)
a1c5e000-a1c60000 r--p 0006d000 08:06 133227     /usr/lib/libsvn_subr-1.so.0.0.0 (deleted)
a1c60000-a1c61000 rw-p 0006f000 08:06 133227     /usr/lib/libsvn_subr-1.so.0.0.0 (deleted)
a1c61000-a1c6f000 r-xp 00000000 08:06 133218     /usr/lib/libsvn_delta-1.so.0.0.0 (deleted)
a1c6f000-a1c70000 r--p 0000e000 08:06 133218     /usr/lib/libsvn_delta-1.so.0.0.0 (deleted)
a1c70000-a1c71000 rw-p 0000f000 08:06 133218     /usr/lib/libsvn_delta-1.so.0.0.0 (deleted)
a1c71000-a1c79000 r-xp 00000000 08:06 133223     /usr/lib/libsvn_fs-1.so.0.0.0 (deleted)
a1c79000-a1c7a000 ---p 00008000 08:06 133223     /usr/lib/libsvn_fs-1.so.0.0.0 (deleted)
a1c7a000-a1c7b000 r--p 00008000 08:06 133223     /usr/lib/libsvn_fs-1.so.0.0.0 (deleted)
a1c7b000-a1c7c000 rw-p 00009000 08:06 133223     /usr/lib/libsvn_fs-1.so.0.0.0 (deleted)
a1c7c000-a1cad000 r-xp 00000000 08:06 132440     /usr/lib/libsvn_repos-1.so.0.0.0 (deleted)
a1cad000-a1cae000 r--p 00030000 08:06 132440     /usr/lib/libsvn_repos-1.so.0.0.0 (deleted)
a1cae000-a1caf000 rw-p 00031000 08:06 132440     /usr/lib/libsvn_repos-1.so.0.0.0 (deleted)
a1cb1000-a1cb2000 rw-p 00000000 00:00 0 
a1cb2000-a1cb5000 r-xp 00000000 08:06 133214     /usr/lib/apache2/modules/mod_authz_svn.so (deleted)
a1cb5000-a1cb6000 r--p 00003000 08:06 133214     /usr/lib/apache2/modules/mod_authz_svn.so (deleted)
a1cb6000-a1cb7000 rw-p 00004000 08:06 133214     /usr/lib/apache2/modules/mod_authz_svn.so (deleted)
a1cb7000-a1ce3000 r-xp 00000000 08:06 133182     /usr/lib/apache2/modules/mod_dav_svn.so (deleted)
a1ce3000-a1ce4000 ---p 0002c000 08:06 133182     /usr/lib/apache2/modules/mod_dav_svn.so (deleted)
a1ce4000-a1ce5000 r--p 0002c000 08:06 133182     /usr/lib/apache2/modules/mod_dav_svn.so (deleted)
a1ce5000-a1ce6000 rw-p 0002d000 08:06 133182     /usr/lib/apache2/modules/mod_dav_svn.so (deleted)
a1ce6000-a1ce8000 r-xp 00000000 08:06 137633     /usr/lib/apache2/modules/mod_usertrack.so
a1ce8000-a1ce9000 ---p 00002000 08:06 137633     /usr/lib/apache2/modules/mod_usertrack.so
a1ce9000-a1cea000 r--p 00002000 08:06 137633     /usr/lib/apache2/modules/mod_usertrack.so
a1cea000-a1ceb000 rw-p 00003000 08:06 137633     /usr/lib/apache2/modules/mod_usertrack.so
a1ceb000-a1eae000 r-xp 00000000 08:06 130614     /usr/lib/libcrypto.so.1.0.0
a1eae000-a1eaf000 ---p 001c3000 08:06 130614     /usr/lib/libcrypto.so.1.0.0
a1eaf000-a1ebe000 r--p 001c3000 08:06 130614     /usr/lib/libcrypto.so.1.0.0
a1ebe000-a1ec5000 rw-p 001d2000 08:06 130614     /usr/lib/libcrypto.so.1.0.0
a1ec5000-a1ec8000 rw-p 00000000 00:00 0 
a1ec8000-a1f2c000 r-xp 00000000 08:06 132383     /usr/lib/libssl.so.1.0.0
a1f2c000-a1f2f000 r--p 00063000 08:06 132383     /usr/lib/libssl.so.1.0.0
a1f2f000-a1f32000 rw-p 00066000 08:06 132383     /usr/lib/libssl.so.1.0.0
a1f32000-a1f34000 r-xp 00000000 08:06 137630     /usr/lib/apache2/modules/mod_vhost_alias.so
a1f34000-a1f35000 r--p 00001000 08:06 137630     /usr/lib/apache2/modules/mod_vhost_alias.so
a1f35000-a1f36000 rw-p 00002000 08:06 137630     /usr/lib/apache2/modules/mod_vhost_alias.so
a1f36000-a1f38000 r-xp 00000000 08:06 132431     /usr/lib/apache2/modules/mod_unique_id.so
a1f38000-a1f39000 r--p 00001000 08:06 132431     /usr/lib/apache2/modules/mod_unique_id.so
a1f39000-a1f3a000 rw-p 00002000 08:06 132431     /usr/lib/apache2/modules/mod_unique_id.so
a1f3a000-a1f66000 r-xp 00000000 08:06 132359     /usr/lib/apache2/modules/mod_ssl.so
a1f66000-a1f67000 ---p 0002c000 08:06 132359     /usr/lib/apache2/modules/mod_ssl.so
a1f67000-a1f68000 r--p 0002c000 08:06 132359     /usr/lib/apache2/modules/mod_ssl.so
a1f68000-a1f69000 rw-p 0002d000 08:06 132359     /usr/lib/apache2/modules/mod_ssl.so
a1f69000-a1f6b000 rw-p 00000000 00:00 0 
a1f6b000-a1f6d000 r-xp 00000000 08:06 137615     /usr/lib/apache2/modules/mod_speling.so
a1f6d000-a1f6e000 ---p 00002000 08:06 137615     /usr/lib/apache2/modules/mod_speling.so
a1f6e000-a1f6f000 r--p 00002000 08:06 137615     /usr/lib/apache2/modules/mod_speling.so
a1f6f000-a1f70000 rw-p 00003000 08:06 137615     /usr/lib/apache2/modules/mod_speling.so
a1f70000-a1f73000 r-xp 00000000 08:06 137624     /usr/lib/apache2/modules/mod_setenvif.so
a1f73000-a1f74000 r--p 00002000 08:06 137624     /usr/lib/apache2/modules/mod_setenvif.so
a1f74000-a1f75000 rw-p 00003000 08:06 137624     /usr/lib/apache2/modules/mod_setenvif.so
a1f75000-a1f84000 r-xp 00000000 08:06 137202     /usr/lib/apache2/modules/mod_rewrite.so
a1f84000-a1f85000 r--p 0000f000 08:06 137202     /usr/lib/apache2/modules/mod_rewrite.so
a1f85000-a1f86000 rw-p 00010000 08:06 137202     /usr/lib/apache2/modules/mod_rewrite.so
a1f86000-a1f8d000 r-xp 00000000 08:06 134692     /usr/lib/apache2/modules/mod_negotiation.so
a1f8d000-a1f8e000 r--p 00007000 08:06 134692     /usr/lib/apache2/modules/mod_negotiation.so
a1f8e000-a1f8f000 rw-p 00008000 08:06 134692     /usr/lib/apache2/modules/mod_negotiation.so
a1f8f000-a1f94000 r-xp 00000000 08:06 132264     /usr/lib/apache2/modules/mod_mime_magic.so
a1f94000-a1f95000 r--p 00004000 08:06 132264     /usr/lib/apache2/modules/mod_mime_magic.so
a1f95000-a1f96000 rw-p 00005000 08:06 132264     /usr/lib/apache2/modules/mod_mime_magic.so
a1f96000-a1f9a000 r-xp 00000000 08:06 137637     /usr/lib/apache2/modules/mod_mime.so
a1f9a000-a1f9b000 r--p 00003000 08:06 137637     /usr/lib/apache2/modules/mod_mime.so
a1f9b000-a1f9c000 rw-p 00004000 08:06 137637     /usr/lib/apache2/modules/mod_mime.so
a1f9c000-a1f9e000 r-xp 00000000 08:06 137611     /usr/lib/apache2/modules/mod_logio.so
a1f9e000-a1f9f000 r--p 00001000 08:06 137611     /usr/lib/apache2/modules/mod_logio.so
a1f9f000-a1fa0000 rw-p 00002000 08:06 137611     /usr/lib/apache2/modules/mod_logio.so
a1fa0000-a1fa6000 r-xp 00000000 08:06 137614     /usr/lib/apache2/modules/mod_log_config.so
a1fa6000-a1fa7000 r--p 00005000 08:06 137614     /usr/lib/apache2/modules/mod_log_config.so
a1fa7000-a1fa8000 rw-p 00006000 08:06 137614     /usr/lib/apache2/modules/mod_log_config.so
a1fa8000-a1fac000 r-xp 00000000 08:06 132249     /usr/lib/apache2/modules/mod_info.so
a1fac000-a1fad000 r--p 00003000 08:06 132249     /usr/lib/apache2/modules/mod_info.so
a1fad000-a1fae000 rw-p 00004000 08:06 132249     /usr/lib/apache2/modules/mod_info.so
a1fae000-a1fb8000 r-xp 00000000 08:06 137609     /usr/lib/apache2/modules/mod_include.so
a1fb8000-a1fb9000 r--p 00009000 08:06 137609     /usr/lib/apache2/modules/mod_include.so
a1fb9000-a1fba000 rw-p 0000a000 08:06 137609     /usr/lib/apache2/modules/mod_include.so
a1fba000-a1fbd000 r-xp 00000000 08:06 137215     /usr/lib/apache2/modules/mod_imagemap.so
a1fbd000-a1fbe000 r--p 00002000 08:06 137215     /usr/lib/apache2/modules/mod_imagemap.so
a1fbe000-a1fbf000 rw-p 00003000 08:06 137215     /usr/lib/apache2/modules/mod_imagemap.so
a1fbf000-a1fc1000 r-xp 00000000 08:06 134525     /usr/lib/apache2/modules/mod_ident.so
a1fc1000-a1fc2000 r--p 00001000 08:06 134525     /usr/lib/apache2/modules/mod_ident.so
a1fc2000-a1fc3000 rw-p 00002000 08:06 134525     /usr/lib/apache2/modules/mod_ident.so
a1fc3000-a1fc7000 r-xp 00000000 08:06 132266     /usr/lib/apache2/modules/mod_headers.so
a1fc7000-a1fc8000 r--p 00003000 08:06 132266     /usr/lib/apache2/modules/mod_headers.so
a1fc8000-a1fc9000 rw-p 00004000 08:06 132266     /usr/lib/apache2/modules/mod_headers.so
a1fc9000-a1fcc000 r-xp 00000000 08:06 137621     /usr/lib/apache2/modules/mod_filter.so
a1fcc000-a1fcd000 r--p 00003000 08:06 137621     /usr/lib/apache2/modules/mod_filter.so
a1fcd000-a1fce000 rw-p 00004000 08:06 137621     /usr/lib/apache2/modules/mod_filter.so
a1fce000-a1fd3000 r-xp 00000000 08:06 129592     /usr/lib/apache2/modules/mod_ext_filter.so
a1fd3000-a1fd4000 r--p 00004000 08:06 129592     /usr/lib/apache2/modules/mod_ext_filter.so
a1fd4000-a1fd5000 rw-p 00005000 08:06 129592     /usr/lib/apache2/modules/mod_ext_filter.so
a1fd5000-a1fd7000 r-xp 00000000 08:06 137623     /usr/lib/apache2/modules/mod_expires.so
a1fd7000-a1fd8000 r--p 00002000 08:06 137623     /usr/lib/apache2/modules/mod_expires.so
a1fd8000-a1fd9000 rw-p 00003000 08:06 137623     /usr/lib/apache2/modules/mod_expires.so
a1fd9000-a1fef000 r-xp 00000000 08:03 266454     /lib/libz.so.1.2.8
a1fef000-a1ff0000 ---p 00016000 08:03 266454     /lib/libz.so.1.2.8
a1ff0000-a1ff1000 r--p 00016000 08:03 266454     /lib/libz.so.1.2.8
a1ff1000-a1ff2000 rw-p 00017000 08:03 266454     /lib/libz.so.1.2.8
a1ff2000-a1ff4000 r-xp 00000000 08:06 132271     /usr/lib/apache2/modules/mod_env.so
a1ff4000-a1ff5000 r--p 00001000 08:06 132271     /usr/lib/apache2/modules/mod_env.so
a1ff5000-a1ff6000 rw-p 00002000 08:06 132271     /usr/lib/apache2/modules/mod_env.so
a1ff6000-a1ff8000 r-xp 00000000 08:06 134331     /usr/lib/apache2/modules/mod_dir.so
a1ff8000-a1ff9000 r--p 00001000 08:06 134331     /usr/lib/apache2/modules/mod_dir.so
a1ff9000-a1ffa000 rw-p 00002000 08:06 134331     /usr/lib/apache2/modules/mod_dir.so
a1ffa000-a1fff000 r-xp 00000000 08:06 137195     /usr/lib/apache2/modules/mod_deflate.so
a1fff000-a2000000 r--p 00004000 08:06 137195     /usr/lib/apache2/modules/mod_deflate.so
a2000000-a2001000 rw-p 00005000 08:06 137195     /usr/lib/apache2/modules/mod_deflate.so
a2001000-a2005000 r-xp 00000000 08:06 137197     /usr/lib/apache2/modules/mod_dbd.so
a2005000-a2006000 r--p 00003000 08:06 137197     /usr/lib/apache2/modules/mod_dbd.so
a2006000-a2007000 rw-p 00004000 08:06 137197     /usr/lib/apache2/modules/mod_dbd.so
a2007000-a200b000 r-xp 00000000 08:06 137631     /usr/lib/apache2/modules/mod_dav_lock.so
a200b000-a200c000 r--p 00003000 08:06 137631     /usr/lib/apache2/modules/mod_dav_lock.so
a200c000-a200d000 rw-p 00004000 08:06 137631     /usr/lib/apache2/modules/mod_dav_lock.so
a200d000-a2019000 r-xp 00000000 08:06 132382     /usr/lib/apache2/modules/mod_dav_fs.so
a2019000-a201a000 r--p 0000c000 08:06 132382     /usr/lib/apache2/modules/mod_dav_fs.so
a201a000-a201b000 rw-p 0000d000 08:06 132382     /usr/lib/apache2/modules/mod_dav_fs.so
a201b000-a2033000 r-xp 00000000 08:06 137619     /usr/lib/apache2/modules/mod_dav.so
a2033000-a2034000 r--p 00018000 08:06 137619     /usr/lib/apache2/modules/mod_dav.so
a2034000-a2035000 rw-p 00019000 08:06 137619     /usr/lib/apache2/modules/mod_dav.so
a2035000-a203a000 r-xp 00000000 08:06 137642     /usr/lib/apache2/modules/mod_cgi.so
a203a000-a203b000 ---p 00005000 08:06 137642     /usr/lib/apache2/modules/mod_cgi.so
a203b000-a203c000 r--p 00005000 08:06 137642     /usr/lib/apache2/modules/mod_cgi.so
a203c000-a203d000 rw-p 00006000 08:06 137642     /usr/lib/apache2/modules/mod_cgi.so
a203d000-a2045000 r-xp 00000000 08:06 134231     /usr/lib/apache2/modules/mod_autoindex.so
a2045000-a2046000 r--p 00007000 08:06 134231     /usr/lib/apache2/modules/mod_autoindex.so
a2046000-a2047000 rw-p 00008000 08:06 134231     /usr/lib/apache2/modules/mod_autoindex.so
a2047000-a2048000 r-xp 00000000 08:06 137643     /usr/lib/apache2/modules/mod_authz_user.so
a2048000-a2049000 r--p 00000000 08:06 137643     /usr/lib/apache2/modules/mod_authz_user.so
a2049000-a204a000 rw-p 00001000 08:06 137643     /usr/lib/apache2/modules/mod_authz_user.so
a204a000-a204c000 r-xp 00000000 08:06 132291     /usr/lib/apache2/modules/mod_authz_owner.so
a204c000-a204d000 r--p 00001000 08:06 132291     /usr/lib/apache2/modules/mod_authz_owner.so
a204d000-a204e000 rw-p 00002000 08:06 132291     /usr/lib/apache2/modules/mod_authz_owner.so
a204e000-a2050000 r-xp 00000000 08:06 137626     /usr/lib/apache2/modules/mod_authz_host.so
a2050000-a2051000 r--p 00001000 08:06 137626     /usr/lib/apache2/modules/mod_authz_host.so
a2051000-a2052000 rw-p 00002000 08:06 137626     /usr/lib/apache2/modules/mod_authz_host.so
a2052000-a2054000 r-xp 00000000 08:06 137618     /usr/lib/apache2/modules/mod_authz_groupfile.so
a2054000-a2055000 r--p 00001000 08:06 137618     /usr/lib/apache2/modules/mod_authz_groupfile.so
a2055000-a2056000 rw-p 00002000 08:06 137618     /usr/lib/apache2/modules/mod_authz_groupfile.so
a2056000-a2057000 r-xp 00000000 08:06 132285     /usr/lib/apache2/modules/mod_authz_default.so
a2057000-a2058000 r--p 00000000 08:06 132285     /usr/lib/apache2/modules/mod_authz_default.so
a2058000-a2059000 rw-p 00001000 08:06 132285     /usr/lib/apache2/modules/mod_authz_default.so
a2059000-a205b000 r-xp 00000000 08:06 137634     /usr/lib/apache2/modules/mod_authz_dbm.so
a205b000-a205c000 r--p 00001000 08:06 137634     /usr/lib/apache2/modules/mod_authz_dbm.so
a205c000-a205d000 rw-p 00002000 08:06 137634     /usr/lib/apache2/modules/mod_authz_dbm.so
a205d000-a205f000 r-xp 00000000 08:06 137641     /usr/lib/apache2/modules/mod_authn_file.so
a205f000-a2060000 r--p 00001000 08:06 137641     /usr/lib/apache2/modules/mod_authn_file.so
a2060000-a2061000 rw-p 00002000 08:06 137641     /usr/lib/apache2/modules/mod_authn_file.so
a2061000-a2062000 r-xp 00000000 08:06 137193     /usr/lib/apache2/modules/mod_authn_default.so
a2062000-a2063000 r--p 00000000 08:06 137193     /usr/lib/apache2/modules/mod_authn_default.so
a2063000-a2064000 rw-p 00001000 08:06 137193     /usr/lib/apache2/modules/mod_authn_default.so
a2064000-a2066000 r-xp 00000000 08:06 132261     /usr/lib/apache2/modules/mod_authn_dbm.so
a2066000-a2067000 r--p 00001000 08:06 132261     /usr/lib/apache2/modules/mod_authn_dbm.so
a2067000-a2068000 rw-p 00002000 08:06 132261     /usr/lib/apache2/modules/mod_authn_dbm.so
a2068000-a206a000 r-xp 00000000 08:06 132423     /usr/lib/apache2/modules/mod_authn_dbd.so
a206a000-a206b000 r--p 00001000 08:06 132423     /usr/lib/apache2/modules/mod_authn_dbd.so
a206b000-a206c000 rw-p 00002000 08:06 132423     /usr/lib/apache2/modules/mod_authn_dbd.so
a206c000-a206d000 r-xp 00000000 08:06 137622     /usr/lib/apache2/modules/mod_authn_anon.so
a206d000-a206e000 r--p 00000000 08:06 137622     /usr/lib/apache2/modules/mod_authn_anon.so
a206e000-a206f000 rw-p 00001000 08:06 137622     /usr/lib/apache2/modules/mod_authn_anon.so
a206f000-a2072000 r-xp 00000000 08:06 137212     /usr/lib/apache2/modules/mod_alias.so
a2072000-a2073000 r--p 00002000 08:06 137212     /usr/lib/apache2/modules/mod_alias.so
a2073000-a2074000 rw-p 00003000 08:06 137212     /usr/lib/apache2/modules/mod_alias.so
a2074000-a2076000 rw-p 00000000 00:00 0 
a2076000-a2220000 r-xp 00000000 08:03 266540     /lib/libc-2.17.so
a2220000-a2222000 r--p 001aa000 08:03 266540     /lib/libc-2.17.so
a2222000-a2223000 rw-p 001ac000 08:03 266540     /lib/libc-2.17.so
a2223000-a2226000 rw-p 00000000 00:00 0 
a2226000-a2229000 r-xp 00000000 08:03 266447     /lib/libdl-2.17.so
a2229000-a222a000 r--p 00002000 08:03 266447     /lib/libdl-2.17.so
a222a000-a222b000 rw-p 00003000 08:03 266447     /lib/libdl-2.17.so
a222b000-a2242000 r-xp 00000000 08:03 266413     /lib/libpthread-2.17.so
a2242000-a2243000 ---p 00017000 08:03 266413     /lib/libpthread-2.17.so
a2243000-a2244000 r--p 00017000 08:03 266413     /lib/libpthread-2.17.so
a2244000-a2245000 rw-p 00018000 08:03 266413     /lib/libpthread-2.17.so
a2245000-a2248000 rw-p 00000000 00:00 0 
a2248000-a2251000 r-xp 00000000 08:03 266354     /lib/libcrypt-2.17.so
a2251000-a2252000 r--p 00008000 08:03 266354     /lib/libcrypt-2.17.so
a2252000-a2253000 rw-p 00009000 08:03 266354     /lib/libcrypt-2.17.so
a2253000-a227a000 rw-p 00000000 00:00 0 
a227a000-a2281000 r-xp 00000000 08:03 266414     /lib/librt-2.17.so
a2281000-a2282000 r--p 00006000 08:03 266414     /lib/librt-2.17.so
a2282000-a2283000 rw-p 00007000 08:03 266414     /lib/librt-2.17.so
a2283000-a2287000 r-xp 00000000 08:03 266294     /lib/libuuid.so.1.3.0
a2287000-a2288000 r--p 00003000 08:03 266294     /lib/libuuid.so.1.3.0
a2288000-a2289000 rw-p 00004000 08:03 266294     /lib/libuuid.so.1.3.0
a2289000-a22c3000 r-xp 00000000 08:06 132240     /usr/lib/libapr-1.so.0.5.0
a22c3000-a22c4000 r--p 00039000 08:06 132240     /usr/lib/libapr-1.so.0.5.0
a22c4000-a22c5000 rw-p 0003a000 08:06 132240     /usr/lib/libapr-1.so.0.5.0
a22c5000-a22ef000 r-xp 00000000 08:06 132233     /usr/lib/libexpat.so.1.6.0
a22ef000-a22f1000 r--p 00029000 08:06 132233     /usr/lib/libexpat.so.1.6.0
a22f1000-a22f2000 rw-p 0002b000 08:06 132233     /usr/lib/libexpat.so.1.6.0
a22f2000-a22f8000 r-xp 00000000 08:06 130623     /usr/lib/libgdbm.so.3.0.0
a22f8000-a22f9000 r--p 00005000 08:06 130623     /usr/lib/libgdbm.so.3.0.0
a22f9000-a22fa000 rw-p 00006000 08:06 130623     /usr/lib/libgdbm.so.3.0.0
a22fa000-a22fb000 rw-p 00000000 00:00 0 
a22fb000-a2495000 r-xp 00000000 08:06 134352     /usr/lib/libdb-4.8.so
a2495000-a2496000 ---p 0019a000 08:06 134352     /usr/lib/libdb-4.8.so
a2496000-a2499000 r--p 0019a000 08:06 134352     /usr/lib/libdb-4.8.so
a2499000-a249a000 rw-p 0019d000 08:06 134352     /usr/lib/libdb-4.8.so
a249a000-a24c2000 r-xp 00000000 08:06 132052     /usr/lib/libaprutil-1.so.0.5.3
a24c2000-a24c3000 r--p 00028000 08:06 132052     /usr/lib/libaprutil-1.so.0.5.3
a24c3000-a24c4000 rw-p 00029000 08:06 132052     /usr/lib/libaprutil-1.so.0.5.3
a24c4000-a2505000 r-xp 00000000 08:03 266450     /lib/libpcre.so.1.2.1
a2505000-a2506000 r--p 00040000 08:03 266450     /lib/libpcre.so.1.2.1
a2506000-a2507000 rw-p 00041000 08:03 266450     /lib/libpcre.so.1.2.1
a2507000-a2548000 r-xp 00000000 08:03 266503     /lib/libm-2.17.so
a2548000-a2549000 r--p 00040000 08:03 266503     /lib/libm-2.17.so
a2549000-a254a000 rw-p 00041000 08:03 266503     /lib/libm-2.17.so
a254a000-a254c000 r-xp 00000000 08:06 137312     /usr/lib/apache2/modules/mod_auth_basic.so
a254c000-a254d000 r--p 00001000 08:06 137312     /usr/lib/apache2/modules/mod_auth_basic.so
a254d000-a254e000 rw-p 00002000 08:06 137312     /usr/lib/apache2/modules/mod_auth_basic.so
a254e000-a2550000 r-xp 00000000 08:06 137191     /usr/lib/apache2/modules/mod_actions.so
a2550000-a2551000 r--p 00001000 08:06 137191     /usr/lib/apache2/modules/mod_actions.so
a2551000-a2552000 rw-p 00002000 08:06 137191     /usr/lib/apache2/modules/mod_actions.so
a2552000-a2553000 rw-p 00000000 00:00 0 
a2553000-a2554000 r-xp 00000000 00:00 0          [vdso]
a2554000-a2574000 r-xp 00000000 08:03 266382     /lib/ld-2.17.so
a2574000-a2575000 r--p 0001f000 08:03 266382     /lib/ld-2.17.so
a2575000-a2576000 rw-p 00020000 08:03 266382     /lib/ld-2.17.so
b4e8d000-b4eae000 rw-p 00000000 00:00 0          [stack]
b4eae000-c0000000 ---p 00000000 00:00 0 
[Sun Apr 13 19:34:10 2014] [notice] child pid 28750 exit signal Aborted (6)

when using 

<?php
 $finfo = finfo_open(FILEINFO_MIME);
  if($finfo)
   {
      $mime_type = finfo_file($finfo, "/tmp/blah.txt");
         echo $mime_type . "\n";

            finfo_close($finfo);
             }
             ?>
 [2014-06-05 13:17 UTC] php at dstutz dot com
As r dot biegel at gmx dot at said, I also stopped the segfault by disabling the SVN and DAV modules in my Apache installation.

I am using Gentoo hardended 64bit with the following suspect versions:
sys-apps/file-5.1.7
www-servers/apache-2.2.27
dev-lang/php-5.5.12
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 23:01:34 2024 UTC