public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug tapsets/11433] New: __stp_stack_print() needs uprobes.ko
@ 2010-03-25 21:23 jistone at redhat dot com
  2010-04-21 19:05 ` [Bug tapsets/11433] " wenji dot huang at oracle dot com
  2010-05-06 14:23 ` jistone at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: jistone at redhat dot com @ 2010-03-25 21:23 UTC (permalink / raw)
  To: systemtap

On i386 and x86_64, __stp_stack_print() calls uprobe_get_pc().  If uprobes.ko
doesn't happen to already be loaded, you'll get "Unknown symbol uprobe_get_pc"
in pass 5.

$ stap -e 'probe timer.profile { print_ubacktrace() }'
Error inserting module
'/tmp/stapUMosL6/stap_372d2e868930605380a28ec58c3bb989_1157.ko': Unknown symbol
in module
Retrying, after attempted removal of module
stap_372d2e868930605380a28ec58c3bb989_1157 (rc -1)
Error inserting module
'/tmp/stapUMosL6/stap_372d2e868930605380a28ec58c3bb989_1157.ko': Unknown symbol
in module
Pass 5: run failed.  Try again with another '--vp 00001' option.
$ dmesg | tail -n1
stap_372d2e868930605380a28ec58c3bb989_1157: Unknown symbol uprobe_get_pc

A possible answer is that print_ubacktrace() is useless outside of uprobes
probepoints anyway, but I hope we can do better than a pass-5 failure...

-- 
           Summary: __stp_stack_print() needs uprobes.ko
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: tapsets
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: jistone at redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=11433

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug tapsets/11433] __stp_stack_print() needs uprobes.ko
  2010-03-25 21:23 [Bug tapsets/11433] New: __stp_stack_print() needs uprobes.ko jistone at redhat dot com
@ 2010-04-21 19:05 ` wenji dot huang at oracle dot com
  2010-05-06 14:23 ` jistone at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: wenji dot huang at oracle dot com @ 2010-04-21 19:05 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From wenji dot huang at oracle dot com  2010-04-21 09:16 -------
(In reply to comment #0)
> On i386 and x86_64, __stp_stack_print() calls uprobe_get_pc().  If uprobes.ko
> doesn't happen to already be loaded, you'll get "Unknown symbol uprobe_get_pc"
> in pass 5.
> 
> $ stap -e 'probe timer.profile { print_ubacktrace() }'
> Error inserting module
> '/tmp/stapUMosL6/stap_372d2e868930605380a28ec58c3bb989_1157.ko': Unknown symbol
> in module
> Retrying, after attempted removal of module
> stap_372d2e868930605380a28ec58c3bb989_1157 (rc -1)
> Error inserting module
> '/tmp/stapUMosL6/stap_372d2e868930605380a28ec58c3bb989_1157.ko': Unknown symbol
> in module
> Pass 5: run failed.  Try again with another '--vp 00001' option.
> $ dmesg | tail -n1
> stap_372d2e868930605380a28ec58c3bb989_1157: Unknown symbol uprobe_get_pc

This happens on utrace-kernel, but without loaded uprobe module. On non-utrace
kernel, it works well. 
See thread
http://sources.redhat.com/ml/systemtap/2010-q1/msg00370.html

> 
> A possible answer is that print_ubacktrace() is useless outside of uprobes
> probepoints anyway, but I hope we can do better than a pass-5 failure...

Or automatically check uprobe module before loading stap module once
print_ubacktrace() is called.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11433

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug tapsets/11433] __stp_stack_print() needs uprobes.ko
  2010-03-25 21:23 [Bug tapsets/11433] New: __stp_stack_print() needs uprobes.ko jistone at redhat dot com
  2010-04-21 19:05 ` [Bug tapsets/11433] " wenji dot huang at oracle dot com
@ 2010-05-06 14:23 ` jistone at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: jistone at redhat dot com @ 2010-05-06 14:23 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From jistone at redhat dot com  2010-05-06 00:23 -------
Duping to bug #11573, since a few solutions are discussed there.

*** This bug has been marked as a duplicate of 11573 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


http://sourceware.org/bugzilla/show_bug.cgi?id=11433

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-06  0:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-25 21:23 [Bug tapsets/11433] New: __stp_stack_print() needs uprobes.ko jistone at redhat dot com
2010-04-21 19:05 ` [Bug tapsets/11433] " wenji dot huang at oracle dot com
2010-05-06 14:23 ` jistone at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).