From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 43486 invoked by alias); 6 Jul 2017 20:31:04 -0000 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 Received: (qmail 34406 invoked by uid 48); 6 Jul 2017 20:30:31 -0000 From: "mark at klomp dot org" To: systemtap@sourceware.org Subject: [Bug runtime/21726] on rawhide, the backtrace.exp test case causes a kernel panic Date: Thu, 06 Jul 2017 20:31:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2017-q3/txt/msg00020.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D21726 --- Comment #2 from Mark Wielaard --- Disassembly was of the wrong part. It should be around: [ 318.821928] RIP: 0010:_stp_stack_kernel_get+0x550/0x680 [stap_1014]=20 364 return 0; /* unwind does not reach this far */ 0x0000000000004a8c <+508>: xor %r15d,%r15d 0x0000000000004a8f <+511>: jmp 0x4a33 <_stp_stack_kernel_get+419> 353 printk(KERN_ERR "%s:%d depth >=3D MAXBACKTRACE, ret= urning 0\n", __FUNCTION__, __LINE__); 0x0000000000004a91 <+513>: mov $0x161,%edx 0x0000000000004a96 <+518>: mov $0x0,%rsi 0x0000000000004a9d <+525>: mov $0x0,%rdi 0x0000000000004aa4 <+532>: callq 0x4aa9 <_stp_stack_kernel_get+537> 354 return 0; 0x0000000000004aa9 <+537>: xor %r15d,%r15d 0x0000000000004aac <+540>: jmp 0x4a33 <_stp_stack_kernel_get+419> 307 regs =3D c->kregs; 0x0000000000004aae <+542>: mov 0x238(%rbx),%rax 310=20=20=20=20=20 311 dbug_unwind(1, "CONTINUING kernel unwind to depth %d\n", depth); 0x0000000000004ab5 <+549>: mov $0x137,%edx 0x0000000000004aba <+554>: mov $0x0,%rsi 0x0000000000004ac1 <+561>: mov $0x0,%rdi 0x0000000000004ac8 <+568>: mov %r11,-0x50(%rbp) 307 regs =3D c->kregs; 0x0000000000004acc <+572>: mov %rax,-0x48(%rbp) 308=20=20=20=20=20 309 info =3D &c->uwcontext_kernel.info; 0x0000000000004ad0 <+576>: lea 0xa40(%rbx),%rax 0x0000000000004ad7 <+583>: mov %rax,-0x58(%rbp) 310 --=20 You are receiving this mail because: You are the assignee for the bug.