public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug runtime/17983] New: SEGV in bz6850.exp (f20/i686)
@ 2015-02-16 14:37 mcermak at redhat dot com
  2015-02-16 15:20 ` [Bug runtime/17983] " fche at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mcermak at redhat dot com @ 2015-02-16 14:37 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17983

            Bug ID: 17983
           Summary: SEGV in bz6850.exp (f20/i686)
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
          Assignee: systemtap at sourceware dot org
          Reporter: mcermak at redhat dot com

bz6850.exp causes SEGV on f20/i686

=======
f20 i686 # stap -V | head -n 1
Systemtap translator/driver (version 2.7/0.161, commit
release-2.6-274-gbabad5b31b70 + changes)
f20 i686 # uname -r 
3.18.6-100.fc20.i686+PAE
f20 i686 # gcc systemtap.base/bz6850.c  -g -o bz6850
f20 i686 # stap  -e 'probe process("./bz6850").function("*").return {exit()}'
-c './bz6850' 
WARNING: function _start return probe is blacklisted: keyword at <input>:1:1
 source: probe process("./bz6850").function("*").return {exit()}
         ^
WARNING: Child process exited with signal 11 (Segmentation fault)
WARNING: /usr/bin/staprun exited with status: 1
Pass 5: run failed.  [man error::pass5]
f20 i686 #
=======

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

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

* [Bug runtime/17983] SEGV in bz6850.exp (f20/i686)
  2015-02-16 14:37 [Bug runtime/17983] New: SEGV in bz6850.exp (f20/i686) mcermak at redhat dot com
@ 2015-02-16 15:20 ` fche at redhat dot com
  2015-02-17  9:23 ` srikar at linux dot vnet.ibm.com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2015-02-16 15:20 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17983

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fche at redhat dot com

--- Comment #1 from Frank Ch. Eigler <fche at redhat dot com> ---
This sort of failure usually represents a kernel/uprobes bug.

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

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

* [Bug runtime/17983] SEGV in bz6850.exp (f20/i686)
  2015-02-16 14:37 [Bug runtime/17983] New: SEGV in bz6850.exp (f20/i686) mcermak at redhat dot com
  2015-02-16 15:20 ` [Bug runtime/17983] " fche at redhat dot com
@ 2015-02-17  9:23 ` srikar at linux dot vnet.ibm.com
  2015-02-17 11:43 ` fche at redhat dot com
  2016-05-28  0:50 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: srikar at linux dot vnet.ibm.com @ 2015-02-17  9:23 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17983

Srikar Dronamraju <srikar at linux dot vnet.ibm.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |srikar at linux dot vnet.ibm.com

--- Comment #2 from Srikar Dronamraju <srikar at linux dot vnet.ibm.com> ---
I think this bug is duplicate of
https://sourceware.org/bugzilla/show_bug.cgi?id=16662 and for more info please
read https://bugzilla.redhat.com/show_bug.cgi?id=1073605

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

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

* [Bug runtime/17983] SEGV in bz6850.exp (f20/i686)
  2015-02-16 14:37 [Bug runtime/17983] New: SEGV in bz6850.exp (f20/i686) mcermak at redhat dot com
  2015-02-16 15:20 ` [Bug runtime/17983] " fche at redhat dot com
  2015-02-17  9:23 ` srikar at linux dot vnet.ibm.com
@ 2015-02-17 11:43 ` fche at redhat dot com
  2016-05-28  0:50 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2015-02-17 11:43 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17983

--- Comment #3 from Frank Ch. Eigler <fche at redhat dot com> ---
Srikar, perhaps, but note that _start is blacklisted, so that
the particular bug #16662 should not be in effect here.

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

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

* [Bug runtime/17983] SEGV in bz6850.exp (f20/i686)
  2015-02-16 14:37 [Bug runtime/17983] New: SEGV in bz6850.exp (f20/i686) mcermak at redhat dot com
                   ` (2 preceding siblings ...)
  2015-02-17 11:43 ` fche at redhat dot com
@ 2016-05-28  0:50 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2016-05-28  0:50 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17983

Frank Ch. Eigler <fche at redhat dot com> changed:

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

--- Comment #4 from Frank Ch. Eigler <fche at redhat dot com> ---
seems happy with 4.4 era kernels on x86

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

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

end of thread, other threads:[~2016-05-28  0:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-16 14:37 [Bug runtime/17983] New: SEGV in bz6850.exp (f20/i686) mcermak at redhat dot com
2015-02-16 15:20 ` [Bug runtime/17983] " fche at redhat dot com
2015-02-17  9:23 ` srikar at linux dot vnet.ibm.com
2015-02-17 11:43 ` fche at redhat dot com
2016-05-28  0:50 ` fche 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).