Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 85452 invoked from network); 23 Dec 2009 16:49:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Dec 2009 16:49:40 -0000 Received: (qmail 70886 invoked by uid 500); 23 Dec 2009 16:49:39 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 70784 invoked by uid 500); 23 Dec 2009 16:49:39 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 70772 invoked by uid 99); 23 Dec 2009 16:49:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 16:49:39 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Dec 2009 16:49:34 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id EB5DA234C04C; Wed, 23 Dec 2009 08:49:13 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 48440] New: Segmentation Fault X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Apache httpd-2 X-Bugzilla-Component: All X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: aurabhi@yahoo.com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: bugs@httpd.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Wed, 23 Dec 2009 08:49:13 -0800 (PST) https://issues.apache.org/bugzilla/show_bug.cgi?id=48440 Summary: Segmentation Fault Product: Apache httpd-2 Version: 2.2.14 Platform: Sun OS/Version: Solaris Status: NEW Severity: critical Priority: P2 Component: All AssignedTo: bugs@httpd.apache.org ReportedBy: aurabhi@yahoo.com I have a apache 2.2.14 running Solaris 5.10 Apache is built using SunStudio 12 Update 1. On this setup I have a custom module and wlproxy(mod_wl_22.so) When I request pages which are delivered via wlproxy(mod_wl_22.so) I see segmentation faults. The requests are server properly but at the end of every request I see the following error [Wed Dec 23 21:08:52 2009] [notice] child pid 11624 exit signal Segmentation fault (11) Following is what I see when I opened the core in dbx bash-3.00# dbx httpd /tmp/apache2-gdb-dump/core For information about new features see `help changes' To remove this message, put `dbxenv suppress_startup_message 7.7' in your .dbxrc Reading httpd core file header read successfully Reading ld.so.1 Reading libm.so.2 Reading libaprutil-1.so.0.3.9 Reading libexpat.so.0.1.0 Reading libapr-1.so.0.3.9 Reading libuuid.so.1 Reading libsendfile.so.1 Reading librt.so.1 Reading libsocket.so.1 Reading libnsl.so.1 Reading libpthread.so.1 Reading libc.so.1 Reading libaio.so.1 Reading libmd.so.1 Reading libc_psr.so.1 Reading libCrun.so.1 Reading mod_alias.so Reading mod_wl_22.so Reading mod_cwmp.so t@1 (l@1) program terminated by signal SEGV (Segmentation Fault) 0xff0465c8: __pollsys+0x0008: blu _cerror ! 0xfefa34c0 (dbx) where current thread: t@1 =>[1] __pollsys(0x4, 0x0, 0xffbf9820, 0x0, 0xffbf9820, 0x0), at 0xff0465c8 [2] _pollsys(0xffbf97b8, 0x0, 0xffbf9820, 0x0, 0x0, 0x0), at 0xff03965c [3] _pselect(0xffbf97b8, 0xff0723d0, 0xff0723d0, 0x0, 0xffbf9820, 0x0), at 0xfefe6b10 [4] _select(0x0, 0x0, 0x0, 0x0, 0xffbf9888, 0xf4240), at 0xfefe6e88 [5] apr_sleep(0x0, 0xf4240, 0x1, 0x1, 0x0, 0x40000), at 0xff224fe0 [6] ap_wait_or_timeout(0x11000, 0xffffffff, 0xffbf9a30, 0xa93e8, 0x7, 0xffbf99b4), at 0x4a9e8 [7] server_main_loop(0x9e5cc, 0x3f, 0x0, 0x9d324, 0x1f, 0x20), at 0x6ba6c [8] ap_mpm_run(0x20, 0x9ea40, 0x9d320, 0x0, 0x20, 0x60), at 0x6c840 [9] main(0x9bb98, 0x9cc00, 0x7c608, 0x9ce1c, 0x9cc00, 0x7c504), at 0x299dc Help me out please. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org