CINXE.COM

Bug #1667892 “apache2 crashed with SIGSEGV in ap_run_mpm_query()...” : Bugs : apache2 package : Ubuntu

<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> <head> <base href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+index" /> <meta charset="UTF-8" /> <title>Bug #1667892 “apache2 crashed with SIGSEGV in ap_run_mpm_query()...” : Bugs : apache2 package : Ubuntu</title> <link rel="apple-touch-icon" sizes="180x180" href="/@@/apple-touch-icon.png?v=2022" /> <link rel="icon" type="image/png" sizes="32x32" href="/@@/favicon-32x32.png?v=2022" /> <link rel="icon" type="image/png" sizes="16x16" href="/@@/favicon-16x16.png?v=2022" /> <link rel="manifest" href="/@@/site.webmanifest?v=2022" /> <link rel="mask-icon" href="/@@/safari-pinned-tab.svg?v=2022" color="#e9531f" /> <link rel="shortcut icon" href="/@@/favicon.ico?v=2022" /> <meta name="msapplication-TileColor" content="#da532c" /> <meta name="msapplication-config" content="/@@/browserconfig.xml?v=2022" /> <meta name="theme-color" content="#ffffff" /> <link rel="canonical" href="https://bugs.launchpad.net/bugs/1667892" /> <link rel="alternate" type="application/atom+xml" href="http://feeds.launchpad.net/bugs/1667892/bug.atom" title="Bug 1667892 Feed" /> <link type="text/css" rel="stylesheet" media="screen, print" href="/+icing/rev22ade00ab50b929fac63b8ee7252243aceda294a/combo.css" /> <meta name="description" content="Freshly installed on a VM. All updates applied. Installed apache mysql and php. Got this error after installing. Description: Ubuntu Zesty Zapus (development branch) Release: 17.04 Apache version apache2: Installed: 2.4.25-3ubuntu2 Candidate: 2.4.25-3ubuntu2 Version table: *** 2.4.25-3ubuntu2 500 500 http://us.archive.ubuntu.com/ubuntu zesty/main amd64 Packages 100 /var/lib/dpkg/status php version php: Installed: 1:7.0+49 Candidate: 1:7.0+49 Version table..." /> <meta property="og:description" content="Freshly installed on a VM. All updates applied. Installed apache mysql and php. Got this error after installing. Description: Ubuntu Zesty Zapus (development branch) Release: 17.04 Apache version apache2: Installed: 2.4.25-3ubuntu2 Candidate: 2.4.25-3ubuntu2 Version table: *** 2.4.25-3ubuntu2 500 500 http://us.archive.ubuntu.com/ubuntu zesty/main amd64 Packages 100 /var/lib/dpkg/status php version php: Installed: 1:7.0+49 Candidate: 1:7.0+49 Version table..." /> <meta property="og:title" content="Bug #1667892 “apache2 crashed with SIGSEGV in ap_run_mpm_query()...” : Bugs : apache2 package : Ubuntu" /> <meta property="og:type" content="website" /> <meta property="og:image" content="/@@/launchpad-og-image.png" /> <meta property="og:url" content="https://bugs.launchpad.net/bugs/1667892" /> <meta property="og:site_name" content="Launchpad" /> <script type="text/javascript"> var LP = { cache: {}, links: {} }; </script> <script type="text/javascript">var cookie_scope = '; Path=/; Secure; Domain=.launchpad.net';</script> <script type="text/javascript" src="/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?yui/yui/yui-min.js&amp;lp/meta.js&amp;yui/loader/loader-min.js"></script> <script type="text/javascript"> var raw = null; if (LP.devmode) { raw = 'raw'; } YUI.GlobalConfig = { combine: true, comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'yui/', filter: raw, debug: false, fetchCSS: false, maxURLLength: 2000, groups: { lp: { combine: true, base: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?lp/', comboBase: '/+combo/rev22ade00ab50b929fac63b8ee7252243aceda294a/?', root: 'lp/', // comes from including lp/meta.js modules: LP_MODULES, fetchCSS: false } } }</script> <script type="text/javascript"> // we need this to create a single YUI instance all events and code // talks across. All instances of YUI().use should be based off of // LPJS instead. var LPJS = new YUI(); </script> <script id="base-layout-load-scripts" type="text/javascript"> //<![CDATA[ LPJS.use('base', 'node', 'console', 'event', 'oop', 'lp', 'lp.app.foldables','lp.app.sorttable', 'lp.app.inlinehelp', 'lp.app.links', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.app.ellipsis', 'lp.code.branchmergeproposal.diff', 'lp.views.global', function(Y) { Y.on("domready", function () { var global_view = new Y.lp.views.Global(); global_view.render(); Y.lp.app.sorttable.SortTable.init(); Y.lp.app.inlinehelp.init_help(); Y.lp.activate_collapsibles(); Y.lp.app.foldables.activate(); Y.lp.app.links.check_valid_lp_links(); }); Y.on('lp:context:web_link:changed', function(e) { window.location = e.new_value; }); }); //]]> </script> <script id="base-helper-functions" type="text/javascript"> //<![CDATA[ // This code is pulled from lp.js that needs to be available on every // request. Pulling here to get it outside the scope of the YUI block. function setFocusByName(name) { // Focus the first element matching the given name which can be focused. var nodes = document.getElementsByName(name); var i, node; for (i = 0; i < nodes.length; i++) { node = nodes[i]; if (node.focus) { try { // Trying to focus a hidden element throws an error in IE8. if (node.offsetHeight !== 0) { node.focus(); } } catch (e) { LPJS.use('console', function(Y) { Y.log('In setFocusByName(<' + node.tagName + ' type=' + node.type + '>): ' + e); }); } break; } } } function selectWidget(widget_name, event) { if (event && (event.keyCode === 9 || event.keyCode === 13)) { // Avoid firing if user is tabbing through or simply pressing // enter to submit the form. return; } document.getElementById(widget_name).checked = true; } //]]> </script> <script type="text/javascript" id="available-official-tags-js">var available_official_tags = ["a11y", "appstream", "bionic", "bisect-done", "bitesize", "block-proposed", "block-proposed-focal", "block-proposed-jammy", "block-proposed-noble", "block-proposed-oracular", "cherry-pick", "community-security", "desktop-file", "dist-upgrade", "fixed-upstream", "focal", "ftbfs", "hw-specific", "jammy", "kernel-bug", "manpage", "metabug", "multiarch", "multigpu", "multimonitor", "needs-bisect", "needs-design", "needs-packaging", "needs-reassignment", "noble", "nvidia", "oracular", "package-conflict", "packaging", "patch", "patch-accepted-debian", "patch-accepted-upstream", "patch-forwarded-debian", "patch-forwarded-upstream", "patch-needswork", "patch-rejected", "patch-rejected-debian", "patch-rejected-upstream", "performing-bisect", "plucky", "qt4-removal", "regression-proposed", "regression-release", "regression-update", "string-fix", "suspend-resume", "systemd-boot", "testcase", "unmetdeps", "update-excuse", "upgrade-software-version", "verification-done-bionic", "verification-done-focal", "verification-done-jammy", "verification-done-noble", "verification-done-oracular", "verification-failed-bionic", "verification-failed-jammy", "verification-needed-bionic", "verification-needed-focal", "verification-needed-jammy", "verification-needed-noble", "verification-needed-oracular", "wayland"];</script> <script type="text/javascript"> LPJS.use('base', 'node', 'oop', 'event', 'lp.bugs.bugtask_index', 'lp.bugs.subscribers', 'lp.code.branchmergeproposal.diff', 'lp.app.comment', 'lp.services.messages.edit', function(Y) { Y.on('domready', function() { Y.lp.code.branchmergeproposal.diff.connect_diff_links(); Y.lp.bugs.bugtask_index.setup_bugtask_index(); Y.lp.bugs.bugtask_index.setup_bugtask_table(); LP.cache.comment_context = LP.cache.bug; var cl = new Y.lp.app.comment.CommentList(); cl.render(); var sl = new Y.lp.bugs.subscribers.createBugSubscribersLoader({ container_box: '#other-bug-subscribers', subscribers_details_view: '/+bug-portlet-subscribers-details', subscribe_someone_else_link: '.menu-link-addsubscriber' }, window); Y.lp.services.messages.edit.setup(); }); }); </script> <style type="text/css"> /* Align the 'add comment' link to the right of the comment box. */ #add-comment-form textarea { width: 100%; } #add-comment-form { max-width: 60em; padding-bottom: 4em; } #add-comment-form .actions {float: right;} .buglink-summary dd { font-size: 10px; } a#privacy-link:link:hover, a#privacy-link:visited:hover {text-decoration:none;} </style> <style type="text/css"> .yui3-overlay .value label { /* It normally makes sense for form labels to be bold, but since this form consists only of radio buttons, there's nothing but labels so we just get wall-to-wall bold. */ font-weight: normal !important; } </style> </head> <body id="document" itemscope="" itemtype="http://schema.org/WebPage" class="tab-bugs main_side public yui3-skin-sam"> <div class="yui-d0"> <div id="locationbar" class="login-logout"> <div id="logincontrol"><a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+login">Log in / Register</a></div> </div><!--id="locationbar"--> <div id="watermark" class="watermark-apps-portlet"> <div> <a href="https://launchpad.net/ubuntu"><img alt="" width="64" height="64" src="https://launchpadlibrarian.net/606381979/CoF%2064px.png" /></a> </div> <div class="wide"> <h2 id="watermark-heading"><a href="https://launchpad.net/ubuntu">Ubuntu</a><br /><a href="https://launchpad.net/ubuntu/+source/apache2">apache2 package</a></h2> </div> <!-- Application Menu --> <ul class="facetmenu"> <li class="overview"><a href="https://launchpad.net/ubuntu/+source/apache2">Overview</a></li> <li class="branches"><a href="https://code.launchpad.net/ubuntu/+source/apache2">Code</a></li> <li class="bugs active"><a href="https://bugs.launchpad.net/ubuntu/+source/apache2">Bugs</a></li> <li class="specifications disabled-tab"><span>Blueprints</span></li> <li class="translations"><a href="https://translations.launchpad.net/ubuntu/+source/apache2">Translations</a></li> <li class="answers"><a href="https://answers.launchpad.net/ubuntu/+source/apache2">Answers</a></li> </ul> </div> <div class="yui-t4"> <div id="maincontent" class="yui-main"> <div class="yui-b" dir="ltr"> <div class="context-publication"> <h1 id="edit-title"> <span class="yui3-editable_text-text ellipsis" style="max-width: 95%;"> apache2 crashed with SIGSEGV in ap_run_mpm_query() </span> </h1> <div id="registration" class="registering"> Bug #1667892 reported by <a href="https://launchpad.net/~swmmrman" class="sprite person">Stephan Kern</a> <time title="2017-02-25 06:19:23 UTC" datetime="2017-02-25T06:19:23.507358+00:00">on 2017-02-25</time> </div> </div> <div id="request-notifications"> </div> <div> <div id="bug-is-duplicate"> </div> <div style="float: right;"> <span><a href="/+help-bugs/bug-heat.html" target="help" class="sprite flame">118</a></span> </div> <div class="actions"> <span id="affectsmetoo" style="display: inline">This bug affects 24 people</span> </div> <table id="affected-software" class="listing"> <thead> <tr> <th colspan="2">Affects</th> <th>Status</th> <th>Importance</th> <th>Assigned to</th> <th>Milestone</th> </tr> </thead> <tbody> <tr class="highlight" id="tasksummary2207729"> <td> </td> <td> <span id="bugtarget-picker-tasksummary2207729"> <span class="yui3-activator-data-box"> <a class="sprite package-source" href="https://bugs.launchpad.net/ubuntu/+source/apache2" title="Latest release: 2.4.41-4ubuntu3.22, uploaded to main on 2024-10-03 13:21:11.783763+00:00 by Athos Ribeiro (athos-ribeiro), maintained by Ubuntu Developers (ubuntu-devel-discuss-lists)">apache2 (Ubuntu)</a> </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="status-content" style="width: 100%; float: left"> <span style="float: left" class="value statusCONFIRMED">Confirmed</span> </div> </td> <td style="width: 15em; vertical-align: middle"> <div class="importance-content" style="width: 100%; float: left"> <span style="float: left" class="value importanceMEDIUM">Medium</span> </div> </td> <td style="width:20%; margin: 0; padding: 0; vertical-align: middle; padding-left: 0.5em"> <span id="assignee-picker-tasksummary2207729"> <span class="yui3-activator-data-box"> Unassigned </span> <div class="yui3-activator-message-box yui3-activator-hidden"></div> </span> </td> <td style="width: 20%; vertical-align: middle"> <div class="milestone-content" style="width: 100%; float: left"> <a class="value" href=""></a> </div> </td> </tr> </tbody> </table> <div id="maincontentsub"> <div class="top-portlet"> <div itemprop="mainContentOfPage" class="report"> <div> <div class="lazr-multiline-edit" id="edit-description"> <div class="clearfix"> <h3>Bug Description</h3> </div> <div class="yui3-editable_text-text"><p>Freshly installed on a VM. All updates applied. Installed apache mysql and php. Got this error after installing.</p> <p>Description: Ubuntu Zesty Zapus (development branch)<br /> Release: 17.04</p> <p>Apache version<br /> apache2:<br /> &nbsp;&nbsp;Installed: 2.4.25-3ubuntu2<br /> &nbsp;&nbsp;Candidate: 2.4.25-3ubuntu2<br /> &nbsp;&nbsp;Version table:<br /> &nbsp;*** 2.4.25-3ubuntu2 500<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;500 <a rel="nofollow" href="http://us.archive.ubuntu.com/ubuntu">http://<wbr />us.archive.<wbr />ubuntu.<wbr />com/ubuntu</a> zesty/main amd64 Packages<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;100 /var/lib/<wbr />dpkg/status</p> <p>php version</p> <p>php:<br /> &nbsp;&nbsp;Installed: 1:7.0+49<br /> &nbsp;&nbsp;Candidate: 1:7.0+49<br /> &nbsp;&nbsp;Version table:<br /> &nbsp;*** 1:7.0+49 500<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;500 <a rel="nofollow" href="http://us.archive.ubuntu.com/ubuntu">http://<wbr />us.archive.<wbr />ubuntu.<wbr />com/ubuntu</a> zesty/main amd64 Packages<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;500 <a rel="nofollow" href="http://us.archive.ubuntu.com/ubuntu">http://<wbr />us.archive.<wbr />ubuntu.<wbr />com/ubuntu</a> zesty/main i386 Packages<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;100 /var/lib/<wbr />dpkg/status</p> <p>What i expected. Normal apache startup with no crash.<br /> What actually happened. It crashed.</p> <p>ProblemType: Crash<br /> DistroRelease: Ubuntu 17.04<br /> Package: apache2-bin 2.4.25-3ubuntu2<br /> ProcVersionSign<wbr />ature: Ubuntu 4.10.0-8.10-generic 4.10.0-rc8<br /> Uname: Linux 4.10.0-8-generic x86_64<br /> ApportVersion: 2.20.4-0ubuntu2<br /> Architecture: amd64<br /> Date: Fri Feb 24 23:06:38 2017<br /> ExecutablePath: /usr/sbin/apache2<br /> InstallationDate: Installed on 2017-02-22 (3 days ago)<br /> InstallationMedia: Xubuntu 17.04 &quot;Zesty Zapus&quot; - Alpha amd64 (20170220)<br /> ProcCmdline: /usr/sbin/apache2 -k start<br /> ProcEnviron:<br /> &nbsp;PATH=(custom, no user)<br /> &nbsp;LANG=C<br /> SegvAnalysis:<br /> &nbsp;Segfault happened at: 0x562d6e249ef4 &lt;ap_run_<wbr />mpm_query+<wbr />20&gt;: mov 0x18(%rax),%rbx<br /> &nbsp;PC (0x562d6e249ef4) ok<br /> &nbsp;source &quot;0x18(%rax)&quot; (0x7ff6705b0fb0) not located in a known VMA region (needed readable region)!<br /> &nbsp;destination &quot;%rbx&quot; ok<br /> SegvReason: reading unknown VMA<br /> Signal: 11<br /> SourcePackage: apache2<br /> StacktraceTop:<br /> &nbsp;?? ()<br /> &nbsp;&lt;signal handler called&gt;<br /> &nbsp;__do_global_<wbr />dtors_aux () from /lib/x86_<wbr />64-linux-<wbr />gnu/libnss_<wbr />nis.so.<wbr />2<br /> &nbsp;_dl_fini () at dl-fini.c:235<br /> &nbsp;__run_<wbr />exit_handlers (status=0, listp=0x7ff66fb<wbr />545d8 &lt;__exit_funcs&gt;, run_list_<wbr />atexit=<wbr />run_list_<wbr />atexit@<wbr />entry=true, run_dtors=<wbr />run_dtors@<wbr />entry=true) at exit.c:83<br /> Title: apache2 crashed with SIGSEGV in &lt;signal handler called&gt;()<br /> UpgradeStatus: No upgrade log present (probably fresh install)<br /> UserGroups:</p></div> </div> </div> <div style="margin:-10px 0 20px 5px" class="clearfix"> </div> <div id="bug-tags"> <span id="tags-heading"> Tags: </span> <span id="tag-list"> <a class="unofficial-tag" href="/ubuntu/+source/apache2/+bugs?field.tag=amd64">amd64</a> <a class="unofficial-tag" href="/ubuntu/+source/apache2/+bugs?field.tag=apport-crash">apport-crash</a> <a class="unofficial-tag" href="/ubuntu/+source/apache2/+bugs?field.tag=apport-failed-retrace">apport-failed-retrace</a> <a class="unofficial-tag" href="/ubuntu/+source/apache2/+bugs?field.tag=zesty">zesty</a> </span> </div> <script type="text/javascript"> LPJS.use('event', 'node', 'lp.bugs.tags_entry', function(Y) { Y.on('domready', function(e) { Y.lp.bugs.tags_entry.setup_tag_entry( available_official_tags); }, window); }); </script> <div class="clearfix"></div> </div> <div id="branches-and-cves"> <div id="bug-branches-container" style="float: left"> </div><!-- bug-branch-container --> <div class="clearfix"></div> </div> <!-- branches and CVEs --> </div> <div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/1" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~swmmrman" class="sprite person">Stephan Kern (swmmrman)</a> wrote <time itemprop="commentTime" datetime="2017-02-25T06:19:23.507358+00:00" title="2017-02-25 06:19:23 UTC">on 2017-02-25</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/1"> #1</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826384/+files/Dependencies.txt" class="sprite download-icon">Dependencies.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826384">Edit</a> (2.5 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826385/+files/Disassembly.txt" class="sprite download-icon">Disassembly.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826385">Edit</a> (1.0 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826386/+files/JournalErrors.txt" class="sprite download-icon">JournalErrors.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826386">Edit</a> (16.2 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826387/+files/ProcMaps.txt" class="sprite download-icon">ProcMaps.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826387">Edit</a> (7.2 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826388/+files/ProcStatus.txt" class="sprite download-icon">ProcStatus.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826388">Edit</a> (1.2 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826389/+files/Registers.txt" class="sprite download-icon">Registers.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826389">Edit</a> (851 bytes, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826390/+files/Stacktrace.txt" class="sprite download-icon">Stacktrace.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826390">Edit</a> (1.5 KiB, text/plain; charset="utf-8") </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826391/+files/ThreadStacktrace.txt" class="sprite download-icon">ThreadStacktrace.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826391">Edit</a> (1.6 KiB, text/plain; charset="utf-8") </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"></textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/2" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~apport" class="sprite person">Apport retracing service (apport)</a> wrote <time itemprop="commentTime" datetime="2017-02-25T06:24:35.541700+00:00" title="2017-02-25 06:24:35 UTC">on 2017-02-25</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/apache2/+bug/1667892/comments/2"> <strong></strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/2"> #2</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>StacktraceTop:<br /> &nbsp;?? ()<br /> &nbsp;&lt;signal handler called&gt;<br /> &nbsp;__do_global_<wbr />dtors_aux () from /tmp/apport_<wbr />sandbox_<wbr />RntTSy/<wbr />lib/x86_<wbr />64-linux-<wbr />gnu/libnss_<wbr />nis.so.<wbr />2<br /> &nbsp;?? ()<br /> &nbsp;?? ()</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">StacktraceTop: ?? () &lt;signal handler called&gt; __do_global_dtors_aux () from /tmp/apport_sandbox_RntTSy/lib/x86_64-linux-gnu/libnss_nis.so.2 ?? () ?? () </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/3" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~apport" class="sprite person">Apport retracing service (apport)</a> wrote <time itemprop="commentTime" datetime="2017-02-25T06:24:36.322229+00:00" title="2017-02-25 06:24:36 UTC">on 2017-02-25</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/apache2/+bug/1667892/comments/3"> <strong>Stacktrace.txt</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/3"> #3</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826392/+files/Stacktrace.txt" class="sprite download-icon">Stacktrace.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826392">Edit</a> (2.8 KiB, text/plain) </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"></textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/4" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~apport" class="sprite person">Apport retracing service (apport)</a> wrote <time itemprop="commentTime" datetime="2017-02-25T06:24:37.102740+00:00" title="2017-02-25 06:24:37 UTC">on 2017-02-25</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/apache2/+bug/1667892/comments/4"> <strong>StacktraceSource.txt</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/4"> #4</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826393/+files/StacktraceSource.txt" class="sprite download-icon">StacktraceSource.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826393">Edit</a> (1.5 KiB, text/plain) </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"></textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/5" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~apport" class="sprite person">Apport retracing service (apport)</a> wrote <time itemprop="commentTime" datetime="2017-02-25T06:24:39.061925+00:00" title="2017-02-25 06:24:39 UTC">on 2017-02-25</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/apache2/+bug/1667892/comments/5"> <strong>ThreadStacktrace.txt</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/5"> #5</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826394/+files/ThreadStacktrace.txt" class="sprite download-icon">ThreadStacktrace.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826394">Edit</a> (2.8 KiB, text/plain) </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"></textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td style="text-align: right;"> <b>tags</b>: </td> <td> added: apport-failed-retrace </td> </tr> <tr> <td style="text-align: right;"> <b>tags</b>: </td> <td> removed: need-amd64-retrace </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/6" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~paelzer" class="sprite person">Christian Ehrhardt  (paelzer)</a> wrote <time itemprop="commentTime" datetime="2017-02-27T14:19:06.088903+00:00" title="2017-02-27 14:19:06 UTC">on 2017-02-27</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/apache2/+bug/1667892/comments/6"> <strong>Re: apache2 crashed with SIGSEGV in &lt;signal handler called&gt;()</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/6"> #6</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Hi Stephan,<br /> I was trying to reproduce today.</p> <p>On Zesty:<br /> $ apt-get install apache2 php7 mysql-server<br /> $ service mysql status<br /> $ service apache2 status</p> <p>mysql and apache running fine, no crash in my retry.</p> <p>checking versions:<br /> apache2 2.4.25-3ubuntu2<br /> mysql-server 5.7.17-0ubuntu1<br /> php7.0 7.0.15-1ubuntu<br /> php 1:7.0+49</p> <p>It seems that does not trigger for me.<br /> Is that for you 100% reproducable e.g. still on restarting services or was that something that happened only once?</p> <p>Also you said you &quot;just installed&quot;, so did your steps towards the issue match the ones I described above?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Hi Stephan, I was trying to reproduce today. On Zesty: $ apt-get install apache2 php7 mysql-server $ service mysql status $ service apache2 status mysql and apache running fine, no crash in my retry. checking versions: apache2 2.4.25-3ubuntu2 mysql-server 5.7.17-0ubuntu1 php7.0 7.0.15-1ubuntu php 1:7.0+49 It seems that does not trigger for me. Is that for you 100% reproducable e.g. still on restarting services or was that something that happened only once? Also you said you "just installed", so did your steps towards the issue match the ones I described above?</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in apache2 (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> New &#8594; Incomplete </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/7" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~swmmrman" class="sprite person">Stephan Kern (swmmrman)</a> wrote <time itemprop="commentTime" datetime="2017-02-28T14:08:21.238067+00:00" title="2017-02-28 14:08:21 UTC">on 2017-02-28</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/7"> #7</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Happened one time right after the install. Your steps matched. I tried to recreate this today. And it was not reproducable. I was able to recreate it before reinstalling the VM. However my host windows install had some driver corruption that may have impacted the VM install. This can be closed as no longer reproducable.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Happened one time right after the install. Your steps matched. I tried to recreate this today. And it was not reproducable. I was able to recreate it before reinstalling the VM. However my host windows install had some driver corruption that may have impacted the VM install. This can be closed as no longer reproducable.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/8" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~paelzer" class="sprite person">Christian Ehrhardt  (paelzer)</a> wrote <time itemprop="commentTime" datetime="2017-02-28T14:26:48.353279+00:00" title="2017-02-28 14:26:48 UTC">on 2017-02-28</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/8"> #8</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Ok, thanks Stephan.<br /> If you&#x27;d be ok please mark it non-private to allow others to search for it - just in case we will get more hits by others to the same issue.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Ok, thanks Stephan. If you'd be ok please mark it non-private to allow others to search for it - just in case we will get more hits by others to the same issue.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in apache2 (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Incomplete &#8594; Invalid </td> </tr> </table> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~swmmrman" class="sprite person">Stephan Kern (swmmrman)</a> <time title="2017-03-01 11:18:24 UTC" datetime="2017-03-01T11:18:24.308207+00:00">on 2017-03-01</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td style="text-align: right;"> <b>information type</b>: </td> <td> Private &#8594; Public </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/9" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~fhwri99" class="sprite person">oldrocker99 (fhwri99)</a> wrote <time itemprop="commentTime" datetime="2017-03-15T15:34:28.657563+00:00" title="2017-03-15 15:34:28 UTC">on 2017-03-15</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/9"> #9</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>This happened just after bootup.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">This happened just after bootup.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/10" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray (brian-murray)</a> wrote <time itemprop="commentTime" datetime="2017-04-11T22:14:00.332810+00:00" title="2017-04-11 22:14:00 UTC">on 2017-04-11</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/apache2/+bug/1667892/comments/10"> <strong></strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/10"> #10</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>StacktraceTop:<br /> &nbsp;?? ()<br /> &nbsp;&lt;signal handler called&gt;<br /> &nbsp;__do_global_<wbr />dtors_aux () from /mnt/sec-<wbr />machines/<wbr />apport-<wbr />sandbox-<wbr />dir/Ubuntu 17.04/amd64/<wbr />report-<wbr />sandbox/<wbr />lib/x86_<wbr />64-linux-<wbr />gnu/libnss_<wbr />nis.so.<wbr />2<br /> &nbsp;?? () from /mnt/sec-<wbr />machines/<wbr />apport-<wbr />sandbox-<wbr />dir/Ubuntu 17.04/amd64/<wbr />report-<wbr />sandbox/<wbr />lib64/ld-<wbr />linux-x86-<wbr />64.so.2<br /> &nbsp;__run_<wbr />exit_handlers (status=0, listp=0x7ff66fb<wbr />545d8 &lt;__exit_funcs&gt;, run_list_<wbr />atexit=<wbr />run_list_<wbr />atexit@<wbr />entry=true, run_dtors=<wbr />run_dtors@<wbr />entry=true) at exit.c:83</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">StacktraceTop: ?? () &lt;signal handler called&gt; __do_global_dtors_aux () from /mnt/sec-machines/apport-sandbox-dir/Ubuntu 17.04/amd64/report-sandbox/lib/x86_64-linux-gnu/libnss_nis.so.2 ?? () from /mnt/sec-machines/apport-sandbox-dir/Ubuntu 17.04/amd64/report-sandbox/lib64/ld-linux-x86-64.so.2 __run_exit_handlers (status=0, listp=0x7ff66fb545d8 &lt;__exit_funcs&gt;, run_list_atexit=run_list_atexit@entry=true, run_dtors=run_dtors@entry=true) at exit.c:83 </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/11" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray (brian-murray)</a> wrote <time itemprop="commentTime" datetime="2017-04-11T22:14:02.025814+00:00" title="2017-04-11 22:14:02 UTC">on 2017-04-11</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/apache2/+bug/1667892/comments/11"> <strong>Stacktrace.txt</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/11"> #11</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4860439/+files/Stacktrace.txt" class="sprite download-icon">Stacktrace.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4860439">Edit</a> (4.5 KiB, text/plain) </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"></textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/12" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray (brian-murray)</a> wrote <time itemprop="commentTime" datetime="2017-04-11T22:14:03.833257+00:00" title="2017-04-11 22:14:03 UTC">on 2017-04-11</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/apache2/+bug/1667892/comments/12"> <strong>StacktraceSource.txt</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/12"> #12</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4860440/+files/StacktraceSource.txt" class="sprite download-icon">StacktraceSource.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4860440">Edit</a> (6.4 KiB, text/plain) </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"></textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/13" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray (brian-murray)</a> wrote <time itemprop="commentTime" datetime="2017-04-11T22:14:05.406869+00:00" title="2017-04-11 22:14:05 UTC">on 2017-04-11</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/apache2/+bug/1667892/comments/13"> <strong>ThreadStacktrace.txt</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/13"> #13</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4860441/+files/ThreadStacktrace.txt" class="sprite download-icon">ThreadStacktrace.txt</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4860441">Edit</a> (4.5 KiB, text/plain) </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10"></textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in apache2 (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>importance</b>: </td> <td> Undecided &#8594; Medium </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/14" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray (brian-murray)</a> wrote <time itemprop="commentTime" datetime="2017-04-11T22:21:21.644680+00:00" title="2017-04-11 22:21:21 UTC">on 2017-04-11</time><span class="editable-message-last-edit-date">: </span> <a href="/ubuntu/+source/apache2/+bug/1667892/comments/14"> <strong>Re: apache2 crashed with SIGSEGV in &lt;signal handler called&gt;()</strong> </a> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/14"> #14</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I got a better stacktrace, so I&#x27;m flipping this back to New.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I got a better stacktrace, so I'm flipping this back to New.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in apache2 (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> Invalid &#8594; New </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/15" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~janitor" class="sprite person-inactive">Launchpad Janitor (janitor)</a> wrote <time itemprop="commentTime" datetime="2017-06-11T05:16:15.639788+00:00" title="2017-06-11 05:16:15 UTC">on 2017-06-11</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/15"> #15</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Status changed to &#x27;Confirmed&#x27; because the bug affects multiple users.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Status changed to 'Confirmed' because the bug affects multiple users.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td colspan="2">Changed in apache2 (Ubuntu): </td> </tr> <tr> <td style="text-align: right;"> <b>status</b>: </td> <td> New &#8594; Confirmed </td> </tr> </table> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/16" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~paelzer" class="sprite person">Christian Ehrhardt  (paelzer)</a> wrote <time itemprop="commentTime" datetime="2017-08-24T11:08:33.809997+00:00" title="2017-08-24 11:08:33 UTC">on 2017-08-24</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/16"> #16</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Thanks Brian for the extra stacktrace,<br /> I found two more reports that seem to be the same to me - I dupped them here to focus efforts.</p> <p>All reports seem to be 17.4 (x2) and 17.10, so rather new apache versions.</p> <p>Is there any way to reliably reproduce known yet?</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Thanks Brian for the extra stacktrace, I found two more reports that seem to be the same to me - I dupped them here to focus efforts. All reports seem to be 17.4 (x2) and 17.10, so rather new apache versions. Is there any way to reliably reproduce known yet? </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/17" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~ahasenack" class="sprite person">Andreas Hasenack (ahasenack)</a> wrote <time itemprop="commentTime" datetime="2017-08-25T21:00:34.798793+00:00" title="2017-08-25 21:00:34 UTC">on 2017-08-25</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/17"> #17</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Hmm, I&#x27;m getting crash reports, let&#x27;s see what they are about:<br /> ubuntu@<wbr />zesty-apache-<wbr />segfault:<wbr />~$ l /var/crash/<br /> total 2.0K<br /> drwxrwxrwt 2 root root 2 Aug 11 01:18 .<br /> drwxr-xr-x 14 root root 16 Aug 25 20:55 ..<br /> ubuntu@<wbr />zesty-apache-<wbr />segfault:<wbr />~$ sudo su -<br /> root@zesty-<wbr />apache-<wbr />segfault:<wbr />~# service apache2 restart<br /> root@zesty-<wbr />apache-<wbr />segfault:<wbr />~# l /var/crash/<br /> total 704K<br /> drwxrwxrwt 2 root root 4 Aug 25 20:59 .<br /> drwxr-xr-x 14 root root 16 Aug 25 20:55 ..<br /> -rwxr-xr-x 1 root root 0 Aug 25 20:59 .lock<br /> -rw-r----- 1 root root 699K Aug 25 20:59 _usr_sbin_<wbr />apache2.<wbr />0.crash</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Hmm, I'm getting crash reports, let's see what they are about: ubuntu@zesty-apache-segfault:~$ l /var/crash/ total 2.0K drwxrwxrwt 2 root root 2 Aug 11 01:18 . drwxr-xr-x 14 root root 16 Aug 25 20:55 .. ubuntu@zesty-apache-segfault:~$ sudo su - root@zesty-apache-segfault:~# service apache2 restart root@zesty-apache-segfault:~# l /var/crash/ total 704K drwxrwxrwt 2 root root 4 Aug 25 20:59 . drwxr-xr-x 14 root root 16 Aug 25 20:55 .. -rwxr-xr-x 1 root root 0 Aug 25 20:59 .lock -rw-r----- 1 root root 699K Aug 25 20:59 _usr_sbin_apache2.0.crash </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/18" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~ahasenack" class="sprite person">Andreas Hasenack (ahasenack)</a> wrote <time itemprop="commentTime" datetime="2017-08-25T21:10:31.143529+00:00" title="2017-08-25 21:10:31 UTC">on 2017-08-25</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/18"> #18</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <ul style="margin-bottom: 1em"> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4938903/+files/_usr_sbin_apache2.0.crash" class="sprite download-icon">_usr_sbin_apache2.0.crash</a> <a class="sprite edit action-icon" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4938903">Edit</a> (699.0 KiB, text/plain) </li> </ul> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>I tried apport-unpack on this file, but it crashed ;)</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">I tried apport-unpack on this file, but it crashed ;) </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/19" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~brian-murray" class="sprite person">Brian Murray (brian-murray)</a> wrote <time itemprop="commentTime" datetime="2017-08-28T22:51:09.051149+00:00" title="2017-08-28 22:51:09 UTC">on 2017-08-28</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/19"> #19</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>Andreas - could you open a bug report of apport-unpack failing to work with the .crash file you provided? Thanks in advance.</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">Andreas - could you open a bug report of apport-unpack failing to work with the .crash file you provided? Thanks in advance.</textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div xmlns="http://www.w3.org/1999/xhtml" itemscope="" itemtype="http://schema.org/UserComments" class="boardComment editable-message " data-baseurl="/ubuntu/+source/apache2/+bug/1667892/comments/20" data-i-can-edit="False"> <div class="boardCommentDetails"> <div class="message-revision-container"> <div class="message-revision-container-header"> <span>Revision history for this message</span> <img src="/+icing/build/overlay/assets/skins/sam/images/close.gif" class="message-revision-close" /> </div> <script type="text/template"> <div class='message-revision-item'> <div class='message-revision-title'> <a class="sprite remove action-icon message-revision-del-btn"> Remove </a> <a class="js-action"> Revision #{revision}, created at {date_created_display} </a> </div> <div class='message-revision-body'>{content}</div> </div> </script> <div class="message-revision-list"></div> </div> <table> <tbody> <tr> <td> <a href="https://launchpad.net/~ahasenack" class="sprite person">Andreas Hasenack (ahasenack)</a> wrote <time itemprop="commentTime" datetime="2017-08-29T20:55:18.928324+00:00" title="2017-08-29 20:55:18 UTC">on 2017-08-29</time><span class="editable-message-last-edit-date">: </span> </td> <td> </td> <td> </td> <td class="bug-comment-index"> <a itemprop="url" href="/ubuntu/+source/apache2/+bug/1667892/comments/20"> #20</a> </td> </tr> </tbody> </table> </div> <div class="boardCommentBody"> <div class="editable-message-body"> <div class="comment-text editable-message-text" itemprop="commentText"><p>It already existed: <a rel="nofollow" href="https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1427600">https:/<wbr />/bugs.launchpad<wbr />.net/ubuntu/<wbr />+source/<wbr />apport/<wbr />+bug/1427600</a></p> <p>$ apport-unpack _usr_sbin_<wbr />apache2.<wbr />0.crash output-dir<br /> Traceback (most recent call last):<br /> &nbsp;&nbsp;File &quot;/usr/bin/<wbr />apport-<wbr />unpack&quot;<wbr />, line 73, in &lt;module&gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp;pr.<wbr />extract_<wbr />keys(f, bin_keys, dir)<br /> &nbsp;&nbsp;File &quot;/usr/lib/<wbr />python3/<wbr />dist-packages/<wbr />problem_<wbr />report.<wbr />py&quot;, line 270, in extract_keys<br /> &nbsp;&nbsp;&nbsp;&nbsp;[item for item, element in b64_block.items() if element is False])<br /> ValueError: [&#x27;UserGroups&#x27;] has no binary content</p> <p>The crash file has:<br /> (...)<br /> Uname: Linux 4.10.0-32-generic x86_64<br /> UserGroups:<br /> CoreDump: base64<br /> &nbsp;H4sICAA(...)</p></div> </div> <div class="editable-message-form" style="display: none"> <textarea style="width: 100%" rows="10">It already existed: https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1427600 $ apport-unpack _usr_sbin_apache2.0.crash output-dir Traceback (most recent call last): File "/usr/bin/apport-unpack", line 73, in &lt;module&gt; pr.extract_keys(f, bin_keys, dir) File "/usr/lib/python3/dist-packages/problem_report.py", line 270, in extract_keys [item for item, element in b64_block.items() if element is False]) ValueError: ['UserGroups'] has no binary content The crash file has: (...) Uname: Linux 4.10.0-32-generic x86_64 UserGroups: CoreDump: base64 H4sICAA(...) </textarea> <input type="button" value="Update" class="editable-message-update-btn" /> <input type="button" value="Cancel" class="editable-message-cancel-btn" /> </div> </div> </div> <div class="boardComment"> <div class="boardCommentDetails"> <a href="https://launchpad.net/~bryce" class="sprite person">Bryce Harrington (bryce)</a> <time title="2020-07-01 22:12:12 UTC" datetime="2020-07-01T22:12:12.936290+00:00">on 2020-07-01</time> </div> <div class="boardCommentActivity"> <table class="bug-activity"> <tr> <td style="text-align: right;"> <b>summary</b>: </td> <td> - apache2 crashed with SIGSEGV in &lt;signal handler called&gt;()<br />+ apache2 crashed with SIGSEGV in ap_run_mpm_query() </td> </tr> </table> </div> </div> <div style="float: right;"> <a class="menu-link-activitylog" href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+activity">See full activity log</a> </div> <div class="clearfix"></div> <div align="center" id="add-comment-login-first"> To post a comment you must <a href="+login?comments=all">log in</a>. </div> </div><!-- class="top-portlet" --> </div><!--- id="maincontentsub"--> <div> <div id="duplicate-form-container"></div> <div id="privacy-form-container"></div> </div> </div> </div><!-- yui-b --> </div><!-- yui-main --> <div id="side-portlets" class="yui-b side"> <div id="involvement" class="portlet"> <ul class="involvement"> <li class="single"> <a class="sprite bugs" href="/ubuntu/+source/apache2/+filebug"> Report a bug </a> </li> </ul> </div> <div id="privacy" class="first portlet public"> <div id="privacy-text"> <span id="information-type-summary" class="sprite public">This report contains <strong id="information-type">Public</strong> information </span>&nbsp; <div id="information-type-description" style="padding-top: 5px">Everyone can see this information. </div> </div> </div> <div id="portlet-actions" class="portlet vertical"> <ul id="duplicate-actions"> </ul> <ul id="lock-status-actions"> </ul> </div> <div class="portlet" id="portlet-duplicates"> <h2>Duplicates of this bug</h2> <ul> <li> <a class="sprite bug" href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1681014" title="apache2 crashed with SIGSEGV in &lt;signal handler called&gt;()"> Bug #1681014</a> </li> <li> <a class="sprite bug" href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1710142" title="apache2 crashed with SIGSEGV in &lt;signal handler called&gt;()"> Bug #1710142</a> </li> </ul> </div> <div class="portlet vertical" id="portlet-subscription"> <div class="section"> <div id="current_user_subscription" class="False"> <span>You are</span> <a class="menu-link-subscription sprite modify edit" href="/ubuntu/+source/apache2/+bug/1667892/+subscribe"> not directly subscribed to this bug's notifications. </a> </div> <div id="sub-unsub-spinner">Subscribing...</div> <ul> <li><a class="menu-link-editsubscriptions sprite modify edit" href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+subscriptions" title="View and change your subscriptions to this bug">Edit bug mail</a></li> </ul> </div> <script type="text/javascript"> LPJS.use('io-base', 'node', 'lp.bugs.bugtask_index.portlets.subscription', function(Y) { Y.on('domready', function() { Y.lp.bugs.bugtask_index.portlets.subscription.initialize(); }); }); </script> </div> <div class="portlet vertical" id="portlet-subscribers"> <h2>Other bug subscribers</h2> <div> <div><a class="menu-link-addsubscriber sprite add" href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+addsubscriber" title="Launchpad will email that person whenever this bugs changes">Subscribe someone else</a></div> </div> <div id="other-bug-subscribers"></div> </div> <div class="portlet" id="portlet-attachments"> <h2>Bug attachments</h2> <ul> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826384/+files/Dependencies.txt" class="sprite download-icon">Dependencies.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826384">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826385/+files/Disassembly.txt" class="sprite download-icon">Disassembly.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826385">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826386/+files/JournalErrors.txt" class="sprite download-icon">JournalErrors.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826386">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826387/+files/ProcMaps.txt" class="sprite download-icon">ProcMaps.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826387">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826388/+files/ProcStatus.txt" class="sprite download-icon">ProcStatus.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826388">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826389/+files/Registers.txt" class="sprite download-icon">Registers.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826389">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826390/+files/Stacktrace.txt" class="sprite download-icon">Stacktrace.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826390">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826391/+files/ThreadStacktrace.txt" class="sprite download-icon">ThreadStacktrace.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826391">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826392/+files/Stacktrace.txt" class="sprite download-icon">Stacktrace.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826392">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826393/+files/StacktraceSource.txt" class="sprite download-icon">StacktraceSource.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826393">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4826394/+files/ThreadStacktrace.txt" class="sprite download-icon">ThreadStacktrace.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4826394">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4860439/+files/Stacktrace.txt" class="sprite download-icon">Stacktrace.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4860439">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4860440/+files/StacktraceSource.txt" class="sprite download-icon">StacktraceSource.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4860440">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4860441/+files/ThreadStacktrace.txt" class="sprite download-icon">ThreadStacktrace.txt</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4860441">Edit</a> </li> <li class="download-attachment"> <a href="https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+attachment/4938903/+files/_usr_sbin_apache2.0.crash" class="sprite download-icon">_usr_sbin_apache2.0.crash</a> <a class="sprite edit action-icon" title="Change attachment details" href="/ubuntu/+source/apache2/+bug/1667892/+attachment/4938903">Edit</a> </li> </ul> <ul> <li> <a class="sprite add" href="/ubuntu/+source/apache2/+bug/1667892/+addcomment">Add attachment</a> </li> </ul> </div> <div class="portlet" id="portlet-watches"> <h2>Remote bug watches</h2> <ul> </ul> <p>Bug watches keep track of this bug in other bug trackers.</p> </div> </div><!-- yui-b side --> </div><!-- yui-t4 --> <div id="footer" class="footer"> <div class="lp-arcana"> <div class="lp-branding"> <a href="https://launchpad.net/"><img src="/@@/launchpad-footer-logo.svg" alt="Launchpad" width="65" height="18" /></a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/+tour">Take the tour</a> &nbsp;&bull;&nbsp; <a href="https://help.launchpad.net/">Read the guide</a> &nbsp; <form id="globalsearch" method="get" accept-charset="UTF-8" action="https://launchpad.net/+search"> <input type="search" id="search-text" name="field.text" /> <input type="image" src="/@@/search" style="vertical-align:5%" alt="Search Launchpad" /> </form> </div> </div> <div class="colophon"> &copy; 2004 <a href="http://canonical.com/">Canonical&nbsp;Ltd.</a> &nbsp;&bull;&nbsp; <a href="https://launchpad.net/legal">Terms of use</a> &nbsp;&bull;&nbsp; <a href="https://www.ubuntu.com/legal/dataprivacy">Data privacy</a> &nbsp;&bull;&nbsp; <a href="/feedback">Contact Launchpad Support</a> &nbsp;&bull;&nbsp; <a href="http://blog.launchpad.net/">Blog</a> &nbsp;&bull;&nbsp; <a href="https://canonical.com/careers">Careers</a> &nbsp;&bull;&nbsp; <a href="https://ubuntu.social/@launchpadstatus">System status</a> <span id="lp-version"> &nbsp;&bull;&nbsp; 22ade00 (<a href="https://dev.launchpad.net/">Get the code!</a>) </span> </div> </div> </div><!-- yui-d0--> <script id="json-cache-script">LP.cache = {"related_features": {}, "bug": {"self_link": "https://bugs.launchpad.net/api/devel/bugs/1667892", "web_link": "https://bugs.launchpad.net/bugs/1667892", "resource_type_link": "https://bugs.launchpad.net/api/devel/#bug", "id": 1667892, "private": false, "information_type": "Public", "name": null, "title": "apache2 crashed with SIGSEGV in ap_run_mpm_query()", "description": "Freshly installed on a VM. All updates applied. Installed apache mysql and php. Got this error after installing. \n\nDescription:\tUbuntu Zesty Zapus (development branch)\nRelease:\t17.04\n\nApache version\napache2:\n Installed: 2.4.25-3ubuntu2\n Candidate: 2.4.25-3ubuntu2\n Version table:\n *** 2.4.25-3ubuntu2 500\n 500 http://us.archive.ubuntu.com/ubuntu zesty/main amd64 Packages\n 100 /var/lib/dpkg/status\n\nphp version\n\nphp:\n Installed: 1:7.0+49\n Candidate: 1:7.0+49\n Version table:\n *** 1:7.0+49 500\n 500 http://us.archive.ubuntu.com/ubuntu zesty/main amd64 Packages\n 500 http://us.archive.ubuntu.com/ubuntu zesty/main i386 Packages\n 100 /var/lib/dpkg/status\n\nWhat i expected. Normal apache startup with no crash.\nWhat actually happened. It crashed.\n\nProblemType: Crash\nDistroRelease: Ubuntu 17.04\nPackage: apache2-bin 2.4.25-3ubuntu2\nProcVersionSignature: Ubuntu 4.10.0-8.10-generic 4.10.0-rc8\nUname: Linux 4.10.0-8-generic x86_64\nApportVersion: 2.20.4-0ubuntu2\nArchitecture: amd64\nDate: Fri Feb 24 23:06:38 2017\nExecutablePath: /usr/sbin/apache2\nInstallationDate: Installed on 2017-02-22 (3 days ago)\nInstallationMedia: Xubuntu 17.04 \"Zesty Zapus\" - Alpha amd64 (20170220)\nProcCmdline: /usr/sbin/apache2 -k start\nProcEnviron:\n PATH=(custom, no user)\n LANG=C\nSegvAnalysis:\n Segfault happened at: 0x562d6e249ef4 \u003cap_run_mpm_query+20\u003e:\tmov 0x18(%rax),%rbx\n PC (0x562d6e249ef4) ok\n source \"0x18(%rax)\" (0x7ff6705b0fb0) not located in a known VMA region (needed readable region)!\n destination \"%rbx\" ok\nSegvReason: reading unknown VMA\nSignal: 11\nSourcePackage: apache2\nStacktraceTop:\n ?? ()\n \u003csignal handler called\u003e\n __do_global_dtors_aux () from /lib/x86_64-linux-gnu/libnss_nis.so.2\n _dl_fini () at dl-fini.c:235\n __run_exit_handlers (status=0, listp=0x7ff66fb545d8 \u003c__exit_funcs\u003e, run_list_atexit=run_list_atexit@entry=true, run_dtors=run_dtors@entry=true) at exit.c:83\nTitle: apache2 crashed with SIGSEGV in \u003csignal handler called\u003e()\nUpgradeStatus: No upgrade log present (probably fresh install)\nUserGroups:", "owner_link": "https://bugs.launchpad.net/api/devel/~swmmrman", "bug_tasks_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/bug_tasks", "duplicate_of_link": null, "date_created": "2017-02-25T06:19:23.507358+00:00", "activity_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/activity", "subscriptions_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/subscriptions", "date_last_updated": "2020-07-01T22:12:13.119535+00:00", "who_made_private_link": null, "date_made_private": null, "heat": 118, "bug_watches_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/bug_watches", "cves_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/cves", "vulnerabilities_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/vulnerabilities", "duplicates_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/duplicates", "attachments_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/attachments", "security_related": false, "latest_patch_uploaded": null, "tags": ["amd64", "apport-crash", "apport-failed-retrace", "zesty"], "date_last_message": "2017-08-29T20:55:18.928324+00:00", "number_of_duplicates": 2, "message_count": 21, "users_affected_count": 22, "users_unaffected_count": 0, "users_affected_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/users_affected", "users_unaffected_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/users_unaffected", "users_affected_count_with_dupes": 24, "other_users_affected_count_with_dupes": 24, "users_affected_with_dupes_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/users_affected_with_dupes", "messages_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/messages", "lock_status": "Unlocked", "lock_reason": null, "linked_branches_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/linked_branches", "linked_merge_proposals_collection_link": "https://bugs.launchpad.net/api/devel/bugs/1667892/linked_merge_proposals", "http_etag": "\"594909cec5d31c183a06ee10937eeb707354175a-53576ce91d3c8141512aaacd8fba0d3c5634d843\""}, "subscribers_portlet_url_data": {"web_link": "https://bugs.launchpad.net/bugs/1667892", "self_link": "https://bugs.launchpad.net/api/devel/bugs/1667892"}, "total_comments_and_activity": 40, "initial_comment_batch_offset": 41, "first visible_recent_comment": -20, "bugtask_data": {"2207729": {"id": 2207729, "row_id": "tasksummary2207729", "form_row_id": "task2207729", "bugtask_path": "/ubuntu/+source/apache2/+bug/1667892", "prefix": "ubuntu_apache2", "targetname": "apache2 (Ubuntu)", "bug_title": "apache2 crashed with SIGSEGV in ap_run_mpm_query()", "assignee_value": null, "assignee_is_team": null, "assignee_vocabulary": "AllUserTeamsParticipation", "assignee_vocabulary_filters": [], "hide_assignee_team_selection": true, "user_can_unassign": false, "user_can_delete": false, "delete_link": "https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892/+delete", "target_is_product": false, "status_widget_items": [{"name": "Confirmed", "value": "Confirmed", "description": "Verified by someone other than the reporter.\n", "description_css_class": "choice-description", "style": "", "help": "", "disabled": false, "css_class": "statusCONFIRMED"}], "status_value": "Confirmed", "importance_widget_items": "[]", "importance_value": "Medium", "milestone_widget_items": "[]", "milestone_value": null, "user_can_edit_assignee": false, "user_can_edit_milestone": false, "user_can_edit_status": false, "user_can_edit_importance": false}}, "information_type_data": {"PUBLIC": {"value": "PUBLIC", "description": "Everyone can see this information.\n", "name": "Public", "order": 0, "is_private": false, "description_css_class": "choice-description"}, "PUBLICSECURITY": {"value": "PUBLICSECURITY", "description": "Everyone can see this security related information.\n", "name": "Public Security", "order": 1, "is_private": false, "description_css_class": "choice-description"}, "PRIVATESECURITY": {"value": "PRIVATESECURITY", "description": "Only the security group can see this information.\n ", "name": "Private Security", "order": 2, "is_private": true, "description_css_class": "choice-description"}, "USERDATA": {"value": "USERDATA", "description": "Only shared with users permitted to see private user information.\n", "name": "Private", "order": 3, "is_private": true, "description_css_class": "choice-description"}}, "bug_is_private": false, "context": {"self_link": "https://bugs.launchpad.net/api/devel/ubuntu/+source/apache2/+bug/1667892", "web_link": "https://bugs.launchpad.net/ubuntu/+source/apache2/+bug/1667892", "resource_type_link": "https://bugs.launchpad.net/api/devel/#bug_task", "bug_link": "https://bugs.launchpad.net/api/devel/bugs/1667892", "milestone_link": null, "status": "Confirmed", "status_explanation": null, "importance": "Medium", "importance_explanation": null, "assignee_link": null, "bug_target_display_name": "apache2 (Ubuntu)", "bug_target_name": "apache2 (Ubuntu)", "bug_watch_link": null, "date_assigned": null, "date_created": "2017-02-25T06:19:23.507358+00:00", "date_confirmed": "2017-06-11T05:16:16.569083+00:00", "date_incomplete": null, "date_in_progress": null, "date_closed": null, "date_left_new": "2017-02-27T14:19:09.112552+00:00", "date_triaged": null, "date_fix_committed": null, "date_fix_released": null, "date_left_closed": "2017-04-11T22:21:05.458249+00:00", "owner_link": "https://bugs.launchpad.net/api/devel/~swmmrman", "target_link": "https://bugs.launchpad.net/api/devel/ubuntu/+source/apache2", "title": "Bug #1667892 in apache2 (Ubuntu): \"apache2 crashed with SIGSEGV in ap_run_mpm_query()\"", "related_tasks_collection_link": "https://bugs.launchpad.net/api/devel/ubuntu/+source/apache2/+bug/1667892/related_tasks", "is_complete": false, "http_etag": "\"bd739a05cd136a5ba284bbedb09dd16e46196c31-47fb826d2a652dc6c6043c820c97f4285d6bfbad\""}};</script> </body> <!-- Facet name: bugs Page type: main_side Has global search: True Has application tabs: True Has side portlets: True At least 59 queries/external actions issued in 0.72 seconds Features: {'profiling.enabled': None, 'hard_timeout': '9000', 'app.mainsite_only.canonical_url': None, 'js.yui_version': None, 'app.maintenance_message': None, 'bugs.affected_count_includes_dupes.disabled': None, 'baselayout.careers_link.disabled': None, 'visible_render_time': None} r22ade00 --> </html>

Pages: 1 2 3 4 5 6 7 8 9 10