[Bug 697105] Re: Segfault on POST

Stefan Fritsch sf at sfritsch.de
Fri Jan 7 20:01:35 UTC 2011


I haven't really looked into this issue in detail and don't know yet if
the proposed fix is ok.

But in case you want to ahead with it: Your patch is against the wrong
package. srclib/ in apache2 is never compiled. You would have to patch
the apr package and rebuild apache2 with the fixed libapr1-dev.

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/697105

Title:
  Segfault on POST

Status in Apache2 Web Server:
  Unknown
Status in “apache2” package in Ubuntu:
  New
Status in “apache2” package in Mandriva:
  Unknown

Bug description:
  Binary package hint: apache2

It seems that problem is well known:

https://qa.mandriva.com/show_bug.cgi?id=61384
https://issues.apache.org/bugzilla/show_bug.cgi?id=50190

(gdb) bt
#0  0x00000058 in ?? ()
#1  0x0018f024 in ap_discard_request_body (r=0x218eee38) at /build/buildd/apache2-2.2.16/modules/http/http_filters.c:1394
#2  0x0016f96f in default_handler (r=0x218eee38) at /build/buildd/apache2-2.2.16/server/core.c:3642
#3  0x0017b181 in ap_run_handler (r=0x218eee38) at /build/buildd/apache2-2.2.16/server/config.c:159
#4  0x0017b589 in ap_invoke_handler (r=0x218eee38) at /build/buildd/apache2-2.2.16/server/config.c:377
#5  0x0018ce58 in ap_process_request (r=0x218eee38) at /build/buildd/apache2-2.2.16/modules/http/http_request.c:282
#6  0x00189ba8 in ap_process_http_connection (c=0x218deb20) at /build/buildd/apache2-2.2.16/modules/http/http_core.c:190
#7  0x00182761 in ap_run_process_connection (c=0x218deb20) at /build/buildd/apache2-2.2.16/server/connection.c:43
#8  0x00193343 in process_socket (thd=0x218a54d0, dummy=0x218dbbe0) at /build/buildd/apache2-2.2.16/server/mpm/worker/worker.c:544
#9  worker_thread (thd=0x218a54d0, dummy=0x218dbbe0) at /build/buildd/apache2-2.2.16/server/mpm/worker/worker.c:894
#10 0x00ae8a35 in ?? () from /usr/lib/libapr-1.so.0
#11 0x00e3fe79 in start_thread (arg=0xb0748b70) at pthread_create.c:304
#12 0x006bd6ae in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:130
(gdb) ^CQuit
(gdb)





More information about the Ubuntu-sponsors mailing list