From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32466 invoked by alias); 20 Apr 2012 18:29:47 -0000 Received: (qmail 32451 invoked by uid 22791); 20 Apr 2012 18:29:45 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_LR X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Apr 2012 18:29:31 +0000 From: "fche at redhat dot com" To: systemtap@sourceware.org Subject: [Bug runtime/14005] New: don't freak on overlong kernel module relocs Date: Fri, 20 Apr 2012 18:29:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fche at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2012-q2/txt/msg00060.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=14005 Bug #: 14005 Summary: don't freak on overlong kernel module relocs Product: systemtap Version: unspecified Status: NEW Severity: normal Priority: P2 Component: runtime AssignedTo: systemtap@sourceware.org ReportedBy: fche@redhat.com Classification: Unclassified OK, so a user loads fglrx or some other c++ kernel module. Now they have relocation sections with long names, including such beauties as 115 .gnu.linkonce.r._ZZN6AsicSII20ucode_class_pitcairnE24programApertureRegistersEjP14APERTURE_STATEE15UPPER_BOUND_GAP 116 .gnu.linkonce.t._ZN6AsicSII20ucode_class_pitcairnE23initializeApertureStateEP14APERTURE_STATEP18SURFACE_PROPERTIESm 136 .gnu.linkonce.t._ZNK25CMMHeap_FRAME_BUFFER_COREI18CMMHeap_ASIC_LOCALE20get_addr_restrictionER16MSF_SURF_ATTRIBSP21MEMHEAP_ADDR_RESTRICT 138 .gnu.linkonce.t._ZN18VMDomainManager_NI17CreateVmDomainsNII14VMDomainNI_PIO14VMDomainNI_PM417VMDomainNI_DRMDMAEEb22_VM_PROGRAMMING_METHOD 138 .gnu.linkonce.t._ZN18VMDomainManager_NI17CreateVmDomainsNII14VMDomainNI_PIO14VMDomainNI_PM417VMDomainSI_DRMDMAEEb22_VM_PROGRAMMING_METHOD for a glorious maximum "section name" length of 138. With bug #12612, we've once bumped up the symbol length limits, but not enough. Nothing is ever enough, when you have enough C++ templates! So we need some combination of relaxing limits more and/or keeping staprun from giving up so pessimistically in case of an overlong reloc name. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.