Page 1 of 1

Small question

PostPosted: Sun May 02, 2004 1:05 pm
by Naucki
Hi,

i'm usin Kerel 2.4.25 with grsecurity-1.9.14-2.4.25.patch

since 2 or 3 week i've a problem with phpmyadmin.
if i want to view the tablecontent nothing happens.

but i found this log records. this is wheren i try to view the table content
in phpmyadmin (lastest version):

May 2 19:09:53 debian kernel: grsec: From 217.227.202.68: signal 11 sent to (php:6331) UID(1003) EUID(1003), parent (httpd:25649) UID(33) EUID(33)
May 2 19:09:53 debian kernel: grsec: From 217.227.202.68: attempted resource overstep by requesting 4096 for RLIMIT_CORE against limit 0 by (php:6331) UID(1003) EUID(1003), parent (httpd:25649) UID(33) EUID(33)

it is a debian woody system with apache2, suphp(http://www.suphp.org) and php 4.3.6

what does thise log records say ? other php application dont have problems.

thanks for help.

Re: Small question

PostPosted: Sun May 02, 2004 4:10 pm
by PaX Team
Naucki wrote:what does thise log records say ? other php application dont have problems.
this means that 'php' segfaulted and you didn't get a coredump because the core file limit was set to 0. now why php crashed in the first place is a good question, you'd have to get a coredump first then debug it to see where it happened.